cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
denis_lima
Level 2

Command line options

Hi there,

We need to install a package built using InstallAnywhere.
This install must be silent for the end user (the package will be deployed bu an automated deployment solution) and must not process an automatic reboot of the end user desktop.

I have already found how to perform a silent installation.

The problem is that even with the "silent" argument typed, the installer still asks 2 questions before initiate the installation.

It asks to choose a language option and then to accept the license agreement.

I found the language option argument which is automaticaly chosen by typing the command "-l en".

Now I´m still pending to use a command to auto accept the license agreement and to bypass the system reboot.

So far, the command line I´m using is: "SetupDPRA.exe -i console -l en"

I don´t know the InstallAnywhere platform version.

Thanks in advance for your help!

Cheers.

Denis.
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

Normally, the EULA should have been bypassed in silent mode, but it's hard to tell without being able to take a look at your project.
0 Kudos