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
- :
- passing parameter to Advanced UI Suite Setup.exe
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
‎Jun 06, 2013
01:15 PM
Advanced UI and Suite Project Receive a command line
Hi Guys,
I'm with a problem related the Advanced UI and Suite Project, I need receive in the Project a parameter like Setup.exe /test, after that I need do something like execute MSI...
How Can I do this?
Thanks a lot.
I'm with a problem related the Advanced UI and Suite Project, I need receive in the Project a parameter like Setup.exe /test, after that I need do something like execute MSI...
How Can I do this?
Thanks a lot.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 07, 2013
10:12 AM
Suite/Advanced UI projects accept properties on the command line similar to Windows Installer. For example setup.exe TEST=Value would result in the suite property TEST being set to Value. You can then customize the project to react to this property. Does that address your needs?
InstallShield 2013 adds some better ways of reacting to properties by providing a Property Value condition type that you can use on packages or in the UI; in InstallShield 2012 Spring you might need to create an extension condition in order to work with the value of the property.
InstallShield 2013 adds some better ways of reacting to properties by providing a Property Value condition type that you can use on packages or in the UI; in InstallShield 2012 Spring you might need to create an extension condition in order to work with the value of the property.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 30, 2013
06:23 AM
I'm facing an issue while passing parameter to Suite Setup.exe. If the parameter contains space, then execution will not happen.
Eg: Setup.exe /silent INSTALLDIR="C:\My Path"
Here Setup.exe is my Suite and suite cotains msi, so I have to pass INSTALLDIR from outside. I dont want to use the Silent Command Line option in Package. I need to pass it from Commandline only.
Any help on this will be appreciable.
Thanks
-RN
Eg: Setup.exe /silent INSTALLDIR="C:\My Path"
Here Setup.exe is my Suite and suite cotains msi, so I have to pass INSTALLDIR from outside. I dont want to use the Silent Command Line option in Package. I need to pass it from Commandline only.
Any help on this will be appreciable.
Thanks
-RN