etirta Posted December 7, 2010 Posted December 7, 2010 Hi, I tried to automate VMware Player 3 installation, but WinWaitActive fail to hook to the installation window. It only work if I match the window title, such as WinWaitActive('VMware Player Setup'), but this is not specific enough. I tried: AutoItSetOption('WinDetectHiddenText', 1) WinWaitActive('VMware Player Setup') Local $sText = WinGetText('[active]') MsgBox(0,'',$sText) And $sText contains an empty string. Setting WinDetectHiddenText does not seems to help. VMware Player 3 installation can be obtained for free from www.vmware.com. Please help. Thx //Edo
PsaltyDS Posted December 7, 2010 Posted December 7, 2010 Examine the text in that window with the AutoIt Window Info Tool (AU3Info.exe). The control may be of a type AutoIt can't read. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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