ActiveX Dll Component Register: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Adding new author and category links.) |
|||
Line 10: | Line 10: | ||
<highlight-nsis> | <highlight-nsis> | ||
;To Register a DLL | ;To Register a DLL | ||
RegDLL "$INSTDIR\MyDLL.dll"' | |||
;To Unregister a DLL | ;To Unregister a DLL | ||
UnregDLL "$INSTDIR\MyDLL.dll"' | |||
</highlight-nsis> | </highlight-nsis> | ||
[[Category:DLL, OCX, TLB Functions]] | [[Category:DLL, OCX, TLB Functions]] |