cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
marcoden
Level 3

Processor bitness condition on custom action

I would like to create a custom action that launches an device driver installation that has a condition related to the target machines processor's bitness. Example: launch one device driver installer if the the processor is 32-bit and a different one if the processor is 64-bit. Is there anyway to do this?
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

You may want to consider using the VersionNT64 property. For more operating system properties defined by Windows Installer, check out this property reference.
0 Kudos