October 20, 200817 yr Full Setup link : http://g.live.com/1rebeta3/en/wlsetup-all.exe1) 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.
January 1, 200917 yr seems to works for installation and use but something is broked for uninstall process. Nothing runs when you uninstall messenger.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 ! Edited January 1, 200917 yr by Sonic
January 4, 200917 yr okay after many tests , dw20shared isn't needed. but the .tmp file present in "%CommonProgramFiles%\Windows Live\.cache" is needed, it's installer for remove / repair installation.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 ...) Edited January 4, 200917 yr by Sonic
January 4, 200917 yr Try this: Windows Live Messenger 9, Tutorial and Switchless Installers. Multilanguage usage.
January 14, 200917 yr If I only want to install live messenger, and be able to see it in add/remove programs, which msi's do I have to install?
March 20, 200917 yr @nucleaus: you need :choiceguard.msiContacts.msicrt.msiMessenger.msiRichUpload.msiSegoeFont.msiwlc.msiwllogin.msiWLXSuite.msito 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" /qnecho - Windows Live Communications Platform ...msiexec /i "%msipath%\contacts\Contacts.msi" /qnecho - Segoe UI Font ...msiexec /i "%msipath%\segoefont\SegoeFont.msi" /qnecho - Windows Live Call ...msiexec /i "%msipath%\wlc\wlc.msi" /qnecho - Outil de téléchargement Windows Live ...msiexec /i "%msipath%\richupload\RichUpload.msi" /qnecho - Assistant de connexion Windows Live ...msiexec /i "%msipath%\wllogin\wllogin.msi" /qnecho - Installer ...msiexec /i "%msipath%\wlxsuite\WLXSuite.msi" /qnecho - Choice Guard ...msiexec /i "%msipath%\choiceguard\choiceguard.msi" /qnecho - Messenger ...msiexec /i "%msipath%\messenger\Messenger.msi" /qnping 127.0.0.1 >nul 2>&1start "" "%ProgramFiles%\Windows Live\Messenger\msnmsgr.exe"ping 127.0.0.1 >nul 2>&1exit Edited March 20, 200917 yr by Sonic
March 22, 200917 yr What's the need of that ping 127.0.0.1 >nul 2>&1 ?and for the cache.ini and wlc*.tmp, do I let them in my msi source folder ? Edited March 22, 200917 yr by hannubys
March 23, 200917 yr Hi guyswindows live messenger install isnt work for XP service pack 3 seem not complete downloading. who know how to solve problem this.. thanks =)
April 2, 200917 yr @hannubys: ping are for wait a moment before start wlm ... if not sometimes it launched too fast ...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.
May 6, 200917 yr I'm in the need of installing this for my company. I tried to follow everything in here. I have a batch file running the followingmsiexec /i "%DrivePath%\crt.msi" /qnmsiexec /i ""%DrivePath%\contacts.msi" /qnmsiexec /i ""%DrivePath%\SegoeFont.msi" /qnmsiexec /i ""%DrivePath%\wlc.msi" /qnmsiexec /i ""%DrivePath%\RichUpload.msi" /qnmsiexec /i ""%DrivePath%\wllogin.msi" /qnmsiexec /i ""%DrivePath%\wlxsuite.msi" /qnmsiexec /i ""%DrivePath%\choiceguard.msi" /qnmsiexec /i ""%DrivePath%\messenger.msi" /qnNote that the .tmp file and cache.ini are in the "%DrivePath%Now after I run it....nothing installs. Any suggestions?
May 7, 200917 yr Have you checked those double quotes and that the variable %DrivePath% is correctly set before running your cmd file? Also, you can use just a path with the msi like this: C:\installer.msi /qb /norestartYou can use Benners tool to make your own installer or you can also download my switchless installer from the link in my signature.
May 7, 200917 yr elajua,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: 80040154I'm running Windows XP SP3
May 7, 200917 yr Yeah i got this error too with ajua switchless when i tried to sign for the first time but you try one more time it works.
May 8, 200917 yr elajua,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: 80040154I'm running Windows XP SP3Yeah i got this error too with ajua switchless when i tried to sign for the first time but you try one more time it works.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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now