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: Dont install component when certain condition have met.
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
Jul 13, 2008
08:01 AM
Dont install component when certain condition have met.
How can I handle this in installscript project?
I want to check for certain file in system32 if it exists before allowing a particular component or file to be installed.
Thanks
I want to check for certain file in system32 if it exists before allowing a particular component or file to be installed.
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 14, 2008
09:11 AM
You can select and deselect features and subfeatures (though not components) with FeatureSelectItem.
You can also include some conditional file transfer that uses XCopyFile and the like.
You can also include some conditional file transfer that uses XCopyFile and the like.