cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
manisha81
Level 5

Condition to stop installation of 32-bit Release on 64-bit OS

Hi,

Please gimme complete condition to avoid the 32-bit client installation on 64-bit machine. In my project, a common .ism file is creating two different releases one for 32-bit and another for 64-bit having ISReleaseFlags Property.

In Product Property's installcondition, i am giving condition ( VERSIONNT64 and ISReleaseFlags ><"X86") which should give me msg to prevent 32-bit installtion on 64-bit. But this condition is not working as expected.

Please provide correct condition.

Regards
Labels (1)
0 Kudos
(1) Reply
Lenwin
Level 10

In order to avoid a 32 bit set up running on a 64 bit machine you can try using the condition "Not VersionNT64".
0 Kudos