Jump to content

Recommended Posts

Posted

when i do a silent install on msn plus it opens after the install MSN and a IE window is there anyway to kill this??

and for dreamweaver 2004 the same it opens a Internet explorer window


Posted
I think you an use this swith for MSN Plus:

/InstallNoSponsor

and it won't open internet explorer after

i already have that switch....

  • 5 weeks later...
Posted

Hi

Just been on irc for Msn messenger plus and if you dont want to install the sponsor software the switch is /silentinstall/silentinstallnosponsor

Posted

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

Posted

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 ^^

Posted

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.

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...