Swimming_Bird Posted May 8, 2005 Posted May 8, 2005 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
Swimming_Bird Posted May 8, 2005 Author Posted May 8, 2005 When i directly call the MSI without autoit the setup runs fine but when directly calling the msi from autoit i get this error:
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