>> To check for versions of 64-bit Windows use the VersionNT64 property. 

This isn't strictly necessary. On 64 platforms, VersionNT64 _and_ VersionNT
properties are created.
It's ok to just check the VersionNT value.
You only really need to use the VersionNT64 property to determine if the OS
is 64bit or not.

To the OP:

Do 3 things:

1) Open the msi in Orca and confirm the condition is what you expect.
2) Get the properties values from the log (log with /L*v) and post them.
3) Run an ICE validator over the msi.

  

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-with-CA-executing-when-it-shouldn-t-tp6631071p6635319.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to