Extension DLL

The Extension DLL dialog box is one of the pages that appears when you click Advanced... on the Installer options page. It allows you to specify the extension DLL that is included with the installer, if any. This extension DLL is used by Run DLL actions.

Dialog fields and options

The dialog contains the following fields.

Attribute Description
Include extension DLL Check this box to add an extension DLL to the installer; clear it for no extension DLL. If you check this box, you must specify the extension DLL's path in the next three fields.
Win32 ANSI path [InstallMate 9.4 and earlier only] Enter the path to the Win32 ANSI version of the extension DLL, or click ... (browse) to open the standard Open dialog box that allows you to browse for one. You will need to include a Win32 ANSI version of the extension DLL if your installer uses a Win32 ANSI Setup stub; see Package and Setup stubs for details.
Win32 Unicode path Enter the path to the Win32 Unicode version of the extension DLL, or click ... (browse) to open the standard Open dialog box that allows you to browse for one. You will need to include a Win32 Unicode version of the extension DLL if your installer uses a Win32 Unicode Setup stub; see Package and Setup stubs for details.
x64 Unicode path

Enter the path to the x64 Unicode version of the extension DLL, or click ... (browse) to open the standard Open dialog box that allows you to browse for one. You will need to include an x64 Unicode version of the extension DLL if your installer uses an x64 Unicode Setup stub; see Package and Setup stubs for details.