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
- :
- checking if the OS 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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 23, 2011
08:56 AM
checking if the OS is 32-bit or 64-bit
Hello,
I am creating an installer for windows OS. The installer will work on both 32 and 64 bit version of wwindows server 2008 R2. I have to install some components only if OS is 64 bit.
Can somebody please tell me how to check this. I was using variable $prop.os.arch$ but this is not working. The value of the variable is x86 on both the platforms.
Thanks and regards
Atul
I am creating an installer for windows OS. The installer will work on both 32 and 64 bit version of wwindows server 2008 R2. I have to install some components only if OS is 64 bit.
Can somebody please tell me how to check this. I was using variable $prop.os.arch$ but this is not working. The value of the variable is x86 on both the platforms.
Thanks and regards
Atul
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 23, 2011
12:12 PM
add rule -> check system architecture
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 24, 2011
09:16 AM
Windows server 2008 R2 is 64-bit operating system. Windows 2008 R2 does not come with 32-bit operating system.
If you would like to Check System Architecture use Check System Architecture Rule this allows developers to specify action or files to be run/installed only on specific system architecture (32-bit or 64-bit). The system architecture is normally determined by the Java virtual machine and reported to the installer, but in some cases may be specified in a registry action under Organization > Components.
If you would like to Check System Architecture use Check System Architecture Rule this allows developers to specify action or files to be run/installed only on specific system architecture (32-bit or 64-bit). The system architecture is normally determined by the Java virtual machine and reported to the installer, but in some cases may be specified in a registry action under Organization > Components.
