This action will register a DLL or other library with the Windows registry.
|
|
This action simply builds up the arguments and then calls the regsvr32.exe that is standard on Windows systems. |
Supported Platforms
Windows
Standard Properties
See Standard Action Properties.
Advanced Properties
Call DLL Install
If this property is true, the DLLInstall() function will be called for the given library when it is installed.
Call DLL Register Server
If this property is true, the DLLRegisterServer() function will be called for the given library when it is registered. If this property is false, then Call DLL Install must be true.
Library File
The path to the library file to register.