This website uses cookies. By clicking OK, 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.
Saravan1010
Pilgrim
May 18, 2017
05:41 AM
Hi, My InstallShield project also having multiple configurations. For your case, I have changed the "Default Product Configurations" to where I need to map the Visual Studio solution configuration and then created VS solution configuration. Now it will create under the specified default product configuration. But I am facing very strange issue in build releases, - In my project, I am having 3 product configurations and each having one 'Release'. So, my solution file(.sln) file having 3 SolutionConfigurationPlatforms. - If I am changing the "Default Product Configurations" to any other configuration, It sets the 'postSolution' value (in .sln file) for all 3 release as current default productconfiguration release. - For example, If I set the "Product Configuration 2" as my default, then it sets the "Release 2" configuration for other 2 product configuration releases. Is there any article available for this kind of build configuration? or else, anyone please share the solution for this issue? EDIT : What are all the parameters I need to pass in MSBuild command line to build 3 different configurations? Issue one,(.sln file Global content) Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Release 1|Default = Release 1|Default Release 2|Default = Release 2|Default Release 3|Default = Release 3|Default EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 1|Default.ActiveCfg = Release 2 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 1|Default.Build.0 = Release 2 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 2|Default.ActiveCfg = Release 2 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 2|Default.Build.0 = Release 2 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 3|Default.ActiveCfg = Release 2 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 3|Default.Build.0 = Release 2 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal Values should be like below (as like other .net projects) Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Release 1|Default = Release 1|Default Release 2|Default = Release 2|Default Release 3|Default = Release 3|Default EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 1|Default.ActiveCfg = Release 1 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 1|Default.Build.0 = Release 1 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 2|Default.ActiveCfg = Release 2 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 2|Default.Build.0 = Release 2 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 3|Default.ActiveCfg = Release 3 {96FDA0E1-40D3-4CD6-9690-1236906432E8}.Release 3|Default.Build.0 = Release 3 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal Thanks, Saravan
... View more
Latest posts by Saravan1010
Subject | Views | Posted |
---|---|---|
464 | May 18, 2017 05:41 AM |
Activity Feed
- Posted Re: Building multiple Product Configurations through visual studio on InstallShield Forum. May 18, 2017 05:41 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 18, 2019
12:11 PM
|