Jump to content

Acronis Disk Director Suite 9


xtremexxx

Recommended Posts

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!

Link to comment
Share on other sites


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

Simple as that! This should work with TrueImage as well...good luck!

Link to comment
Share on other sites

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 ?

For your information.

Text in WinWaitActive is an optional parameter.

This is valid:

WinWaitActive("title")

and this

WinWaitActive("title", "")

and even this for the current active window

WinWaitActive("")

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