owikh84 Posted February 15, 2006 Author Posted February 15, 2006 owikh84you 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-12for exampeprog[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.exenow 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 programsvar numCols=3;var appsPerInstallWindow=25;var secs=1;var language='pl';This is all whot you needWow, thx Yurek3. u make it clearer.
owikh84 Posted February 15, 2006 Author Posted February 15, 2006 (edited) can i run WPI.cmd instead of .exe in SVCPACK.inf? like this:[setupHotfixesToRun]WPI.cmd Edited February 15, 2006 by owikh84
Yurek3 Posted February 15, 2006 Posted February 15, 2006 No, go WPI Forum and download new WPI4.4 and look in post -Progress Bar-and use like this[setupHotfixesToRun]WPI.exemy is good work forme exelant
carter8189 Posted November 27, 2007 Posted November 27, 2007 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" /fREG ADD %key%\991 /V 1 /D "%systemdrive%\Sysprep\Apps\Alcohol\setup.msi /passive /norestart DRIVER0=MYbus DRIVER1=MYscsi" /fehm 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!
Arie Posted November 27, 2007 Posted November 27, 2007 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=ReallySuppressAfterwhich 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"
sp00f Posted November 28, 2007 Posted November 28, 2007 Nice, but cant use those regs HKEY_USERS is personal, that way i can only install it on 1 pc.
Arie Posted November 29, 2007 Posted November 29, 2007 where i can find msi installer?Perhaps inside the executable, I haven't checked as I use the executable file itself myself.
Arie Posted November 29, 2007 Posted November 29, 2007 Nice, but cant use those regs HKEY_USERS is personal, that way i can only install it on 1 pc.You could try to change those keys to .DEFAULT ones and see if that works.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now