Jump to content

Alcohol 120% v1.9.2.1705


AznStyl

Recommended Posts

Hi, I've read the pinned topic for the alcohol 120% silent install.... but when I test my unattended cd with alcohol suppose to silently install but it didn't... it didn't give me any error either. Below is the code that I have for my RunOnceEx.cmd

REG ADD %KEY%\002 /VE /D "Alcohol 120%" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\Applications\Alcohol120\setup.exe /qn" /f

REG ADD %KEY%\003 /VE /D "Registering Alcohol 120%" /f
REG ADD %KEY%\003 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Alcohol120\register.reg" /f

I can't seem to find anything wrong with it... no error pop up.

Link to comment
Share on other sites


Here is my command line :

REG ADD %KEY%\007 /VE /D "Alcohol 120% 1.9.2.1705" /f

REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Apps\alcohol\setup.msi /qn REBOOT=SUPPRESS" /f

REG ADD %KEY%\007 /V 2 /D "regedit /s %systemdrive%\apps\alcohol\settings.reg" /f

I extracted the .msi file from the install.

Hopes it helps.

Link to comment
Share on other sites

  • 2 weeks later...

You could also try this:

RunOnceEx.cmd

REG ADD %KEY%\020 /VE /D "Alcohol 120" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Alcohol120\A120.vbs" /f
REG ADD %KEY%\020 /V 2 /D "REGEDIT /S %systemdrive%\Install\Alcohol120\register.reg" /f

A120.vbs

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run ("%systemdrive%\INSTALL\Alcohol120\setup.msi /qn REBOOT=REALLYSUPPRESS")
WScript.Sleep 12000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 9000
WshShell.SendKeys "{ENTER}"
WScript.Quit

You can create a .vbs file with a .txt file and rename it to .vbs

Put the A120.vbs file in the same directory where the installfiles are located.

Check the location of your files and folders. it might be different from the one I use.

please let us know if it works

Link to comment
Share on other sites

  • 2 weeks later...

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