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

Hide A CheckBox in SetupCompleteSuccess Dialog for Win7 64Bit

Hi, it's me again..

I got a problem to hide a checkbox in SetupCompleteSuccess, I want to hide that checkbox if the system is Windows 7 64bit.

I added 2 entries in Conditions table:
Entry 1 -- Action: Hide Condition: VesionNT64>=601
Entry 2 -- Action: Show Condition: NOT VersionNT64>=601

But that checkbox always show regardless of the OS platform.

Then I created a small testing InstallShield project and did the same thing, and it worked! However it still don't work in my production project.

So anyone knows what can prevent the condition VersionNT64>=601 from functioning? Or is there some other reasons?:confused:
Labels (1)
0 Kudos
(2) Replies
TsungH
Level 12

There is a typo in the condition.
ussraf wrote:
Entry 1 -- Action: Hide Condition: VesionNT64>=601
0 Kudos
ussraf
Level 6

TsungH wrote:
There is a typo in the condition.


:eek: :eek: :eek:
0 Kudos