MSFN Forum: How installs windows messenger 5? - MSFN Forum

Jump to content


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

How installs windows messenger 5? in XPlode. Rate Topic: -----

#1 User is offline   huihot 

  • Group: Members
  • Posts: 5
  • Joined: 26-January 05

Posted 22 August 2005 - 08:51 AM

I use:

Quote

  <execute display="Windows Messenger 5.1">
    <program>%SYSTEMDRIVE%\Install\Applications\messenger.msi</program>
    <arguments>qb-</arguments>
  </execute>


but I have a message like this:
"The following app "Xplode core"' is using files which are about to be updated, close the window before continuing"

thank.


#2 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 22 August 2005 - 04:14 PM

I'm guessing here, but it probably wants to muck around with the IE stuff, and you're probably using the SelectInstall display plugin.

Switch display plugins.

#3 User is offline   huihot 

  • Group: Members
  • Posts: 5
  • Joined: 26-January 05

Posted 22 August 2005 - 06:36 PM

I use the OriginalInstall display plugin.

#4 User is offline   Nanaki 

  • Leg-humper
  • PipPipPipPip
  • Group: Members
  • Posts: 511
  • Joined: 17-January 05

Posted 23 August 2005 - 07:55 AM

Try:

 <execute display="Windows Messenger 5.1">
    <program>%SYSTEMDRIVE%\Install\Applications\messenger.msi</program>
    <arguments>/qb-</arguments>
  </execute>


#5 User is offline   messer 

  • Group: Members
  • Posts: 3
  • Joined: 10-January 05

Posted 23 August 2005 - 09:02 AM

Hi,

When calling the *.msi file directly I had several problems in the past. Thus I am calling the file by using the msiexec.exe and that's looking like that:


<item display="Microsoft Messenger 5.01">
   <execute display="Installing..." desc="MS Messenger">
      <program>#SystemRoot#\System32\msiexec.exe</program>
      <arguments>/i #Systemdrive#\Install\MS_Messenger\Messenger.msi /qb /norestart ALLUSERS=1 EULA_ACCEPT=YES</arguments>
      <hide>true</hide>
      <wait>true</wait>
   </execute>
</item>


May be that the parameters "ALLUSERS" and "EULA_ACCEPT" are not necessary but both don't generate an error.

Hope that helps
Michael

This post has been edited by messer: 23 August 2005 - 09:03 AM


Share this topic:


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

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



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