DGarten Posted March 16, 2010 Posted March 16, 2010 Hi, I want to install an inventory control system silent. But at the end of the installation a window pops up and asks for reboot. I wrote a Autoit-script to skip this window but it does not work. WinWait("SO: Client - InstallShield Wizard") WinActive("SO: Client - InstallShield Wizard") Send("Down") Send("Enter") Sleep(500) Exit Anyone can help me to solve this problem? The window name is written as I wrote in WinWait and WinActive. Thanks a lot and sorry for my worse english Darius
DGarten Posted March 16, 2010 Author Posted March 16, 2010 Hi, I attached additionally a pictures, that shows the window. Sorry for double-post but I couldnt find an edit-button. Darius
fardjad Posted March 16, 2010 Posted March 16, 2010 Hi,I attached additionally a pictures, that shows the window.Sorry for double-post but I couldnt find an edit-button.DariusI suggest you to use AU3Recorder to generate the script. also check the window title and text with AU3Info tool.you may also use ControlClick and ControlSend functions. ( see help for more info )
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