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
- :
- 64-bit setup.exe
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
‎Aug 23, 2010
07:57 PM
64-bit setup.exe
Can support be added for setup.exe to be compiled as a 64-bit app for Product Configurations whose Template Summary contains x64 or Intel64? Then, if a project includes setup/feature prerequisites and the end user attempts to run the 64-bit setup.exe on a 32-bit machine, setup.exe would display an error message saying that the processor type is not supported and nothing, including the prerequisites, gets installed.
Thanks,
Lora
Thanks,
Lora
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 24, 2010
11:25 AM
While actually making this a 64-bit executable is possible, I don't think that's the right idea. However I agree that it makes sense to support that check in the 32-bit bootstrap - i.e. to require a matching 64-bit architecture before doing anything else. However when this really makes sense is for a truly 64-bit package, and its prerequisites should probably be conditioned on a 64-bit OS (and thus wouldn't install in this case).
Does it make more sense to have, as an enhancement, a way to add the 64-bit OS condition on top of what prerequisites already require, or instead a way to install either a 32-bit or a 64-bit version of the MSI as part of the same setup.exe file?
Does it make more sense to have, as an enhancement, a way to add the 64-bit OS condition on top of what prerequisites already require, or instead a way to install either a 32-bit or a 64-bit version of the MSI as part of the same setup.exe file?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 24, 2010
03:32 PM
This 64-bit setup.exe request stems from this Microsoft article: http://msdn.microsoft.com/en-us/library/aa372396%28v=VS.85%29.aspx where it says "When using a bootstrapping application to install a 64-bit Windows Installer Package, compile the bootstrapping application as a 64-bit application." It's obviously not a requirement, rather a guideline. Some of the prerequisites in my setup are for both my 32-bit release and 64-bit release, so I don't condition them for a specific architecture and thus, they get installed when doing a silent installation.
I would say it makes more sense to add a way to install either a 32-bit or a 64-bit version of the MSI as part of the same setup.exe. However, there may be customers who want to install 32-bit on a 64-bit machine for whatever reason. So maybe there could be an option in IS that, if turned on, would display a message to the end-user running on a 64-bit machine asking if they would like to install the 32-bit version or the 64-bit version. If the option is turned off, the 64-bit version gets installed by default.
I would say it makes more sense to add a way to install either a 32-bit or a 64-bit version of the MSI as part of the same setup.exe. However, there may be customers who want to install 32-bit on a 64-bit machine for whatever reason. So maybe there could be an option in IS that, if turned on, would display a message to the end-user running on a 64-bit machine asking if they would like to install the 32-bit version or the 64-bit version. If the option is turned off, the 64-bit version gets installed by default.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 23, 2014
03:51 PM
Does anyone know if InstallShield 2013 or 2014 include support for creating a 64-bit setup.exe?
Thanks.
Thanks.
