In article <[EMAIL PROTECTED]>,
    Andy2k8 <[EMAIL PROTECTED]>  writes:

> Is there any property that i can use to detect itanium 64 bit architecture
> and abort the installation?

You can use VersionNT64 to detect if the operating system is 64 bit,
but if you want to distinguish between x64 and ia64 I think you'll
need to do more work yourself.  You might be able to identify
something specific to ia64, like a file or registry value, as a way to
detect ia64.  If you can find something like that in the filesystem or
the registry then you can use AppSearch to identify ia64.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to