BLD:E0019
Extension DLL requested, but no Unicode DLL path specified
You specified an extension DLL on the Installer options project page, but did not set a path for the Unicode version of the DLL. However, your installation package includes a Unicode Setup.exe stub that requires a Unicode version of the extension DLL.
Background information
Depending on the package options, InstallMate packages may include a Unicode-based Setup.exe stub. If that is the case, and if you also specified the use of an extension DLL, then a Unicode-based extension DLL must be included.
Solution
Do one of the following:
- If you need a Unicode-based installer, include a Unicode version of your extension DLL on the Installer options project page.
- If you don't need a Unicode-based installer, change the Setup stub attribute in the package options to Generic Win32.
- 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.