Archive: ExDLL and dist-installer


ExDLL and dist-installer
I have a problem to compile NSIS with the command dist-installer, the problem ist that in makensi.nsi the plugin Exdll is locatedi n the Examples Folder, but there are no files in that folder, here is my log:

SetOutPath: "$INSTDIR\Examples\Plugin"
File: "..\Examples\ExDLL\exdll.c" -> aucun fichier trouve.
Usage: File [/nonfatal] [/a] ([/r] fichier [...]|/oname=fichier_destination fich
ier_simple_seulement)
Erreur dans le script ".instdist\Examples\makensis.nsi" a la ligne 252 -- abandon du processus de creation
scons: *** [nsis-2.25.20070423.fr-setup.exe] Error 1
scons: building terminated because of errors.

you'r makensis.nsi is not up to date, or you messed up something in your nsis directory.

for me, everything works fine.

try to reinstall nsis 2.25, or download latest cvs version.


I tried with the latest makensis.nsi and it works fine...
Thank you