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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Dynamic Features
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 01, 2008
11:13 AM
Dynamic Features
I am currently evaluating InstallAnywhere 2008 after using Installshield 11 Universal for quite a while now. One thing we did in 11 was search for existing files and if they were found, remove certain features from the tree, while automatically installing them. This essentially let the user select custom installation while not being able to "uncheck" the features that needed to be automatically updated. Is there a comparable way to accomplish this in the new InstallAnywhere? Also, I was looking in the Javadoc for InstallerResources class and I was very confused by the wording. Does the getInstallSets() method return the sets (Full, Minimal) or the actual features that are project specific?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 02, 2008
04:24 PM
For the latter part, if nothing else you can query the variable $CHOSEN_INSTALL_FEATURE_LIST$ (and its kin) to see which features are selected. For the former, you can attach "rules" (like ISMP conditions) to your features and components to control whether they're installed.