Register a DLL
Hi,
i wish to register a DLL at the end of my installation. I just want to do the follwing windows command line command:
regsvr32 path/myDll.dlland for the uninstaller
regsvr32 /u path/myDll.dllIf i use during .onInstSuccess:
RegDLL "path/myDll.dll"it fails every time.
Is there a simple way to to this.
Thx and greets