Forum Discussion

mickwearn's avatar
mickwearn
New Contributor
15 years ago

Silent Install Option

Hi There,

I'm new to this.

I'm looking for options to allow me to silently deploy SoapUI to my developers.

Specifically all I need is a command line to allow silent install

I have tried /S /v /qn /?  Nothing seams to work.

The file I have for install is  soapUI-Pro-x32-3_0_1.exe

Any assistance would be great.

Thanks.
Mick Wearn
AU.
  • mattblair's avatar
    mattblair
    New Contributor
    SoapUI 4.5 maybe others use install4j type of installer. http://resources.ej-technologies.com/in ... c/help.pdf

    here is some of the info i found helpfull.....adjust to your needs

    Installers generated by install4j recognize the following command line parameters:

    http://resources.ej-technologies.com/in ... tions.html

    here are some command lines will work. swap the exe for the exe of your choice.

    Silent
    soapUI-Pro-x64-4.5.1.exe -q

    Silent with progress bar
    soapUI-Pro-x64-4.5.1.exe -q -splash title

    Silent with progress bar and response file
    soapUI-Pro-x64-4.5.1.exe -q -splash title -varfile response.varfile

    note: if you install manualy first you can grap the response file from c:\program files (x86)\SmartBear\soapUI-Pro-4.5.1\install4j\response.varfile (eg install directory\install4j\responsfile)
  • mattblair's avatar
    mattblair
    New Contributor
    BA Service Haus Support wrote:
    Hi again,

    were can I found documentation about silent install options?
    If this is not written anywhere, would you please be so kind to tell me all possible options?

    Best regards
    Nico


    SoapUI 4.5 maybe others use install4j type of installer. http://resources.ej-technologies.com/in ... c/help.pdf

    here is some of the info i found helpfull.....adjust to your needs

    Installers generated by install4j recognize the following command line parameters:

    http://resources.ej-technologies.com/in ... tions.html
  • Is this option available now?
    I need to activate the license on the linux server from the command line.

    SmartBear Support wrote:
    Hello,

    What do you think if we add option to soapUI Pro like : -L<path to license file> which will point soapUI Pro to license file. Will that work for you?

    robert