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
- :
- Re: Programatically enable/disable (or turn on/turn off) prerequisites pre build
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Oct 24, 2013
12:28 PM
Programatically enable/disable (or turn on/turn off) prerequisites pre build
Hi,
I have in IS InstallScript project that uses some prerequisites, some of which I don't always need to included when I make a build.
My question is, is it possible using the Installshield COM API to enable/disable or turn on/turn off some prerequisites in a project prior to building the project? Currently I do this for some of the features in the project but I can't seem to find anything in the documenation about enabling/disabling prerequisites. I've looked at the IS project .ISM file and I could probably write some code to manually edit the file and remove the prerequisite but I'm not sure how will this will work or if it's even a good idea.
Any thoughts?
Thanks,
Nick
I have in IS InstallScript project that uses some prerequisites, some of which I don't always need to included when I make a build.
My question is, is it possible using the Installshield COM API to enable/disable or turn on/turn off some prerequisites in a project prior to building the project? Currently I do this for some of the features in the project but I can't seem to find anything in the documenation about enabling/disabling prerequisites. I've looked at the IS project .ISM file and I could probably write some code to manually edit the file and remove the prerequisite but I'm not sure how will this will work or if it's even a good idea.
Any thoughts?
Thanks,
Nick
(1) Reply