cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dkavitha
Level 2

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???
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

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...
0 Kudos
dkavitha
Level 2

I need to detect the Operating System Version whether 32 Bit or 64 Bit using java code...
0 Kudos