Jump to content

Recommended Posts

Posted

Hello,

I have this script below, but as soon as the first Send("!n") should be send, it doesnt work.

Any ideas?

Thanks!

run ("setup.exe")
WinWaitActive("7500 Fast System", "&InstallShield Wizard", 5)
Send("!n")
WinWaitActive("7500 Fast System", "END USER SOFTWARE LICENSE AGREEMENT", 5)
Send("!y")
WinWaitActive("7500 Fast System", "in the following folder")
Send("!n")
WinWaitActive("7500 Fast System", "New Installation")
Send("!n")
WinWaitActive("7500 Fast System", "InstallShield Wizard Complete")
Send("{ENTER}")
WinWaitActive("Product Registration", "ddCt Study")
Send("XXXXX{TAB 3}")   ; Your Name
Send("XXXXXXXXXXXXX{TAB}{DOWN}")   ; Organization
Send("XXXXXXXXXXXXXXXXXXXXXX{ENTER}")    ; Registration Code
WinWaitActive("SDS v1.4", "Instrument")
Send("XXXXXXXXXXXXXXXXXXXXXX{ENTER}")    ; Enter Instrument Serial Number
Exit

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