Jump to content

Recommended Posts

Posted

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?


Posted

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" /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

Posted

Exact same version, I use this

REG 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
Posted

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.....

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...