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
- :
- InstallShield 11.5
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
‎Jun 13, 2008
01:17 AM
InstallShield 11.5
We are currently using Installshield 11.5 Multiplatform. We need to create a installer that can automatically detect system configuration (Either 32 bit or 64 bit) and then install as per the configuration.
I got a variable (SYSINFO.bIsWow64 > 0) to check for the configuration.
Need to know the Java equivalent condition to check for the same.
Does anybody have worked on similar insataller earlier???
I got a variable (SYSINFO.bIsWow64 > 0) to check for the configuration.
Need to know the Java equivalent condition to check for the same.
Does anybody have worked on similar insataller earlier???
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2008
10:44 AM
I don't know if there's anything built in to detect, but perhaps see suggestions such as this out in the world (checking sun.arch.data.model or java.vm.name or os.arch😞 http://forum.java.sun.com/thread.jspa?threadID=5226856&messageID=9923847...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 17, 2008
06:21 AM
I need to detect the Operating System Version whether 32 Bit or 64 Bit using java code...