Register DLL
💎 Master Packager Pro feature
About
This is a custom-created predefined action by the Master Packager team that registers DLL files during installation. It helps ensure that the operating system recognizes the necessary components for the application to function properly, such as COM objects, ActiveX controls, or shell extensions.
Master Packager executes DLL registration silently using regsvr32.exe /s, meaning users won’t see any pop-up dialogs during the process.
You can also configure the predefined action to unregister DLLs during uninstallation. regsvr32.exe /s /u will be used for unregistration.
Action Name
Describes what the action will do.
DLL Paths
Lists the DLL files that will be registered during installation.
You can:

