Help - Search - Members - Calendar
Full Version: [REQUEST]Alcohol 120% Silent Installer
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
owikh84
Anyone have Alcohol 120% silent installer please post it here. Thanks
Halfwalker
I unpack it first, then pack into a 7zip archive. My RunOnceEx.cmd scripts install it with

CODE
setup.exe /qn /norestart DRIVER0=MYbus DRIVER1=MYscsi

Works fine.

D.
muiz
More about it here :

CODE
http://www.msfn.org/board/index.php?showtopic=59614&hl=alcohol&st=80
owikh84
i want it run from WPI. how to do so? with registration info integrated into the installer. newbie.
Dumpy Dooby
QUOTE (owikh84 @ Feb 6 2006, 08:46 PM) *
i want it run from WPI. how to do so? with registration info integrated into the installer. newbie.

PRO TIP: Try reading all posts in your thread when you ask for help.

PS-
Your question(s) has/have already been answered.
muiz
Alcohol 120% 1.9.5 (build 3105)

It still seems that some people dont understand how to.

For those i will try to explain again.

I already made an switchless silent installer of alcohol called "alcohol120.exe"

Alcohol 120% 1.9.5 (build 3105 switchless
(It does NOT contain a registered version)

If you want to register this is how to :

First install alcohol 120% and register it , then copy the following files from your Alcohol120% folder :

1. alcohol.exe
2. AxCmd.exe
3. AXShlEx.dll
4. star_syn_client.dll


Make a sfx file from these files with the following :

CODE
Path=C:\Program Files\Alcohol Soft\Alcohol 120
SavePath
Silent=1
Overwrite=1


And give this a name ( i used alcpatch.exe , but you can give it your own name ) your.sfx.exe

reg :

CODE
[HKEY_CURRENT_USER\SOFTWARE\Alcohol Soft\Alcohol 120%\Info]
"UserName"="xxxxxxxxxxx"
"ServerKey"="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "



run alcohol120.exe and your.sfx.exe from svcpack
Make sure alcohol120.exe runs first.
mayang
QUOTE (owikh84 @ Feb 7 2006, 06:46 AM) *
i want it run from WPI. how to do so? with registration info integrated into the installer. newbie.


Follow muiz instruction.
I have successfully make switchless installer for alcohol 120% size: 3.5mb download here
muiz
not totaly hidden, but nice try
I prefer my hidden version , i dont like progress bars smile.gif
owikh84
QUOTE (muiz @ Feb 8 2006, 10:59 AM) *
Alcohol 120% 1.9.5 (build 3105)

It still seems that some people dont understand how to.

For those i will try to explain again.

I already made an switchless silent installer of alcohol called "alcohol120.exe"

Alcohol 120% 1.9.5 (build 3105 switchless
(It does NOT contain a registered version)

If you want to register this is how to :

First install alcohol 120% and register it , then copy the following files from your Alcohol120% folder :

1. alcohol.exe
2. AxCmd.exe
3. AXShlEx.dll
4. star_syn_client.dll


Make a sfx file from these files with the following :

CODE
Path=C:\Program Files\Alcohol Soft\Alcohol 120
SavePath
Silent=1
Overwrite=1


And give this a name ( i used alcpatch.exe , but you can give it your own name ) your.sfx.exe

reg :

CODE
[HKEY_CURRENT_USER\SOFTWARE\Alcohol Soft\Alcohol 120%\Info]
"UserName"="xxxxxxxxxxx"
"ServerKey"="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "



run alcohol120.exe and your.sfx.exe from svcpack
Make sure alcohol120.exe runs first.


Found New Hardware Wizard pops up during RunOnceEx
mayang
QUOTE
Found New Hardware Wizard pops up during RunOnceEx


Are you using my installer or muiz installer?
I already removed starwind service in my installer available for download above.
muiz
Read again :

RUN FROM SVCPACK !
owikh84
i want to run it from WPI not svcpack... how?
muiz
Ask in the wpi forum , i dont use that crap. sorry no offence.
snag
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
Yurek3
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
QUOTE
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

QUOTE
[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

QUOTE
var numCols=3;
var appsPerInstallWindow=25;
var secs=1;
var language='pl';


This is all whot you need
owikh84
QUOTE (Yurek3 @ Feb 14 2006, 08:40 PM) *
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
QUOTE

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

QUOTE
[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

QUOTE
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.
owikh84
can i run WPI.cmd instead of .exe in SVCPACK.inf? like this:

QUOTE
[SetupHotfixesToRun]WPI.cmd
Yurek3
[b]No, go WPI Forum and download new WPI4.4 and look in post -Progress Bar-

and use like this

QUOTE
[SetupHotfixesToRun]WPI.exe



my is good work forme exelant
carter8189
QUOTE (snag @ Feb 14 2006, 12:34 AM) *
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!
Arie
QUOTE (carter8189 @ Nov 27 2007, 01:01 AM) *
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.

CODE
/qn /REBOOT=ReallySuppress


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

CODE
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
Nice, but cant use those regs HKEY_USERS is personal, that way i can only install it on 1 pc.
Gremo
where i can find msi installer?
Arie
QUOTE (Gremo @ Nov 29 2007, 02:50 AM) *
where i can find msi installer?

Perhaps inside the executable, I haven't checked as I use the executable file itself myself.
Arie
QUOTE (sp00f @ Nov 29 2007, 12:59 AM) *
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.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.