Jump to content

Recommended Posts

Posted

Hi Everybody!

Didn't know exactly where to post this as it covers many subjects but, I hope that this will do.

Anyway, I use Xplode when installing my programs from my UA WinXP installation. It starts at the T-13 stage. Now, everything installs fine except Maya. When the AutoIT script for Maya executes, it just stands there, doing nothing :blink: . When I try to install it using that script in Windows, it works flawlessly. I can't seem to figure out why this occures. Any ideas?

Here's the script:

Run("setup.exe")

WinWaitActive("", "WARNING")
Send("!n")

WinWaitActive("Maya 6.5 - InstallShield Wizard", "License Agreement")
Send("!a!n")

WinWaitActive("", "Please enter your information")
Send("{TAB}{TAB}{TAB}{ENTER}")

WinWaitActive("Maya Product Configuration", "Please select the version")
Send("!n")

WinWaitActive("Maya 6.5 - Add Location to Path", "In order to make it")
Send("{TAB}{TAB}{TAB}{TAB}{TAB}{SPACE}!n")

WinWaitActive("", "The wizard is ready")
Send("!i")

WinWaitActive("", "The InstallShield Wizard has successfully")
Send("!f")

Thanks in advance!

Marthax


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