Jump to content

[REQUEST]Alcohol 120% Silent Installer


owikh84

Recommended Posts

owikh84

you can du this but you need put yours WPI in SVCPACK write ni config.js - dflt[pn]=['yes']- programs whot you want install in T-12

for exampe

prog[pn]=['Alcohol 120%']

uid[pn]=['ALKOHOL120%']

regb[pn]=['','']

picf[pn]=['alcohol120.png']

picw[pn]=['128']

pich[pn]=['128']

dflt[pn]=['yes']

cmd1[pn]=['%CDROM%\\GROM\\ALCOHOL120.EXE']

cat[pn]=['Tools']

pn++

and you need write ni svcpack.inf lile

[setupHotfixesToRun]WPI.exe

now your WPi will starting in T-12 and instal all programs whot ypu write ni config.js like this

dflt[pn]=['yes']

and in useroptions.js be goog write 1 or 2sekond for startind instal programs

var numCols=3;

var appsPerInstallWindow=25;

var secs=1;

var language='pl';

This is all whot you need

Wow, thx Yurek3. u make it clearer.

Link to comment
Share on other sites


  • 1 year later...
I just extract from the exe and use the msi package...just did another install tonight and never had hardware detection pop up.

REG ADD %key%\991 /VE /D "Alcohol120 Trial" /f

REG ADD %key%\991 /V 1 /D "%systemdrive%\Sysprep\Apps\Alcohol\setup.msi /passive /norestart DRIVER0=MYbus DRIVER1=MYscsi" /f

ehm sorry i know it's too late but where did you get the msi installer of alcohol? i've only found the exe and all the switches don't work ( /qn , /noreboot etc...), so i can't install it silently!

Link to comment
Share on other sites

ehm sorry i know it's too late but where did you get the msi installer of alcohol? i've only found the exe and all the switches don't work ( /qn , /noreboot etc...), so i can't install it silently!

This thread is close to two years old, in my humble opinion you could have better created a new thread. But to reply to your question, I can install the (retail) executable fine with the following parameters.

/qn /REBOOT=ReallySuppress

Afterwhich I import my registration information and preferred settings via the following registry file.

Windows Registry Editor Version 5.00

; REGISTER APPLICATION
[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info]
"UserName"="<your user name here>"
"ServerKey"="<your server key here>"

[HKEY_USERS\.DEFAULT\Software\Alcohol Soft\Alcohol 120%\Info]
"UserName"="<your user name here>"
"ServerKey"="<your server key here>"

; SET LANGUAGE TO ENGLISH
[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Options]
"Language"="1033"

[HKEY_USERS\.DEFAULT\Software\Alcohol Soft\Alcohol 120%\Options]
"Language"="1033"

; CONFIGURE APPLICATION
[HKEY_USERS\S-1-5-21-2000478354-1677128483-1343024091-1003\Software\Alcohol Soft\Alcohol 120%\Options\Display]
"AutostartWhenWindowsStartup"="0"
"ExecuteInFullScreen"="0"
"ListPhysicalDevicesFirst"="1"
"CleanFileListBeforeImporting"="1"
"NotifyDiscrepanciesWithImageFiles"="0"
"ShowApplicationIn"="1"
"ShutdownApplicationAfterPushingCloseBtn"="1"
"TrayIconIndex"="0"

[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Options\General]
"AutoCheckCurrentVersionViaInternetAtStart"="0"
"EnableScreenSaver"="0"
"OneInstanceOnly"="0"
"DeleteFileDirectly"="0"
"EnableAutoPlay"="0"
"IOControlInterface"="0"

[HKEY_USERS\.DEFAULT\Software\Alcohol Soft\Alcohol 120%\Options\General]
"AutoCheckCurrentVersionViaInternetAtStart"="0"
"EnableScreenSaver"="0"
"OneInstanceOnly"="0"
"DeleteFileDirectly"="0"
"EnableAutoPlay"="0"
"IOControlInterface"="0"

[HKEY_USERS\S-1-5-21-2000478354-1677128483-1343024091-1003\Software\Alcohol Soft\Alcohol 120%\Options\Shell Extension]
"ExchangeIconForAlcoholDefault"="0"
"EnableOtherExtensions"="0"
"OtherExtensions"=""

[HKEY_USERS\S-1-5-21-2000478354-1677128483-1343024091-1003\Software\Alcohol Soft\Alcohol 120%\Options\Sound Effect]
"PlaySounds"="0"

[HKEY_USERS\S-1-5-21-2000478354-1677128483-1343024091-1003\Software\Alcohol Soft\Alcohol 120%\Options\Virtual drive]
"MountImageTo1stDeviceOnDblClickingImageFile"="1"
"RemountImageUponSystemReboot"="1"

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