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

Does InstallShield2010 support creating 64-bit setup

Hi,everyone!
Can we create a 64-bit setup.exe with InstallShiel2010? And how?
I have download the installShield2010(trial version),but I find it's almost the same with 2009 that do not support creating 64-bit installation.
Am I right? Appreciate your help!
Labels (1)
0 Kudos
(3) Replies
Lurean
Level 8

I use the basic MSI project type and have a 64bit installer that does use the setup.exe to launch and check for prerequisites.

under the general information view you have to set the template summary property to x64 (or other appropriate value if you are not targeting an x64 system). Then you will need to mark the 64bit flag on each component that gets installed to a 64bit location (like [ProgramFiles64Folder])

Hope this helps.
0 Kudos
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Right, we only offer a 32-bit bootstrap at this time, but you can use it to install 64-bit applications.
0 Kudos
iceaide
Level 2

Michael & Lurean,Thank you very much for your answer.It does help me!:)
0 Kudos