Register Library
This command registers or unregisters a library (DLL/OCX/EXE/TLB).
Library
Full path to the library to register or unregister.
Operation
Choose whether to register or unregister the library.
Return Result in Variable
If you wish to know the result of the (un)registration operation, enter a variable name here. If the (un)registration succeeds, the variable will be set to TRUE, otherwise FALSE.
Notes
- Windows Installer does not permit the self registration of executable files or type libraries. You may use this command to self register executables or type libraries.
- Windows Installer does not permit specifying the order of self registration. If the libraries you are installing are inter-dependent and require to be registered in a particular order, do not register them through Windows Installer (do not check the Install Files command). Use this command instead. option in the
- Files you self register with this command during an installation must be explicitly unregistered when they are being removed (such as deselection during an installation maintenance operation or a complete uninstallation).