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

how to set setup type description from script?

Hi all,
I have this kind of dialog: SdSetupTypeEx and I want to set the setup type description for each setup type from script...because after the description I want to show the size of the setup type selected.
Thank u in advance,
Davide
Labels (1)
0 Kudos
(4) Replies
RobertDickau
Flexera Alumni

I don't think there's anything built in; there's a FeatureSetupTypeGetData function but not a FeatureSetupTypeSetData function. This might require a custom (or customized) setup-type dialog box...
0 Kudos
davide77
Level 5

But can I use some value from ini to set description setup type??
and if yes how can I do it?
Thank u in advance.
Davide
0 Kudos
RobertDickau
Flexera Alumni

I believe it's the same no matter how you're dynamically setting the text (INI file, based on function call, etc.), that you'd need a custom dialog or customized version of SdSetupTypeEx. The InstallScript source code for Sd dialog boxes is provided with InstallShield, and you can make a private copy of the code and modify it...
0 Kudos
davide77
Level 5

Ok.
Anyways can I change the setuptype display name in SdSetupTypeEx at runtime?
Thank u again,
Davide
0 Kudos