Windows Live Messenger 2009 Download and silent install
#1
Posted 20 October 2008 - 03:07 AM
1) Run it and go to folder : %ProgramFiles%\Common Files\Windows Live\.cache
2) You would find many folders there and the names are self explainatory.
3) Copy whatever file you may require and use /passive /norestart options as they are msi files.
4) For error free installation, you may use this order of installation : wlxsuite.msi, crt.msi, contacts.msi, messenger.msi and other files if required.
#2
Posted 01 January 2009 - 03:08 PM
Anyone use this method ?
edit: it seems microsoft application report tools (dw20shared) doesn't install correctly/fully. It doesn't appears in "uninstall" regkey, in manul install it appears correctly ...
btw, Happy New Year to all members !
This post has been edited by Sonic: 01 January 2009 - 05:20 PM
#3
Posted 04 January 2009 - 09:54 AM
If you use retail file this tmp is about 140mb because it's contains all setup files.
So, to reduce my install to 36mb, I have run install from the web package and I grab all file from "%CommonProgramFiles%\Windows Live\.cache" then I make batch to install msi in the same order in the cache.ini
(the .tmp file of web package is about 15kb ...)
This post has been edited by Sonic: 04 January 2009 - 09:55 AM
#4
Posted 04 January 2009 - 10:17 AM
#5
Posted 14 January 2009 - 07:29 AM
#6
Posted 20 March 2009 - 03:22 PM
choiceguard.msi
Contacts.msi
crt.msi
Messenger.msi
RichUpload.msi
SegoeFont.msi
wlc.msi
wllogin.msi
WLXSuite.msi
to enable uninstallation you need the cache.ini and wlc*.tmp , pick files from path posted above ...
I use this , where %msipath% is your folder msi source ... :
echo - Microsoft Visual Studio Runtime ... msiexec /i "%msipath%\crt\crt.msi" /qn echo - Windows Live Communications Platform ... msiexec /i "%msipath%\contacts\Contacts.msi" /qn echo - Segoe UI Font ... msiexec /i "%msipath%\segoefont\SegoeFont.msi" /qn echo - Windows Live Call ... msiexec /i "%msipath%\wlc\wlc.msi" /qn echo - Outil de téléchargement Windows Live ... msiexec /i "%msipath%\richupload\RichUpload.msi" /qn echo - Assistant de connexion Windows Live ... msiexec /i "%msipath%\wllogin\wllogin.msi" /qn echo - Installer ... msiexec /i "%msipath%\wlxsuite\WLXSuite.msi" /qn echo - Choice Guard ... msiexec /i "%msipath%\choiceguard\choiceguard.msi" /qn echo - Messenger ... msiexec /i "%msipath%\messenger\Messenger.msi" /qn ping 127.0.0.1 >nul 2>&1 start "" "%ProgramFiles%\Windows Live\Messenger\msnmsgr.exe" ping 127.0.0.1 >nul 2>&1 exit
This post has been edited by Sonic: 20 March 2009 - 03:24 PM
#7
Posted 21 March 2009 - 09:56 PM
and for the cache.ini and wlc*.tmp, do I let them in my msi source folder ?
This post has been edited by hannubys: 21 March 2009 - 09:57 PM
#8
Posted 23 March 2009 - 06:30 AM
windows live messenger install isnt work for XP service pack 3
seem not complete downloading.
who know how to solve problem this..
thanks =)
#9
Posted 23 March 2009 - 12:26 PM
#10
Posted 02 April 2009 - 05:43 PM
the .ini and the .tmp must kept in folder or uninstaller will be broken.
I use this "manual" method in "production" without any problem on xp sp3 pro/home and vista sp1 too.
#11
Posted 06 May 2009 - 02:54 PM
I have a batch file running the following
msiexec /i "%DrivePath%\crt.msi" /qn
msiexec /i ""%DrivePath%\contacts.msi" /qn
msiexec /i ""%DrivePath%\SegoeFont.msi" /qn
msiexec /i ""%DrivePath%\wlc.msi" /qn
msiexec /i ""%DrivePath%\RichUpload.msi" /qn
msiexec /i ""%DrivePath%\wllogin.msi" /qn
msiexec /i ""%DrivePath%\wlxsuite.msi" /qn
msiexec /i ""%DrivePath%\choiceguard.msi" /qn
msiexec /i ""%DrivePath%\messenger.msi" /qn
Note that the .tmp file and cache.ini are in the "%DrivePath%
Now after I run it....nothing installs. Any suggestions?
#12
Posted 07 May 2009 - 01:56 AM
You can use Benners tool to make your own installer or you can also download my switchless installer from the link in my signature.
#13
Posted 07 May 2009 - 12:04 PM
I like the idea of using yours but the problem is, after I install it, I attempt to sign in and get an error.
We can't sign you in to Windows Live Messenger.
Service is temprorarily unavailable.
Error Code: 80040154
I'm running Windows XP SP3
#14
Posted 07 May 2009 - 05:48 PM
#15
Posted 07 May 2009 - 11:13 PM
Stoj, on May 7 2009, 01:04 PM, said:
I like the idea of using yours but the problem is, after I install it, I attempt to sign in and get an error.
We can't sign you in to Windows Live Messenger.
Service is temprorarily unavailable.
Error Code: 80040154
I'm running Windows XP SP3
hannubys, on May 7 2009, 06:48 PM, said:
Be sure to install the Requisites installer. Otherwise, you will get the sign-in error.
I made a separate installer for the requisites so i could release and English and Spanish version. Also, you can make use Messenger in other language by just installing the Requisites and MessengerInYourLanguage.msi
#16
Posted 11 May 2009 - 06:03 AM
"Contacts.msi /passive /norestart"
"wlc.msi /passive /norestart"
"RichUpload.msi /passive /norestart"
"wllogin.msi /passive /norestart"
"WLXSuite.msi /passive /norestart"
"Messenger.msi /passive /norestart"
"SpamFilterData.msi /passive /norestart"
"Mail.msi /passive /norestart"
"SQLServerCE31-EN.msi /passive /norestart"
"WindowsLiveSync.msi /passive /norestart"
"PhotoLibrary.msi /passive /norestart"
"MicrosoftSearchEnhancementPack.msi /passive /norestart"
"SyncNative.msi /passive /norestart"
"ProviderServicesNative.msi /passive /norestart"
"wltinstall.msi /passive /norestart"
"Writer.msi /passive /norestart"
"fssclient_x86.msi /passive /norestart"
"olc.msi /passive /norestart"
"OLConnector.msi /passive /norestart"
Silverlight.2.0.exe /q"
#17
Posted 12 May 2009 - 06:19 PM
#18
Posted 15 May 2009 - 01:27 PM
I tried the Req and it worked well. Thank you for that.
#19
Posted 16 May 2009 - 12:46 PM



Help

Back to top









