Jump to content

Recommended Posts

Posted

when i call my indesign using this autoit script:

Run ("msiexec /i AdobeInDesignCS2.msi")
WinWaitActive ("Adobe InDesign CS2 - Setup","Welcome to the InstallShield Wizard for Adobe InDesign CS2")
ControlClick ("Adobe InDesign CS2 - Setup","&Next >","Button1")
Winwaitactive ("Adobe InDesign CS2 - Setup","Language Selection")
ControlClick ("Adobe InDesign CS2 - Setup","&Next >","Button1")
Winwaitactive ("Adobe InDesign CS2 - License Agreement","License Agreement")
ControlClick ("Adobe InDesign CS2 - License Agreement","&Accept","Button5")
Winwaitactive ("Adobe InDesign CS2 - Setup","Customer Information")
ControlSend ("Adobe InDesign CS2 - Setup","","RichEdit20W3","xxxx-xxxx-xxxx-xxxx-xxxx-xxxx")
send ("{TAB}")
send ("{TAB}")
ControlClick ("Adobe InDesign CS2 - Setup","&Next >","Button1")
Winwaitactive ("Adobe InDesign CS2 - Setup","Destination Folder")
ControlClick ("Adobe InDesign CS2 - Setup","&Next >","Button1")
Winwaitactive ("Adobe InDesign CS2 - Setup","Ready to Install the Program")
ControlClick ("Adobe InDesign CS2 - Setup","&Install","Button1")
Winwaitactive ("Adobe InDesign CS2 - Setup","InstallShield Wizard Completed")
ControlClick ("Adobe InDesign CS2 - Setup","&Finish","Button3")

as well as when i try to call the msi directly i get this error when running it durring runonceex from WPI

IndesignError.jpg


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