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
- :
- Error -7143 Component installs to a 64-bit folder but isnt marked as 64-bit component
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
Feb 17, 2014
08:02 PM
Error -7143 Component installs to a 64-bit folder but isnt marked as 64-bit component
I checked the Challenges of Supporting Both 32-Bit and 64-Bit Target Operating Systems help topic but it doesn't tell me how I mark components as 64-bit.
The Visual Studio 2013 Configuration Manager has all the projects in my solution set to x64 platform.
I cannot seem to find any 64-bit settings in InstallShield LE other than in Files page for ProgramsFiles64Folder which is where I have the project output destination folder set to.
Even though error -7143 is a warning when I attempt to install the output setup file on an x64 machine I get a 1001 error which suggests it is using the 32 bit InstallUtiLib.dll instead of 64 bit http://flexerasoftware.force.com/articles/en_US/INFO/Q112469
The Visual Studio 2013 Configuration Manager has all the projects in my solution set to x64 platform.
I cannot seem to find any 64-bit settings in InstallShield LE other than in Files page for ProgramsFiles64Folder which is where I have the project output destination folder set to.
Even though error -7143 is a warning when I attempt to install the output setup file on an x64 machine I get a 1001 error which suggests it is using the 32 bit InstallUtiLib.dll instead of 64 bit http://flexerasoftware.force.com/articles/en_US/INFO/Q112469
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 24, 2014
03:30 AM
Hi,
You can include 64-bit components in your ISLE setup project and build a 32-bit installer.
If your machine is 64 bit, it will only make the 64 bit .msi file when you build "Any CPU". You may want to use a 32 bit platform or make two separate projects and have two different installers. If you want to have both 32 bit and 64 bit .msi files in a single setup project you have to get the Professional version.
Please let us know if you have any further queries.
Thanks,
Chaitra
You can include 64-bit components in your ISLE setup project and build a 32-bit installer.
If your machine is 64 bit, it will only make the 64 bit .msi file when you build "Any CPU". You may want to use a 32 bit platform or make two separate projects and have two different installers. If you want to have both 32 bit and 64 bit .msi files in a single setup project you have to get the Professional version.
Please let us know if you have any further queries.
Thanks,
Chaitra
