cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reddy611
Level 6

Custom setup dialog help

Hi.

Am carrying one edit box value from the custom action (the custom written in install script using the Msi get Property) before showing the Feature selection tree custom setup dialog, Based on the return value I want show the features in feature selection tree.

Here am getting the value using the custom action, but am not disabling the features.


Can any one help me which function I want to use here, or else any dll’s are required from macrovision.

Advanced Thanking you.

Regards
Reddy
Labels (1)
0 Kudos
(4) Replies
Anonymous
Not applicable

If i have understood you correctly then you can use:

FeatureSelectItem(MEDIA, "YOUR FEATURE", FALSE);
0 Kudos
Reddy611
Level 6

Hi steverob

I think FeatureSelectItem function will work only in installscirpt msi.But currently am working on basic msi.

in debug mode it's ireturn value is -132 .

is there any other function to work in basic msi.deleting the feature in custom setup dailog based on the msi get property ..return value.


Thanking you.

Regards.
Reddy
0 Kudos
bezpal
Level 4

I'm having the same problem.
Did you solve yours?
Thanks.
0 Kudos
irenejia
Level 4

you can set conditions to all features involved. If some variable is set by users, set the feature's installlevel to 0, in this way, the feature is disabled.
0 Kudos