
daniel.knoepfel1.5524930842783E12 asked a question.
Custom Setup Dialog: deselecting features by default
Hi
In our installation (Basic MSI) using InstallShield 2010, we use the custom setup Dialog. By default, all visible features are selected. However, i would like to have some features deselected by default. My first approach was to raise the install level of some features to achieve this. Unfortunately, this does not work.
So my goal is to find a way to have features and selected and deselected depending on some properties, install level, conditions (or whatever is possible). I believe this should be possible.
Thanks for your help and greetings
Daniel
example :
FeatureSelectItem(MEDIA,szFeature,FALSE);
According to the documentation, the "FeatureSelectItem" is for use in "InstallScript" and "InstallScript MSI" only. However, i have a basic MSI project.
Is there a way to achieve this? I believe there must be. To me, that seems like a rather common requirement. I like to avoid Scripting although i see that there is often no way around it to as MSI seems to be a little clumsy when it comes to the user interface (Unfortunately, we have to use Basic MSI)
Regards
PS: by the way, we are using InstallShield 2010
Has anyone come up with a solution that works in a Basic MSI project (the solution above works only in an InstallScript MSI project)
I would be very grateful..
(There's a bit more to do if you want to deselect the feature during a Complete setup type, but first things first.)
Regards