This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Processor bitness condition on custom action
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Oct 14, 2011
03:42 PM
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?
(1) Reply
Oct 26, 2011
05:21 PM
You may want to consider using the VersionNT64 property. For more operating system properties defined by Windows Installer, check out this property reference.