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 /QB
it 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?
Page 1 of 1
Alcohol 120% v1.4.8.1222
#5
Posted 10 May 2004 - 12:57 PM
Hi,
I use the following code to install Alcohol:
but 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?
Thx
Greetz
I use the following code to install Alcohol:
REG ADD %KEY%\052 /VE /D "Alcohol 120" /f REG ADD %KEY%\052 /V 1 /D "%systemdrive%\install\Applications\Alcohol120\trial_setup.msi /QN" /f
but 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?
Thx
Greetz
#6
Posted 10 May 2004 - 01:17 PM
Exact same version, I use this
REG ADD %KEY%\035 /VE /D "Alcohol 120 1.48.1222" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\alcohol\alcohol.msi /qn REBOOT=Suppress" /f REG ADD %KEY%\035 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\alcohol\alcohol.reg" /f
#7
Posted 10 May 2004 - 02:05 PM
the REBOOT property of the alcohol installer
is default set to "Force". so without changing
the .msi file, you have to add /reboot=s to
the command line. i modded the .msi direct,
and added the serial-info in it. so i just need
the .msi without any swiches or regfiles.....
is default set to "Force". so without changing
the .msi file, you have to add /reboot=s to
the command line. i modded the .msi direct,
and added the serial-info in it. so i just need
the .msi without any swiches or regfiles.....
#8
Posted 10 May 2004 - 02:52 PM
This, also, works: setup.exe /qn Reboot=Suppress
You can read this to know if "setup.msi /qn REBOOT=Suppress" makes problems:
http://www.msfn.org/...showtopic=14386
To modify the msi, you can follow this guide:
http://www.msfn.org/board/index.php?showtopic=17365&st=40
You can read this to know if "setup.msi /qn REBOOT=Suppress" makes problems:
http://www.msfn.org/...showtopic=14386
To modify the msi, you can follow this guide:
http://www.msfn.org/board/index.php?showtopic=17365&st=40
Share this topic:
Page 1 of 1



Help
Back to top








