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
- :
- Change PROPERTY value at build time
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 31, 2009
01:35 AM
Change PROPERTY value at build time
Hi,
I want to create one MSI project that includes two different flows (such as full or trial for example means two different Dialogs flow).
I thought to create a new property from the property manager called INSTALL_MODE.
What important to me is to choose the MODE at build time, I use IsCmdBld.exe in order to create the release, but I didn't found a way to provide a property value.
Can any one advice me what to do ?
Thanks in advanced,
Firas.
I want to create one MSI project that includes two different flows (such as full or trial for example means two different Dialogs flow).
I thought to create a new property from the property manager called INSTALL_MODE.
What important to me is to choose the MODE at build time, I use IsCmdBld.exe in order to create the release, but I didn't found a way to provide a property value.
Can any one advice me what to do ?
Thanks in advanced,
Firas.
(3) Replies
‎Aug 31, 2009
08:14 AM
I don't remember when it was introduced, but IsCmdBld.exe currently has a -z switch for setting an MSI property.