Jump to content

Recommended Posts

Posted

Beste,

i am trying to write my own script to install 15 programs from a usb/cd. 

now i am trying with 2 programs first, the first program goes fine and isntalls, the second one starts but uses installshield and i get stuck at the license agreement. does anyone know how to get past this?

greets rowesca

  • Moderators
Posted

How about posting what you have, so we can see what you're doing? If it is an InstallShield package, you should be able to use the command line switches and bypass the GUI altogether.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted

How about posting what you have, so we can see what you're doing? If it is an InstallShield package, you should be able to use the command line switches and bypass the GUI altogether.

sorry for forgetting that, i read some sites and articles about this so tried some different commands but none are really working,

 

#RequireAdmin
 
RunWait("WinPDM.exe /S")
RunWait("CordlessSystemManagerCordlessSystemManager.exe /r /S f1.CordlessSystemManagerCordlessSystemManager.iss ")
 
it is my first time using autoit so i dont know much programming, only examined some sample programs of this project.

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