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 Knowledge Base
- :
- Error -7067
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Error -7067
Error -7067
Summary
At build time error 7067 is displayedSymptoms
At build time, the following build error message may occur:
- ISDEV : error -7067: Your project contains Setup Prerequisites. These will only work if you choose to have your release contain setup.exe. Please change your release settings to build setup.exe or remove the Setup Prerequisite from your project.
Cause
This build error occurs if the release being built is a single MSI package without a setup launcher and a prerequisite file (i.e. Microsoft .NET Framework 3.5 SP1) is included as well. A setup.exe setup launcher is required in order to execute and install prerequisite files.
Resolution
Modify the release to contain a setup executable:
Modify the release so that it includes a setup launcher, as the launcher is required to call the setup prerequisite code and show any necessary dialogs.
Additional Information
For more information about creating Setup Launchers (Setup.exe) and when they are required in a release reference HelpNet article:
For more information about the Setup.exe tab and its settings, please take a look at the HelpNet article:
No ratings