MSFN Forum: Alcohol 120% 1.9.5.3823 - MSFN Forum

Jump to content



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 +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Alcohol 120% 1.9.5.3823 No silent install support Rate Topic: -----

#1 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 26 February 2006 - 10:30 PM

Silent installation currently not supported ?

Posted Image

This post has been edited by muiz: 26 February 2006 - 10:32 PM



#2 User is online   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 26 February 2006 - 11:08 PM

i just downloaded the new version a few minutes ago. sad to know that silent switch is not supported. also i imagine it will be more difficult to disable the scsi service in the new setup routine used now unless there are switches to disable the install of the service. will play around with it later. will post if i found anything on it.

#3 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 February 2006 - 02:22 AM

Well, gotta find SOME way around it.
Its not MSI anymore, uses NSIS installer now - "/S" is the switch.

And this is the only version of alcohol that supports Windows XP 64-bit edition.

#4 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 27 February 2006 - 03:59 PM

i started making an autoit script for this...if anyone is interested i'll post it

#5 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 February 2006 - 04:28 PM

If it works, and it does not need a reboot, then YES, I'd love it! :)

#6 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 27 February 2006 - 05:09 PM

View Postredfive19, on Feb 27 2006, 05:59 PM, said:

i started making an autoit script for this...if anyone is interested i'll post it



yea im interested in that script m8,, lets us know how its turning out and post it pls

#7 User is online   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 27 February 2006 - 05:15 PM

View Postredfive19, on Feb 27 2006, 03:59 PM, said:

i started making an autoit script for this...if anyone is interested i'll post it


i've avoided so far using autoit scripts but i think i will give it a shot since alcohol is a must-install program for me. thanks.

#8 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 27 February 2006 - 09:03 PM

REMOVED

This post has been edited by muiz: 27 February 2006 - 10:47 PM


#9 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 28 February 2006 - 09:11 AM

Well i've only worked on the script here at work so I don't want to install the SCSI drivers here. I am going to work on it on my backup laptop and get back to you. I've not gotten to a point where it's prompted me to reboot so I am not sure I can prevent that. I hate reboots so I'll try my damndest to make it not reboot. watch this space....

-redfive

#10 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 28 February 2006 - 10:31 AM

This installation has become a 2 step proccess just as daemon tools 4.
SPTD drivers need to be installed before Alcohol. This is the portion of the installation that needs a reboot before it is active. The following Download is a switchless installer that will install these drivers from svcpack without a reboot. Credit for this installer goes to 'MHz' Get it here

My AutoIt script for the installation of Alcohol was removed because MHz AutoIt skills far exceed my own and i have personally changed over to using his posted script.

Shark

This post has been edited by Shark007: 01 March 2006 - 10:51 AM


#11 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 28 February 2006 - 10:49 AM

Since when does alcohol use SPTD ?

And for those who try this script , dont forget to rename your installer of the name in the script for the alcohol.exe

edit:

Script does not work mouse goes to places where no buttons are, better use "sendkeys" next time

Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('Alcohol120_retail_1.9.5.3823.exe')
WinWait("Alcohol 120% 1.9.5.3823","Welcome to the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.3823","Welcome to the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.3823","Welcome to the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.3823","Welcome to the Alcoh")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.3823 ","Please review the li")
If Not WinActive("Alcohol 120% 1.9.5.3823 ","Please review the li") Then WinActivate("Alcohol 120% 1.9.5.3823 ","Please review the li")
WinWaitActive("Alcohol 120% 1.9.5.3823 ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.3823 ","Choose which feature")
If Not WinActive("Alcohol 120% 1.9.5.3823 ","Choose which feature") Then WinActivate("Alcohol 120% 1.9.5.3823 ","Choose which feature")
WinWaitActive("Alcohol 120% 1.9.5.3823 ","Choose which feature")
Send("{DOWN}{DOWN}{DOWN}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.3823 ","Choose Install Locat")
If Not WinActive("Alcohol 120% 1.9.5.3823 ","Choose Install Locat") Then WinActivate("Alcohol 120% 1.9.5.3823 ","Choose Install Locat")
WinWaitActive("Alcohol 120% 1.9.5.3823 ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.3823 ","Completing the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.3823 ","Completing the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.3823 ","Completing the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.3823 ","Completing the Alcoh")
Send("{SPACE}{TAB}{TAB}{ENTER}")

This post has been edited by muiz: 28 February 2006 - 11:23 AM


#12 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 28 February 2006 - 11:24 AM

This is what I have to offer. I have not faced a reboot prompt yet to script it, but that is just tested in a VM so far. Components checked can change with each install, as the installer looks at the registry for previously added flags. I have added into my script to insert these registry entries in 1st to control the selection of components in a controled manner. I have not done any registration as the program wants to call home to accomplish the task, so seems messy to script for everyone atm.


Edit: Commented line in script so uninstall icon is not removed from the startmenu.
FileDelete('Uninstall Alcohol 120%.lnk')


An option is to not use the Starwind service if SPTD is used the is supplied with Daemon's tools. Just set the line near the top of the script to 0, as shown below.
$starwind	= 0; iSCSI Service


Edit:
Added scripts to Pinned AutoIt thread for ease.
AutoIt thread post
Install Script
Get Registration Script (as mentioned post #26)

This post has been edited by MHz: 05 March 2006 - 07:26 PM


#13 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 28 February 2006 - 12:12 PM

so SPTD has to be installed first? from svcpack ?
Then run the alcohol script from runonce ?

EDIT:
I tried yours.
But then you cant uninstall it anymore , and its not showing in ad remove software.
the only way to uninstall is to go to C:\Program Files\Alcohol Soft\Alcohol 120

Any idea why?

This post has been edited by muiz: 28 February 2006 - 12:21 PM


#14 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 28 February 2006 - 12:25 PM

View Postmuiz, on Feb 28 2006, 01:12 PM, said:

But then you cant uninstall it anymore , and its not showing in ad remove software. the only way to uninstall is to go to C:\Program Files\Alcohol Soft\Alcohol 120 Any idea why?

Thats how AlcoholSoft wrote the installer. No matter how you install it, it doesnt show up in Add/Remove programs. I agree, it sucks. There is a link to the uninstaller in the dir created in the startmenu.

shark

This post has been edited by Shark007: 28 February 2006 - 12:26 PM


#15 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 28 February 2006 - 02:08 PM

Quote

There is a link to the uninstaller in the dir created in the startmenu.


When i use my own script it does , but not with MHZ's

#16 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 28 February 2006 - 03:47 PM

View Postmuiz, on Feb 28 2006, 02:08 PM, said:

Quote

There is a link to the uninstaller in the dir created in the startmenu.


When i use my own script it does , but not with MHZ's



:hello:

i have this problem 2,this installer sux.MUIZ can you upload the script you using so I could try it out and is it language dependant?

Tnx in advance

#17 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 28 February 2006 - 06:30 PM

** removed **

#18 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 28 February 2006 - 06:56 PM

read few posts back , i already posted it. :huh:

#19 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 28 February 2006 - 07:39 PM

*removed*

skark

This post has been edited by Shark007: 01 March 2006 - 10:52 AM


#20 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 28 February 2006 - 07:46 PM

View Posttresans, on Feb 28 2006, 03:47 PM, said:

View Postmuiz, on Feb 28 2006, 02:08 PM, said:

Quote

There is a link to the uninstaller in the dir created in the startmenu.


When i use my own script it does , but not with MHZ's



:hello:

i have this problem 2,this installer sux.MUIZ can you upload the script you using so I could try it out and is it language dependant?

Tnx in advance


:unsure: Im sorry m8 :yes:

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy