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
- :
- How to check if the target system is a WIn7 32-bit or 64-bit?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 14, 2012
01:40 PM
How to check if the target system is a WIn7 32-bit or 64-bit?
Hi,
I have a config files which needs to be installed in different locations for Win7 32-bit and 64-bit. In InstallScript, how to check if the target system is a 32-bit or 64-bit?
Thanks!
I have a config files which needs to be installed in different locations for Win7 32-bit and 64-bit. In InstallScript, how to check if the target system is a 32-bit or 64-bit?
Thanks!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 14, 2012
03:58 PM
You can change the Directory of the Component using a Set Directory Custom action with condition VersionNT64.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372497(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372497(v=vs.85).aspx
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 15, 2012
12:10 PM
Thank you!
I also need to update a config file at install. But I am unable to use INSTALLDIR. How to use this VersionNT64 property in my InstallScript?
Thanks!
I also need to update a config file at install. But I am unable to use INSTALLDIR. How to use this VersionNT64 property in my InstallScript?
Thanks!
