![]() |
#1 |
Junior Member
Join Date: Feb 2011
Posts: 1
|
Standalone NSIS compiler?
Hi,
I would like a way to "bundle" makensis with my project code so that anyone can compile the project without first having to install NSIS. Is there a way to do this? I tried bundling only the .exe file but got compiler errors about missing files in the stubs folder... I'm sure there are more dependencies that I'm not aware of. Any help is greatly appreciated! Thanks. |
![]() |
![]() |
![]() |
#2 |
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
If it says it's missing the stubs, add the stubs. It's very easy to figure out...
|
![]() |
![]() |
![]() |
#3 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,333
|
You need makensis + 1 stub, if you want an uninstaller you need the uninstaller file in the stubs folder as well, that is pretty much it but it does not make for a very feature rich installer.
IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|