Skip to content
⌘ NSIS Forum Archive

Errors on RegDLL

2 posts

Speed78#

Errors on RegDLL

Hi,

I´am registering my shell extension with regdll "c:\mypath\myshellext.dll" but in the install details I can see that the registration always failed, but the DLL is registered correctly. If the Shell Extension isn´t registered this happens too. The registration of this Extension manually with regsrv32 works corectly without any errors.

Any Ideas???

Speed78
kichik#
Are you using IfErrors to check for errors? If you are, make sure you use ClearErrors before the instruction you want to check.