Hi,

I have a couple of custom actions that the installer needs to run on the user's 
machine depending on the machine's processor architecture (x86 or x64).

Is there some registry key or some property that I can check? I am looking for 
something to put within the condition of the Custom element, eg:

      <Custom Action='MyCustomAction_x86' 
After='InstallFinalize'>PROCESSOR_ARCHITECTURE = x86</Custom>
      <Custom Action='MyCustomAction_x64' 
After='InstallFinalize'>PROCESSOR_ARCHITECTURE = x64</Custom>

Thanks,
Hongping
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to