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
- :
- Build Parameters With INI Files: How to pass "-z" parameters
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 13, 2009
07:30 AM
Build Parameters With INI Files: How to pass "-z" parameters
Dear all!
I'm trying to setup an INI file for my installer build:
../IsSABld.exe" -i "BuildConfig.ini"
Unfortunately I cannot find out how to create INI file entries for "-z" parameters to overwrite MSI properties (e.g. -z "ProductName=TestProduct 0.3").
I already read the chapter "Passing Command-Line Parameters in an .ini File" but the "-z" parameter does not seem to be documented...
Has anybody found out how to pass "-z" build-parameters with an INI file?
Thanks a lot!
Michael
I'm trying to setup an INI file for my installer build:
../IsSABld.exe" -i "BuildConfig.ini"
Unfortunately I cannot find out how to create INI file entries for "-z" parameters to overwrite MSI properties (e.g. -z "ProductName=TestProduct 0.3").
I already read the chapter "Passing Command-Line Parameters in an .ini File" but the "-z" parameter does not seem to be documented...
Has anybody found out how to pass "-z" build-parameters with an INI file?
Thanks a lot!
Michael
(3) Replies
‎Jan 16, 2009
09:07 AM
I'm a little confused. Are you trying to pass run-time parameters to the build? Usually, the /z parameter is used to pass information to the embedded MSI from the setup.exe file at runtime.
‎Jan 16, 2009
05:57 PM
I'm not aware of an equivalent to ISCmdBld's -z switch in the INI file. (You can of course modify properties pre-build using the Automation interface.)
(Kathy, recent InstallShield versions support a -z switch for ISCmdBld to set the value of an MSI property, not to be confused with the run-time setup.exe -z switch for setting CMDLINE for an InstallScript MSI project.)
If nothing else, you (meaning "everyone") can vote for this as a feature request here.
Robert
(Kathy, recent InstallShield versions support a -z switch for ISCmdBld to set the value of an MSI property, not to be confused with the run-time setup.exe -z switch for setting CMDLINE for an InstallScript MSI project.)
If nothing else, you (meaning "everyone") can vote for this as a feature request here.
Robert