Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: scarphin on August 29, 2015, 01:39:36 am

Title: Bug in nsis script for installer
Post by: scarphin on August 29, 2015, 01:39:36 am
Current nsis script for installer lacks the line:
Code
Delete /REBOOTOK $INSTDIR\wxmsw${WX_VER}u_gcc_cb.dll
after/around:
Code
${If} ${WX_VER} == "28"
    Delete /REBOOTOK $INSTDIR\wxpropgrid.dll
${EndIf}
Title: Re: Bug in nsis script for installer
Post by: oBFusCATed on August 30, 2015, 10:19:01 pm
Patch?
Title: Re: Bug in nsis script for installer
Post by: 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...
Title: Re: Bug in nsis script for installer
Post by: MortenMacFly on August 31, 2015, 05:50:21 pm
My local nsis script is modified, I can't isolate the changes to provide a patch. Sorry...
Nevermind, fixed in SVN.
Title: Re: Bug in nsis script for installer
Post by: stahta01 on September 01, 2015, 12:43:49 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?

Code
ReserveFile: "C:\Program Files\NSIS\Plugins\x86-ansi\AdvSplash.dll" -> no files found.
Title: Re: Bug in nsis script for installer
Post by: MortenMacFly on September 01, 2015, 02:36:15 pm
You'll need to use nsis 3.
Title: Re: Bug in nsis script for installer
Post by: 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. 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?
Title: Re: Bug in nsis script for installer
Post by: MortenMacFly on October 01, 2015, 08:06:39 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.