Jump to content

Recommended Posts

Posted

Hi All,

I want to automate the installer at the same time the window should be hidden. The installer is a GUI(Hardware Wizard), it has those next buttons to proceed the installation. I could install the same without hiding the windows. But i want to achieve with windows hidden, is it possible? if yes, how can i do that?

Here is my code for automating the installer without hiding the window.

Run("C:\Documents and Settings\test\Desktop\LIBUSB64Fix\2) INSTALL LIBUSB\LIBUSB 32win Setup.exe")

WinWaitActive("Setup - LibUSB-Win32")

MouseClick("left", 950, 678)

sleep(100)

MouseClick("left", 638, 615)

sleep(10)

MouseClick("left", 960, 676)

sleep(10)

MouseClick("left", 950, 678)

sleep(10)

MouseClick("left", 950, 678)

sleep(10)

MouseClick("left", 950, 676)

sleep(20000)

MouseClick("left", 777, 500)

sleep(10)

MouseClick("left", 950, 677)

sleep(10)

Can any one of you throw light on this problem?

Thanks in Advance,

Regards,

Ramesh

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