Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Bug in nsis script for installer
scarphin:
Current nsis script for installer lacks the line:
--- Code: ---Delete /REBOOTOK $INSTDIR\wxmsw${WX_VER}u_gcc_cb.dll
--- End code ---
after/around:
--- Code: ---${If} ${WX_VER} == "28"
Delete /REBOOTOK $INSTDIR\wxpropgrid.dll
${EndIf}
--- End code ---
oBFusCATed:
Patch?
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...
--- End quote ---
Nevermind, fixed in SVN.
stahta01:
--- 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...
--- End quote ---
Nevermind, fixed in SVN.
--- End quote ---
Can you tell me where to find AdvSplash NSIS Plugin?
--- Code: ---ReserveFile: "C:\Program Files\NSIS\Plugins\x86-ansi\AdvSplash.dll" -> no files found.
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version