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
- :
- Template summary property for X86
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 14, 2013
07:23 AM
Template summary property for X86
I want to create a basic msi project which should run only on X86 (Not on X64).
For this i am only changing the Template summary property value.
Would anybody please tell me the Template summary property value ?
--Amit
For this i am only changing the Template summary property value.
Would anybody please tell me the Template summary property value ?
--Amit
(3) Replies
‎Aug 14, 2013
01:05 PM
Your requirements seem to be flawed. A 32-bit package as indicated by the template summary substring of Intel will normally run on both 32-bit and 64-bit systems. (See Template Summary Property for some details.) To prevent a 32-bit package from installing on a 64-bit system you would need to add blocking logic--such as a launch condition or a type 19 "error" custom action--to exit the install whenever VersionNT64 is defined.
‎May 30, 2019
02:22 PM
Curious about this CA. When would it be scheduled so that it gets caught early enough?