Trying To create A batch Install For Shockwave
I am trying to install Shockwave Package from the following share, batch runs but does not install application, any ideas?
\\??.???.???.???\zen\Snapshot\XP\Shockwave 1161629\Shockwave.bat
@ECHO OFF
ECHO Installing Adobe Shockwave Player..
ECHO Please Wait
start /wait MSIEXEC /I "Shockwave_Installer_Full.MSI" ALLUSERS=TRUE REBOOT=SUPPRESS /QB
\\??.???.???.???\zen\Snapshot\XP\Shockwave 1161629\Shockwave.bat
@ECHO OFF
ECHO Installing Adobe Shockwave Player..
ECHO Please Wait
start /wait MSIEXEC /I "Shockwave_Installer_Full.MSI" ALLUSERS=TRUE REBOOT=SUPPRESS /QB
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
1) ALLUSERS should be null, 1or 2
2) Add the argument for logging to your command lineMSIEXEC /I "Shockwave_Installer_Full.MSI" ALLUSERS=1 REBOOT=SUPPRESS /QB /L*V %temp%\ShockWave_Install.logIn the resulting log, look for the text 'Return value 3.' The few lines above and below the line containing that text will assist you in diagnosing the failure.
2) Add the argument for logging to your command lineMSIEXEC /I "Shockwave_Installer_Full.MSI" ALLUSERS=1 REBOOT=SUPPRESS /QB /L*V %temp%\ShockWave_Install.logIn the resulting log, look for the text 'Return value 3.' The few lines above and below the line containing that text will assist you in diagnosing the failure.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.