ActiveX Dll Component Register: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(removed extra quotes) |
No edit summary |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
'''Superseded by:''' ''Install Library'' header.<br> | '''Superseded by:''' ''Install Library'' header.<br> | ||
'''Supported on:''' ''Windows | '''Supported on:''' ''All Windows versions''. | ||
This example use | This example use RegDLL and UnregDLL to register and unregister a DLL. | ||
== The Script == | == The Script == |