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
- :
- Merge Modules path
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
Apr 16, 2009
08:06 PM
Merge Modules path
Hi all,
I am working on two projects which I have automated to build every night using AutoBuild.
Currently I can build only One project at a time because the patch for the mergemodule is static (Your Basic MSI Project -->Tools--> Options --> Merge Modules --> Merge Module Locations). Soi every time I want to build a project I need to change this path of the merge module location.
Is there a way where I can do this via a cmd line? Or is there a way I can specify two paths and if so how do I pick (when building) the patch relevant to the project?
OR is there NO way I can achieve this? The ONLY way is to have the projects on separate machines.
Any help on this appreciated.
Thanks.
I am working on two projects which I have automated to build every night using AutoBuild.
Currently I can build only One project at a time because the patch for the mergemodule is static (Your Basic MSI Project -->Tools--> Options --> Merge Modules --> Merge Module Locations). Soi every time I want to build a project I need to change this path of the merge module location.
Is there a way where I can do this via a cmd line? Or is there a way I can specify two paths and if so how do I pick (when building) the patch relevant to the project?
OR is there NO way I can achieve this? The ONLY way is to have the projects on separate machines.
Any help on this appreciated.
Thanks.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 17, 2009
08:11 AM
If you're using the Standalone Build for your nightly builds, you can use the -o parameter to change the path of the merge module locations from the command line. You can reset the path from the command line for each build.
In InstallShield 2009, support for this -o parameter was added to ISCmdBld.exe. So, if you are building releases nighly on a machine that has the full InstallShield 2009 installed, and you are using ISCmdBld.exe, you can use the -o parameter to specify the merge module paths.
In InstallShield 2009, support for this -o parameter was added to ISCmdBld.exe. So, if you are building releases nighly on a machine that has the full InstallShield 2009 installed, and you are using ISCmdBld.exe, you can use the -o parameter to specify the merge module paths.