huihot Posted August 22, 2005 Posted August 22, 2005 I use: <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.
Wraith Posted August 22, 2005 Posted August 22, 2005 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.
huihot Posted August 23, 2005 Author Posted August 23, 2005 I use the OriginalInstall display plugin.
Nanaki Posted August 23, 2005 Posted August 23, 2005 Try: <execute display="Windows Messenger 5.1"> <program>%SYSTEMDRIVE%\Install\Applications\messenger.msi</program> <arguments>/qb-</arguments> </execute>
messer Posted August 23, 2005 Posted August 23, 2005 (edited) 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 Edited August 23, 2005 by messer
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