MSFN Forum: Windows Live Messenger 2009 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage ˇ MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Windows Live Messenger 2009 Download and silent install Rate Topic: -----

#1 User is offline   rajesh.kumar 

  • Crank up
  • PipPipPip
  • Group: Members
  • Posts: 340
  • Joined: 02-July 05

Posted 20 October 2008 - 03:07 AM

Full Setup link : http://g.live.com/1r...wlsetup-all.exe

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 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 01 January 2009 - 03:08 PM

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 !

This post has been edited by Sonic: 01 January 2009 - 05:20 PM


#3 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 04 January 2009 - 09:54 AM

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

This post has been edited by Sonic: 04 January 2009 - 09:55 AM


#4 User is offline   beats 

  • Free cookies
  • PipPipPip
  • Group: Members
  • Posts: 344
  • Joined: 08-November 07

Posted 04 January 2009 - 10:17 AM

Try this: Windows Live Messenger 9, Tutorial and Switchless Installers. Multilanguage usage. ;)

#5 User is offline   Nucleus 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 15-February 05

Posted 14 January 2009 - 07:29 AM

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?

#6 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 20 March 2009 - 03:22 PM

@nucleaus: you need :
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 User is offline   oskingen 

  • MSFN Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 613
  • Joined: 20-January 08
  • OS:none specified
  • Country: Country Flag

Posted 21 March 2009 - 09:56 PM

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 ?

This post has been edited by hannubys: 21 March 2009 - 09:57 PM


#8 User is offline   ice262004 

  • Group: Members
  • Posts: 5
  • Joined: 01-June 04

Posted 23 March 2009 - 06:30 AM

Hi guys
windows live messenger install isnt work for XP service pack 3
seem not complete downloading. :}

who know how to solve problem this..


thanks =)

#9 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 23 March 2009 - 12:26 PM

Or you could use the tool that benners has made to do all this for you.

#10 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 02 April 2009 - 05:43 PM

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

#11 User is offline   Stoj 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 05-May 09

Posted 06 May 2009 - 02:54 PM

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 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 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 07 May 2009 - 01:56 AM

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 /norestart

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 User is offline   Stoj 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 05-May 09

Posted 07 May 2009 - 12:04 PM

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: 80040154

I'm running Windows XP SP3

#14 User is offline   oskingen 

  • MSFN Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 613
  • Joined: 20-January 08
  • OS:none specified
  • Country: Country Flag

Posted 07 May 2009 - 05:48 PM

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.

#15 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 07 May 2009 - 11:13 PM

View PostStoj, on May 7 2009, 01:04 PM, said:

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: 80040154

I'm running Windows XP SP3



View Posthannubys, on May 7 2009, 06:48 PM, said:

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.

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 User is offline   rajesh.kumar 

  • Crank up
  • PipPipPip
  • Group: Members
  • Posts: 340
  • Joined: 02-July 05

Posted 11 May 2009 - 06:03 AM

as far as i have tested, this is the proper order :

"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 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 12 May 2009 - 06:19 PM

I always get the files and run them in the same order the Live Essentials installers does.

#18 User is offline   Stoj 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 05-May 09

Posted 15 May 2009 - 01:27 PM

elajua,

I tried the Req and it worked well. Thank you for that.

#19 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 16 May 2009 - 12:46 PM

View PostStoj, on May 15 2009, 02:27 PM, said:

elajua,

I tried the Req and it worked well. Thank you for that.

Glad to know that you got it to work.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy