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
- :
- Re: Suppressing build errors?
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
Nov 04, 2014
02:38 AM
Suppressing build errors?
Hi is there a way to supress build errors? e.g. using the settings.xml in the support\0409 directory
I need to supress build error -5008 as I need the Template Summary as ";1033". As mentioned in help topic
mk:@MSITStore:C:\Program%20Files%20(x86)\InstallShield\2014\Program\0409\msi.chm::/setup/template_summary.htm
Using any x64, AMD64 and Intel64 is not an option due to the legacy code base and linking
(The installation has 64 bit files that are not distributed on a 32 bit machine. It also has 64 bit files and 32 bit files that need to go into the same directory due to upgrading on 64 bit machines.)
Thanks for your help
I need to supress build error -5008 as I need the Template Summary as ";1033". As mentioned in help topic
mk:@MSITStore:C:\Program%20Files%20(x86)\InstallShield\2014\Program\0409\msi.chm::/setup/template_summary.htm
Using any x64, AMD64 and Intel64 is not an option due to the legacy code base and linking
(The installation has 64 bit files that are not distributed on a 32 bit machine. It also has 64 bit files and 32 bit files that need to go into the same directory due to upgrading on 64 bit machines.)
Thanks for your help
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 04, 2014
08:17 AM
Note that the same topic also states "If the platform specification is missing in the Template Summary property value, the installer assumes the Intel architecture."? (Intel means 32-bit in this context.)
What you have to watch out for is your target location. Windows Installer itself doesn't care if your file contains 32-bit or 64-bit or even platform-independent data. All it cares about is whether the location you are installing to is a 32-bit or 64-bit location. If you're just installing mixed files under a location that isn't specifically 64-bit, just mark your package as 32-bit (Intel). If you sometimes want to target 64-bit locations, and you want to install on 32-bit machines, you must create multiple packages.
What you have to watch out for is your target location. Windows Installer itself doesn't care if your file contains 32-bit or 64-bit or even platform-independent data. All it cares about is whether the location you are installing to is a 32-bit or 64-bit location. If you're just installing mixed files under a location that isn't specifically 64-bit, just mark your package as 32-bit (Intel). If you sometimes want to target 64-bit locations, and you want to install on 32-bit machines, you must create multiple packages.