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

Hybrid 32/64bit installations

Hello,
I am very new to installshield. We are using IS2010.
We have an application that is available in both 32/64bit versions.
Is it possible to create a hybrid installer for both 32 and 64bit versions in one setup or alternatively, is there a way to run a script that determines the OS version and then installs the correct variant of the app?
any pointers/help will be appreciated!
thanks!
Adie
Labels (1)
0 Kudos
(1) Reply
rrinblue22
Level 9

there's no possibility for a hybrid installer which will switch on it own.
but you can create a 32 bit setup and 64 bit setup and consider a wrapper which detects the OS and launches the appropriate setup.

A wrapper can be C# or InstallScript or even a batch file.

check this for InstallScript wrapper.
0 Kudos