Jump to content

Alcohol 120% v1.4.8.1222


Recommended Posts

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?

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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