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

How to Conditionally Hide the Feature?

Hi,

Anyone knows how to make the NewFeature2 invisible using some kind of conditions? For example, I actually want it to be invisible to user if this is an 64bit environment.



Thanks
Labels (1)
0 Kudos
(3) Replies
jaybee96
Level 8

Go to the feature you want to hide
Install Level = 0
Condition:
Level =1 VersionNT64

what will happen now is:
32bit target the feature will be hidden and not installed.
64bit target the feature will be visible and installed.
0 Kudos
jaybee96
Level 8

This is the correct one for your specific request...:)

Feature:
Install Level = 1
Display = Visible and ..
Condition =
level = 0 VersionNT64
0 Kudos
ussraf
Level 6

jaybee96 wrote:
This is the correct one for your specific request...:)

Feature:
Install Level = 1
Display = Visible and ..
Condition =
level = 0 VersionNT64


Oh, nice, didn't see that the Condition in Feature section can control the level!
0 Kudos