implemented RFE #2315740 - Library support for ActiveX exe /regserver

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5776 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-11-20 21:54:21 +00:00
parent 4c87ec9e83
commit 39b7d36352
5 changed files with 57 additions and 22 deletions

View file

@ -45,7 +45,8 @@ The type of the library
DLL - Dynamic link library (DLL)\\<br\\>
REGDLL - DLL that has to be registered\\<br\\>
TLB - Type library or DLL that contains a type LIBRARY\\<br\\>
REGEXE - EXE COM server that has to be registered using /regserver\\<br\\>
TLB - Type library or DLL that contains a type library\\<br\\>
REGDLLTLB - DLL that has to be registered and contains a type library\\<br\\>
@ -168,9 +169,10 @@ The UnInstallLib macro allows you to uninstall a library. It sets the error flag
The type of the library
DLL - Dynamic link library (DLL)\\<br\\>
REGDLL - DLL that has to be registered\\<br\\>
TLB - Type library or DLL that contains a type LIBRARY\\<br\\>
REGDLLTLB - DLL that has to be registered and contains a type library\\<br\\>
REGDLL - DLL that has to be unregistered\\<br\\>
REGEXE - EXE COM server that has to be unregistered using /unregserver\\<br\\>
TLB - Type library or DLL that contains a type library\\<br\\>
REGDLLTLB - DLL that has to be unregistered and contains a type library\\<br\\>
\\<b\\>shared\\</b\\>