AznStyl Posted August 30, 2004 Posted August 30, 2004 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.cmdREG ADD %KEY%\002 /VE /D "Alcohol 120%" /fREG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\Applications\Alcohol120\setup.exe /qn" /fREG ADD %KEY%\003 /VE /D "Registering Alcohol 120%" /fREG ADD %KEY%\003 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Alcohol120\register.reg" /fI can't seem to find anything wrong with it... no error pop up.
Lucius Snow Posted August 30, 2004 Posted August 30, 2004 Here is my command line :REG ADD %KEY%\007 /VE /D "Alcohol 120% 1.9.2.1705" /fREG ADD %KEY%\007 /V 1 /D "%systemdrive%\Apps\alcohol\setup.msi /qn REBOOT=SUPPRESS" /fREG ADD %KEY%\007 /V 2 /D "regedit /s %systemdrive%\apps\alcohol\settings.reg" /fI extracted the .msi file from the install.Hopes it helps.
marcele11 Posted September 8, 2004 Posted September 8, 2004 You could also try this:RunOnceEx.cmdREG ADD %KEY%\020 /VE /D "Alcohol 120" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Alcohol120\A120.vbs" /fREG ADD %KEY%\020 /V 2 /D "REGEDIT /S %systemdrive%\Install\Alcohol120\register.reg" /fA120.vbsSet WshShell = WScript.CreateObject("WScript.Shell")WshShell.Run ("%systemdrive%\INSTALL\Alcohol120\setup.msi /qn REBOOT=REALLYSUPPRESS")WScript.Sleep 12000WshShell.SendKeys "{TAB}"WScript.Sleep 1000WshShell.SendKeys "{ENTER}"WScript.Sleep 9000 WshShell.SendKeys "{ENTER}"WScript.QuitYou can create a .vbs file with a .txt file and rename it to .vbsPut 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
AznStyl Posted September 8, 2004 Author Posted September 8, 2004 The vbs didn't work for me... all it do was open it with a notepad
big poppa pump Posted September 17, 2004 Posted September 17, 2004 Extract the MSI file from the setup. Edit the msi file using WinstallLE. Add the registration info in the msi and you can also modify the msi and tell it not to reboot.That's it. You are all set!
Aaron Posted September 17, 2004 Posted September 17, 2004 I'd avoid installing by MSI. The Windows Explorer integration for mounting images doesn't get installed. (unless that's changed in newer alcohol versions?)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now