![]() |
#1 |
Junior Member
Join Date: Oct 2020
Posts: 2
|
How do I deal with DLLs
Hello, I'm quite new to NSIS and everything related to windows. I need to provide an application for windows and I struggle with the basics (can't find much literature somehow...)
From my understanding, these are the steps I need to perform to be able to provide a valid application: 1. once my application is built, I need to list its dependencies (DLL) with something like lucasg/Dependencies 2. The dependencies need to be copied to a folder with the installer and the executable 3. The installer, once ran, needs to register all the copied DLLs (with something like: )code: Am I correct ? |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,336
|
Not all DLLs have to be registered, only COM stuff etc.
The developer of the DLL knows. IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Oct 2020
Posts: 2
|
Thank you for your reply.
|
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|