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. |
x86 DLL path | Enter the path to the x86 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 x86 Unicode version of the extension DLL if your installer uses a x86 Unicode Setup stub; see Package and Setup stubs for details. |
x64 DLL 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. |
arm64 DLL path | Enter the path to the arm64 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 arm64 Unicode version of the extension DLL if your installer uses an arm64 Unicode Setup stub; see Package and Setup stubs for details. |