Skip to content
⌘ NSIS Forum Archive

RegDLL + could not load DLL

3 posts

Chilli24#

RegDLL + could not load DLL

Hi...I need some help with RegDLL. Everything I do it just keeps telling me: "could not load DLL". Here is the script:

Section "Register DLL files" SEC01

SetOutPath $INSTDIR\Components
RegDLL $INSTDIR\Components\Some.dll

SectionEnd

How should I proceed?😱
kichik#
There are probably some missing dependencies. Use Dependency Walker for a complete list of dependencies.