Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

When I deselect feature is STILL selected!!!


1 reply to this topic

cmahood

cmahood
  • Members
  • 28 posts

Posted 05 August 2004 - 22:03

This is simple stuff I have used before.

In "Custom Setup", user deselect a feature.

Depending upon whether &FeatureName <> 3 (not selected), the next button will causes to goto dialog A.

However, this is not working!

I put another condition on the next button, if &FeatureName = 3, then goto dialog B.

User deselects the feature (red X) but it still goes to B. So even when feature is deselected, &FeatureNme=3 evaluates TRUE!

I have this working in another installer. Any clue what is going on??? I have looked thru the feature properties and cannot see a discrepancy.

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 06 August 2004 - 04:31

Did you check the value of FeatureName once you end up with dialog B? It could be that it is a refresh issue and that the property maintains its value until you click the next button and then is updated. This is a classic windows installer dialog problem.
Regards
-Stein Åsmul