cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
andrewa124
Level 2

Installing Optional Software.

I would like to create an installer, but would like to give users an option as to what they can install.

E.G. Complete, both softwares, Custom Just One.

Any Advice?
Labels (1)
0 Kudos
(1) Reply
MarkEarle
Level 6

Hey Andrew124,

If you are writing an InstallScript setup all you have to do is use the Project Assistant and go to the Installation Interview. Select 'Yes' for the 'Do you want your users to be able to selectively install only certain parts of your application?' question. This will insert the Dlg_SdFeatureTree target in OnFirstUIBefore.

Cheers,

ME
0 Kudos