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
- :
- Batch Build Questions
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 31, 2008
06:58 PM
Batch Build Questions
I see that you can run a batch build of all all or certain releases in the InstallShield IDE. My first question is to ask if you can do a batch build for multiple/all releases from the command-line? Or do I just need to specify the release command-line switch (-r) for each individual release or can I even do that?
Secondly, if a batch build is performed, do the cabinet files for each individual release get completely rebuilt even if the releases share identical features? What I mean by this really is, if there are identical features in two different releases that I'm trying to build, if I do a batch build, will the same feature get fully built all over again despite the fact that it is being shared by multiple releases?
Thank you very much for your help.
Greg R
Secondly, if a batch build is performed, do the cabinet files for each individual release get completely rebuilt even if the releases share identical features? What I mean by this really is, if there are identical features in two different releases that I'm trying to build, if I do a batch build, will the same feature get fully built all over again despite the fact that it is being shared by multiple releases?
Thank you very much for your help.
Greg R
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 01, 2008
04:29 PM
Just for everyone's benefit, specifying multiple releases by doing multiple release command-line switches (-r) causes strange behavior. The tests that I made using it appear to create a single installer instead of two or however many I specify. It also appears to grab random features for the release because I noticed that a bunch of the components which were being used by both install releases were being excluded.
Anyway, for my automatic overnight build, I'm now just explicitly build all six of my different install releases separately. It's most assuredly, probably not sharing cabinet files between the releases to speed the process up so it takes a while. It would be nice if there was some sort of batch build from the command-line that would make it so releases that shared the same cabinet files would be built more quickly if they were getting built at the same time. Maybe there is something to do that and I just haven't found it.
Anyway, for my automatic overnight build, I'm now just explicitly build all six of my different install releases separately. It's most assuredly, probably not sharing cabinet files between the releases to speed the process up so it takes a while. It would be nice if there was some sort of batch build from the command-line that would make it so releases that shared the same cabinet files would be built more quickly if they were getting built at the same time. Maybe there is something to do that and I just haven't found it.