IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules

2 Pages V   1 2 >  
Reply to this topicStart new topic
> [REQUEST]Alcohol 120% Silent Installer
owikh84
post Feb 5 2006, 11:18 AM
Post #1


Takeshi Kaneshiro
**

Group: Members
Posts: 184
Joined: 9-October 05
From: Tokyo
Member No.: 76126
Country Flag


Anyone have Alcohol 120% silent installer please post it here. Thanks
Go to the top of the page
 
+Quote Post
Halfwalker
post Feb 5 2006, 02:22 PM
Post #2


Junior
*

Group: Members
Posts: 86
Joined: 12-October 05
Member No.: 76411
Country Flag


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.
Go to the top of the page
 
+Quote Post
muiz
post Feb 5 2006, 07:20 PM
Post #3


SPECIAL
******

Group: Banned
Posts: 1456
Joined: 3-August 03
Member No.: 5418
OS: none
Country Flag


More about it here :

CODE
http://www.msfn.org/board/index.php?showtopic=59614&hl=alcohol&st=80
Go to the top of the page
 
+Quote Post
owikh84
post Feb 6 2006, 10:46 PM
Post #4


Takeshi Kaneshiro
**

Group: Members
Posts: 184
Joined: 9-October 05
From: Tokyo
Member No.: 76126
Country Flag


i want it run from WPI. how to do so? with registration info integrated into the installer. newbie.
Go to the top of the page
 
+Quote Post
Dumpy Dooby
post Feb 7 2006, 08:33 AM
Post #5


Advanced Member
***

Group: Members
Posts: 371
Joined: 16-May 05
Member No.: 56247
Country Flag


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.
Go to the top of the page
 
+Quote Post
muiz
post Feb 7 2006, 08:59 PM
Post #6


SPECIAL
******

Group: Banned
Posts: 1456
Joined: 3-August 03
Member No.: 5418
OS: none
Country Flag


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.

This post has been edited by muiz: Feb 7 2006, 09:17 PM
Go to the top of the page
 
+Quote Post
mayang
post Feb 7 2006, 11:10 PM
Post #7


Newbie


Group: Members
Posts: 38
Joined: 11-December 05
Member No.: 82177
Country Flag


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
Go to the top of the page
 
+Quote Post
muiz
post Feb 8 2006, 04:16 AM
Post #8


SPECIAL
******

Group: Banned
Posts: 1456
Joined: 3-August 03
Member No.: 5418
OS: none
Country Flag


not totaly hidden, but nice try
I prefer my hidden version , i dont like progress bars smile.gif
Go to the top of the page
 
+Quote Post
owikh84
post Feb 12 2006, 06:22 AM
Post #9


Takeshi Kaneshiro
**

Group: Members
Posts: 184
Joined: 9-October 05
From: Tokyo
Member No.: 76126
Country Flag


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
Go to the top of the page
 
+Quote Post
mayang
post Feb 12 2006, 03:01 PM
Post #10


Newbie


Group: Members
Posts: 38
Joined: 11-December 05
Member No.: 82177
Country Flag


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.
Go to the top of the page
 
+Quote Post
muiz
post Feb 12 2006, 05:36 PM
Post #11


SPECIAL
******

Group: Banned
Posts: 1456
Joined: 3-August 03
Member No.: 5418
OS: none
Country Flag


Read again :

RUN FROM SVCPACK !
Go to the top of the page
 
+Quote Post
owikh84
post Feb 12 2006, 06:16 PM
Post #12


Takeshi Kaneshiro
**

Group: Members
Posts: 184
Joined: 9-October 05
From: Tokyo
Member No.: 76126
Country Flag


i want to run it from WPI not svcpack... how?
Go to the top of the page
 
+Quote Post
muiz
post Feb 13 2006, 03:10 AM
Post #13


SPECIAL
******

Group: Banned
Posts: 1456
Joined: 3-August 03
Member No.: 5418
OS: none
Country Flag


Ask in the wpi forum , i dont use that crap. sorry no offence.
Go to the top of the page
 
+Quote Post
snag
post Feb 14 2006, 12:34 AM
Post #14


Newbie


Group: Members
Posts: 21
Joined: 7-June 05
Member No.: 59471
Country Flag


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
Go to the top of the page
 
+Quote Post
Yurek3
post Feb 14 2006, 06:40 AM
Post #15


Member
**

Group: Members
Posts: 275
Joined: 23-November 04
From: USA Panama City Florida
Member No.: 37184
Country Flag


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
Go to the top of the page
 
+Quote Post
owikh84
post Feb 14 2006, 06:26 PM
Post #16


Takeshi Kaneshiro
**

Group: Members
Posts: 184
Joined: 9-October 05
From: Tokyo
Member No.: 76126
Country Flag


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.
Go to the top of the page
 
+Quote Post
owikh84
post Feb 14 2006, 06:51 PM
Post #17


Takeshi Kaneshiro
**

Group: Members
Posts: 184
Joined: 9-October 05
From: Tokyo
Member No.: 76126
Country Flag


can i run WPI.cmd instead of .exe in SVCPACK.inf? like this:

QUOTE
[SetupHotfixesToRun]WPI.cmd


This post has been edited by owikh84: Feb 14 2006, 06:52 PM
Go to the top of the page
 
+Quote Post
Yurek3
post Feb 14 2006, 07:48 PM
Post #18


Member
**

Group: Members
Posts: 275
Joined: 23-November 04
From: USA Panama City Florida
Member No.: 37184
Country Flag


[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
Go to the top of the page
 
+