notmeatall2 Posted May 29, 2006 Posted May 29, 2006 (edited) Hi can anyone tell me if it is possible to silently install MSN messenger Silently as part of an Unattended Windows Install??Im transposing the method described in this thread here from wmp10 to msn to extract the files to my HDD. "D:\New\Programs\Install_MSN_Messenger.exe /Q /C /T:C:\SP2"I have 2 files bootstrap.exe & MsnMsgs.msi.I think i sussed it to the point where u would enter "setup_wm.exe /DisallowSystemRestore /Q:A /R:N" in the WMP10Silent setupIm just not sure of the switches for MSN that match this.Can Anyone Help Edited May 29, 2006 by notmeatall2
maxXPsoft Posted May 29, 2006 Posted May 29, 2006 7.0 but i think it should work, the Regedit files are keys I grab that I want set, you can add what you need.REG ADD %KEY%\1001 /VE /D "MSN Messenger 7.0"REG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait F:\APPS\MSNmsgr7.0\MsnMsgs.msi /QB" /fREG ADD %KEY%\1001 /V 102 /D "CMD /C Start /Wait SLEEP.EXE 3" /fREG ADD %KEY%\1001 /V 103 /D "CMD /C RD \"%USERPROFILE%\Microsoft\MSN Messenger\" /S /Q"" /fREG ADD %KEY%\1001 /V 104 /D "CMD /C Start /Wait SLEEP.EXE 5" /fREG ADD %KEY%\1001 /V 105 /D "cmd /c XCOPY \"F:\APPS\MSNmsgr7.0\MSN Messenger\" \"%USERPROFILE%\Application Data\Microsoft\MSN Messenger\" /I /E /H /Y" /fREG ADD %KEY%\1001 /V 106 /D "REGEDIT /S F:\APPS\MSNmsgr7.0\MSNmsgr7.01.reg" /fREG ADD %KEY%\1001 /V 107 /D "REGEDIT /S F:\APPS\MSNmsgr7.0\MSNmsgr7.02.reg" /fREG ADD %KEY%\1001 /V 108 /D "REGEDIT /S F:\APPS\MSNmsgr7.0\MSNmsgr7.03.reg" /fREG ADD %KEY%\1001 /V 109 /D "REGEDIT /S F:\APPS\MSNmsgr7.0\MSNmsgr7.04.reg" /fREG ADD %KEY%\1001 /V 110 /D "CMD /C COPY \"F:\APPS\MSNmsgr7.0\msnmsgr.exe\" \"%ProgramFiles%\MSN Messenger\" /Y" /fREG ADD %KEY%\1001 /V 111 /D "CMD /C COPY \"F:\APPS\MSNmsgr7.0\msgslang.dll\" \"%ProgramFiles%\MSN Messenger\" /Y" /fREG ADD %KEY%\1001 /V 112 /D "CMD /C REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v \"MsnMsgr\" /f" /f""
oioldman Posted May 30, 2006 Posted May 30, 2006 i just use msnmsgs.msi /quiet /norestart and works a tried through runonceex.cmd file
notmeatall2 Posted June 1, 2006 Author Posted June 1, 2006 Just to say thx for reply guys. I havent implemented it yet. But thanks anyway. B)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now