Jump to content

Recommended Posts

Posted

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

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
×
×
  • Create New...