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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- How to judge whether a system is 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
‎Dec 21, 2011
09:40 PM
How to judge whether a system is 32 bit or 64 bit?
Could you give information about
how to judge whether a system is 32 bits or 64 bits?
Thanks.
how to judge whether a system is 32 bits or 64 bits?
Thanks.
(6) Replies
‎Dec 22, 2011
05:00 AM
Check Architecture rules and you can put on your actions.
Regards
Avudaithangam
Regards
Avudaithangam
‎Dec 22, 2011
05:34 AM
The Check platform or Check Architecture rule would be execute based upon the Java being used.
You may use WMIC command to get the system architecture or you can use Windows registry to get the output.
E.g.
wmic cpu get DataWidth
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment\PROCESSOR_ARCHITECTURE
You may use WMIC command to get the system architecture or you can use Windows registry to get the output.
E.g.
wmic cpu get DataWidth
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment\PROCESSOR_ARCHITECTURE