Jump to content

msn plus & dreamweaver


The game

Recommended Posts


  • 5 weeks later...

this is my code from runonceex, note that you have to use pskill to kill msgr process because it popup just after the installation it's finished.

REG ADD %KEY%\026 /VE /D "MSN Messenger Plus! 3" /f

REG ADD %KEY%\026 /V 1 /D "%CDROM%\Software\MsgPlus\MsgPlus-302.exe /SilentInstallNoSponsor" /f

REG ADD %KEY%\026 /V 2 /D "pskill.exe MsgPlus.exe" /f

REG ADD %KEY%\026 /V 2 /D "pskill.exe msnmsgr.exe" /f

Link to comment
Share on other sites

I did some test and it works with that :

@echo off
echo   -Installation
start /wait %systemdrive%\projet\winxp\$OEM$\$1\Install\Apps\MSNMess\MsgPlusSetup.exe /SilentInstallNoSponsor
taskkill /im msgplus.exe
taskkill /im iexplorer.exe
taskkill /im msnmsgr.exe /f
echo   -Finished

Note: I dunno why but IE is not launched after the installation, but I still put it coz I'm testing the file on my computer with Firefox (even if the page doesn't launch either on Fx) and MsgPlus! has already been installed ^^

Link to comment
Share on other sites

I'm using the latest version of Messenger Plus! and installing it via "msgplus3.exe /silentinstallnosponsor" and I don't need any of that taskkill stuff.

Nothing runs if you perform a silent install.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...