News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Bug in nsis script for installer

Started by scarphin, August 29, 2015, 01:39:36 AM

Previous topic - Next topic

scarphin

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}


oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

scarphin

My local nsis script is modified, I can't isolate the changes to provide a patch. Sorry...

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

stahta01

#4
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

scarphin

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?

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]