cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ArvindKishore88
Level 4

How to create single installer for both 32 and 64 bit O.S.

Hi ,

I want to create a single installer that should be able to install the application both on a 32 bit OS and also on 64 bit O.S. How could I achieve this.

Thanks,
Labels (1)
0 Kudos
(5) Replies
TimStVCS
Level 7

Take a look at the topic "Targeting 64-Bit Operating Systems" in the InstallShield Help Library.

Tim
0 Kudos
HennoKeers
Level 7

ArvindKishore88 wrote:
Hi ,

I want to create a single installer that should be able to install the application both on a 32 bit OS and also on 64 bit O.S. How could I achieve this.

Thanks,


NOT with a basic MSI...

reg, Henno.
0 Kudos
TimStVCS
Level 7

What type of installer project do you want to use?

Best regards,

Tim
0 Kudos
ArvindKishore88
Level 4

I am using Basic MSI. Do I need use a different type of installer project??

Thanks for the suggestions.
0 Kudos
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Heath Stewart's blog article Different Packages are Required for Different Processor Architectures addresses this from a Windows Installer perspective. With an InstallScript installer (not InstallScript MSI) it should be possible, although depending on what you need to install it may not be trivial (and would not fulfill any requirement you might have to use an MSI).
0 Kudos