muiz Posted August 14, 2006 Author Posted August 14, 2006 why? autoit does a perfect job on this one.
AngelOfCake Posted August 17, 2006 Posted August 17, 2006 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"
muiz Posted August 17, 2006 Author Posted August 17, 2006 So this brings me to my next step. how to edit "HKEY-USERS"You cant
AngelOfCake Posted August 17, 2006 Posted August 17, 2006 there has to be a way. surely is alcohol can acheive it then we should be able too aswell :/
MHz Posted August 19, 2006 Posted August 19, 2006 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.
muiz Posted August 19, 2006 Author Posted August 19, 2006 And so what if i see the window?Mine installs fine
bluejazz74us Posted September 1, 2006 Posted September 1, 2006 hey muiz, it is me again ... the ugly 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
MGadAllah Posted September 1, 2006 Posted September 1, 2006 can you post your script in auto it sectionIf you need it I can upload it for you and PMed you a link
muiz Posted September 2, 2006 Author Posted September 2, 2006 (edited) hey muiz, it is me again ... the ugly 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 followedI am not an expert , i wish But i can give you my scriptRun('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 September 2, 2006 by muiz
MGadAllah Posted September 3, 2006 Posted September 3, 2006 It is not the right place to post auto it script you can post it herehey muiz, it is me again ... the ugly 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 followedI am not an expert , i wish But i can give you my scriptRun('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.
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