May 5, 200422 yr 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?
May 10, 200422 yr 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
May 10, 200422 yr 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
May 10, 200422 yr 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.....
May 10, 200422 yr 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
Create an account or sign in to comment