Current nsis script for installer lacks the line:
Delete /REBOOTOK $INSTDIR\wxmsw${WX_VER}u_gcc_cb.dll
after/around:
${If} ${WX_VER} == "28"
Delete /REBOOTOK $INSTDIR\wxpropgrid.dll
${EndIf}
Patch?
My local nsis script is modified, I can't isolate the changes to provide a patch. Sorry...
Quote from: scarphin on August 31, 2015, 01:21:41 PM
My local nsis script is modified, I can't isolate the changes to provide a patch. Sorry...
Nevermind, fixed in SVN.
Quote from: MortenMacFly on August 31, 2015, 05:50:21 PM
Quote from: scarphin on August 31, 2015, 01:21:41 PM
My local nsis script is modified, I can't isolate the changes to provide a patch. Sorry...
Nevermind, fixed in SVN.
Can you tell me where to find AdvSplash NSIS Plugin?
ReserveFile: "C:\Program Files\NSIS\Plugins\x86-ansi\AdvSplash.dll" -> no files found.
You'll need to use nsis 3.
I didn't want to create another topic but I think I found an inconsistency in the nsis script. The 'symsrv.yes' file is copied by the 'update.bat' from 'exchndl\win32\bin\' to the 'devel' folder but not to the 'output' folder. Yet the nsis script looks for that file in a path which probably refers to the 'output' folder. Maybe update the 'update.bat' to copy that file also to the 'output' folder so the nsis script works? Or am I missing something?
Quote from: scarphin on September 26, 2015, 12:20:58 AM
I didn't want to create another topic but I think I found an inconsistency in the nsis script.
Should be fixed in trunk now.