xtremexxx Posted September 5, 2005 Posted September 5, 2005 Hey,I searched the forums and the net for a way to silently install this baby and found none. I tried unpacking the setup.exe but to my surprise there's no file there that you can run as a setup. My only alternative was AutoIt so I gave it a try. The major thing is that EVERY window has the same name, and NO window has ANY viewable text ( viewed inside AU3-Info ). So I can't basicaly use WinWaitActive , or give it some extra "text' to search in order to match a window. Is there any way other then just sending the controls and maybe putting Sleep(500) after each one ?I'm clueless right now as to what to try. Thanks!
InTheWayBoy Posted September 5, 2005 Posted September 5, 2005 I use AutoIT to install it as well, but only to clean up after the install. Most of the recent versions of Acronis products support a silent install...this is my code:setup.exe /silent /serial=XXXX-XXXX-XXXX-XXXXSimple as that! This should work with TrueImage as well...good luck!
MHz Posted September 5, 2005 Posted September 5, 2005 The major thing is that EVERY window has the same name, and NO window has ANY viewable text ( viewed inside AU3-Info ). So I can't basicaly use WinWaitActive , or give it some extra "text' to search in order to match a window. Is there any way other then just sending the controls and maybe putting Sleep(500) after each one ?<{POST_SNAPBACK}>For your information.Text in WinWaitActive is an optional parameter.This is valid:WinWaitActive("title")and thisWinWaitActive("title", "")and even this for the current active windowWinWaitActive("")
DigeratiPrime Posted September 5, 2005 Posted September 5, 2005 You know that everything can be done from the boot cd?
xtremexxx Posted September 5, 2005 Author Posted September 5, 2005 (edited) For your information.Text in WinWaitActive is an optional parameter.Thank you very much but I KNEW this already.You know that everything can be done from the boot cd?<{POST_SNAPBACK}>What do you mean exactly? Edited September 5, 2005 by xtremexxx
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