cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
davide77
Level 5

setup type

hi,
I wish I could give to my customers 3 installation options:
- minimal
- typical
- complete.
I m using InstallShield MSI Project and what I always get in the Dialog Setup Type is:
- minimal
- typical
- custom

How I have to do to have the "COMPLETE" option?
Thank u in advance,
Davide
Labels (1)
0 Kudos
(3) Replies
Darain
Level 6

You may right click the "Setup Types" node and select "Add", and you shall see. Then just right click and remove the "Custom" node.
0 Kudos
davide77
Level 5

It doesnt work the same.
I tried to delete the "custom" and to add a new option named "complete" but the installation keep showing me "custom" installation.
I dont know what else to do to put there the Complete setup type.

Thank u in advance,
Davide
0 Kudos
RobertDickau
Flexera Alumni

To use setup types other than the default, you might need to replace the call to SetupType in your script (in OnFirstUIBefore) with SdSetupTypeEx. The dialog sampler has examples of other setup-type dialog boxes that might be of use.
0 Kudos