Jump to content

Alcohol120% 1.9.5.4327


muiz

Recommended Posts


it's not a silent install. also autoit scripts are too easy to interfere with. I've made a 7zip installer that uses an autoit script to move the files and shortcuts around aswell as adding registry entries.

I've got it working perfectly with the obvious exception of it needing a first run to make the virtual cd drives and all the settings are in with the obvious exception of virtual drive details which are kept in "HKEY-USERS"

So this brings me to my next step. how to edit "HKEY-USERS"

Link to comment
Share on other sites

it's not a silent install. also autoit scripts are too easy to interfere with.

AutoIt scripts, if using WinWait() and Control*() functions, are almost impossible to interrupt. You have a good chance of hiding the install when using Control*() functions by WinMove()-ing the installer window off screen.

The option window using html can be handled with the Com capabilities of the newly released AutoIt3 v3.2.0.1.

So it comes down to knowledge of using AutoIt and not whether AutoIt can do it good enough.

:)

Link to comment
Share on other sites

  • 2 weeks later...
hey muiz, it is me again ... the ugly :yes:

as being an expert can you post your script in auto it section?

and if not applicable for you, can you mentione a quick steps you followed

I am not an expert , i wish ;)

But i can give you my script

Run('Alcohol120_retail_1.9.5.4327.exe')
WinWait("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Please review the li")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Please review the li") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Please review the li")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose which feature")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose which feature") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose which feature")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose which feature")
Send("{DOWN}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
Send("{SPACE}{TAB}{TAB}{ENTER}")

You need to install SPTD.exe from svcpack first , to install alcohol.

Edited by muiz
Link to comment
Share on other sites

It is not the right place to post auto it script ;)

you can post it here

hey muiz, it is me again ... the ugly :yes:

as being an expert can you post your script in auto it section?

and if not applicable for you, can you mentione a quick steps you followed

I am not an expert , i wish ;)

But i can give you my script

Run('Alcohol120_retail_1.9.5.4327.exe')
WinWait("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Please review the li")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Please review the li") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Please review the li")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose which feature")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose which feature") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose which feature")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose which feature")
Send("{DOWN}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
Send("{SPACE}{TAB}{TAB}{ENTER}")

You need to install SPTD.exe from svcpack first , to install alcohol.

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