BLD:E0020
Extension DLL requested, but no ANSI DLL path specified
You specified an extension DLL on the Installer options project page, but did not set a path for the ANSI version of the DLL. However, your installation package includes an ANSI Setup.exe stub that requires an ANSI version of the extension DLL.
Background information
Depending on the package options, InstallMate packages may include an ANSI-based Setup.exe stub. If that is the case, and if you also specified the use of an extension DLL, then an ANSI-based extension DLL must be included.
Solution
Do one of the following:
- If you need an ANSI-based installer, include an ANSI version of your extension DLL on the Installer options project page.
- If you don't need an ANSI-based installer, change the Setup stub attribute in the package options to Best performance, and make sure that the package's Platforms... options do not include any of Windows 95, 98, or Me.
- If you don't need an extension DLL at all, then clear the Include extension DLL option on the Installer options project page.
For more information about the interaction between Setup.exe stubs, platforms, and the extension DLL, refer to the package documentation.