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
- :
- MSBuild: <InstallShieldRelease>
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
Mar 29, 2010
04:49 PM
MSBuild: <InstallShieldRelease>
Is it possible to specify more than one value for to be used by Team Build? Maybe I'm going about it the wrong way, but I would like to do a batch build for a single configuration with 2 different release types defined.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 12, 2010
04:14 PM
I'm not an expert with Team Build at all, but I suspect the "right" way is to call into either two instances of the underlying InstallShield task, or use two calls to your .isproj each passing different properties to specify different build configurations. This will probably take manual modifications of the script that calls into this build, or into the .isproj file, respectively.