scoult01 Posted May 5, 2004 Posted May 5, 2004 I'm trying to get this to install with my xp install. This is one tricky bastaard, or so it would seem. Currently i'm using the following as an install switch in my RunOnceEx file: C:\\Install\\Files\\Alcohol\\setup.msi /QBit works, however there is only 1 small glitch. It still asks to restart. Is there another switch I am missing to make this work? EDIT: Just realised I left the msiexec /i off the front of it in the install, would that make a difference?
Jebus007 Posted May 10, 2004 Posted May 10, 2004 Hi,I use the following code to install Alcohol:REG ADD %KEY%\052 /VE /D "Alcohol 120" /fREG ADD %KEY%\052 /V 1 /D "%systemdrive%\install\Applications\Alcohol120\trial_setup.msi /QN" /fbut after the installation, the unattended installer shuts down (not the pc) and my other software doesn't get installed unattended.Can somebody help me how to avoid that?ThxGreetz
Corduroy Posted May 10, 2004 Posted May 10, 2004 Exact same version, I use thisREG ADD %KEY%\035 /VE /D "Alcohol 120 1.48.1222" /fREG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\alcohol\alcohol.msi /qn REBOOT=Suppress" /fREG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\alcohol\alcohol.reg" /f
spachtler Posted May 10, 2004 Posted May 10, 2004 the REBOOT property of the alcohol installeris default set to "Force". so without changingthe .msi file, you have to add /reboot=s tothe command line. i modded the .msi direct,and added the serial-info in it. so i just needthe .msi without any swiches or regfiles.....
mazin Posted May 10, 2004 Posted May 10, 2004 This, also, works: setup.exe /qn Reboot=SuppressYou can read this to know if "setup.msi /qn REBOOT=Suppress" makes problems:http://www.msfn.org/board/index.php?showtopic=14386To modify the msi, you can follow this guide:http://www.msfn.org/board/index.php?showtopic=17365&st=40
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now