This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Hide A CheckBox in SetupCompleteSuccess Dialog for Win7 64Bit
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2010
08:34 AM
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:
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:
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 08, 2010
05:32 PM
There is a typo in the condition.
ussraf wrote:
Entry 1 -- Action: Hide Condition: VesionNT64>=601
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2010
03:53 AM
TsungH wrote:
There is a typo in the condition.
:eek: :eek: :eek:
