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
- :
- Feature Tree Default selected - suite project
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 19, 2012
02:48 PM
Feature Tree Default selected - suite project
Is their more than one place to set a condition for a feature to be selected by default or "checked"? Creating a suite project and adding the features/packages, I built the project and was testing the installation when I noticed two of my features were prechecked... I knew I had not put any conditions in to precheck any of my features. I double checked the settings ( the "Condition" setting ) on all my features and it does not show a condition for any of them. I also noticed that if I unchecked every feature and hit install every single feature tries to install. Some features are tied to others when they are selected. Can the .exe files some how manipulate the suite project durring install?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2012
03:03 PM
If no conditions are present on features in a suite project, the feature will be selected for install by default. A condition can be used to have the feature selected or deselected by default (based on whether the condition evaluates to true or false).
Regarding what is installed based on feature selection and feature relationships, there aren't currently any concepts of features requiring other features be installed if they are selected (with the exception that child features cannot install if their parent is not selected). The packages that are run during the installation (first time install) are based on the features selected on the selection dialog, and whether the associated packages are eligible and not already installed (based on detection conditions).
You can gain some additional information on what will be installed by creating a debug log for your suite installation. Information about what is logged in the debug log is available here:
Troubleshooting Issues by Logging a Suite Installation
EXE packages have no interaction with a suite installation other than the exit code they return when finished. MSI packages can have progress information captured and displayed on the suite's progress dialog.
Regarding what is installed based on feature selection and feature relationships, there aren't currently any concepts of features requiring other features be installed if they are selected (with the exception that child features cannot install if their parent is not selected). The packages that are run during the installation (first time install) are based on the features selected on the selection dialog, and whether the associated packages are eligible and not already installed (based on detection conditions).
You can gain some additional information on what will be installed by creating a debug log for your suite installation. Information about what is logged in the debug log is available here:
Troubleshooting Issues by Logging a Suite Installation
EXE packages have no interaction with a suite installation other than the exit code they return when finished. MSI packages can have progress information captured and displayed on the suite's progress dialog.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 23, 2012
11:09 AM
Looks like all of the strange things hapening with my feature tree has to do with two of my features/packages... when I remove the two in question, the tree starts work exactly as you describe... all are checked by default when I run the project and none are installed when I deselect them all (unlike before, it tried to install them all if I deselected all of the features)... I have no idea why the features made the tree to act crazy
