This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: InstallShield 2015 SP1 Standalone Build
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 29, 2015
06:47 AM
InstallShield 2015 SP1 Standalone Build
Hello, I need to install InstallShield2015SP1StandaloneBuild.exe silently on a number of building machines.
I've been unable to do so because I cannot figure our the correct command line properties. It simply shows the GUI whatsoever and does not have options to set license server, etc.
I tried to install it in the GUI mode, works fine.
What I specify in the GUI: installation path, concurrent license, license sever and port.
Please help to translate those GUI'ed options into the command line argument to the InstallShield2015SP1StandaloneBuild.exe.
Thanks.
I've been unable to do so because I cannot figure our the correct command line properties. It simply shows the GUI whatsoever and does not have options to set license server, etc.
I tried to install it in the GUI mode, works fine.
What I specify in the GUI: installation path, concurrent license, license sever and port.
Please help to translate those GUI'ed options into the command line argument to the InstallShield2015SP1StandaloneBuild.exe.
Thanks.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 29, 2015
09:03 AM
The set of options from the: http://resources.flexerasoftware.com/instructions/productlicensing/en/installshieldfaqs.htm
Setup.exe /s /v"LICENSETYPE=2 SERVERNAME=MyServer PORTNUMBER=1234 /qn"
Seems to be not working. It does not install the IS2015 at all. Nothing happens. If I omit the '/s' option, the GUI has got all the fields pre-filled correctly though.
Setup.exe /s /v"LICENSETYPE=2 SERVERNAME=MyServer PORTNUMBER=1234 /qn"
Seems to be not working. It does not install the IS2015 at all. Nothing happens. If I omit the '/s' option, the GUI has got all the fields pre-filled correctly though.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2015
03:13 PM
I am able to silently install with the following command line:
InstallShield2015SP1StandaloneBuild.exe /s /v"LICENSETYPE=2 SERVERNAME=MyServer PORTNUMBER=1234 /qn"
Perhaps you used the name "setup.exe" rather than the name of the IS 2015SP1 SAB installer?
InstallShield2015SP1StandaloneBuild.exe /s /v"LICENSETYPE=2 SERVERNAME=MyServer PORTNUMBER=1234 /qn"
Perhaps you used the name "setup.exe" rather than the name of the IS 2015SP1 SAB installer?
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)