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

setup type

hi,
I have three setup type: minimal, typical, complete.

First question is how can I build a setup with these kind of options using InstallScript MSI project?...the three default options that InstallShield show me are minimal,typical, custom..I want to use COMPLETE without any dialog to choose components..

The second question is that I want to use a key with a specified path as value dependent on the setup type choosed before..how can I do it? how can I get the variable of the installsource path.


Thank u in advance,
Davide
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

If you're using a customized set of setup types, perhaps use SdSetupTypeEx instead of SetupType in your script (in OnFirstUIBefore).
0 Kudos
davide77
Level 5

I want to use a registry key with a specified path as value dependent on the setup type choosed before..
how can I do it?

Example:
minimal setup -----> registry key with the value of CD ROM path(Source location)
typical setup ------> registry key with the value of programfiles path
0 Kudos