Added !makensis command

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6498 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-06-21 23:55:24 +00:00
parent a81d5dfb49
commit bf2f0fad80
8 changed files with 55 additions and 21 deletions

View file

@ -97,6 +97,15 @@ On POSIX platforms, \R{execute}{!execute} will use system() just like \R{system}
\c !execute '"%WINDIR%\notepad.exe" "${NSISDIR}\license.txt"'
\S1{makensis} !makensis
\c parameters [compare comparevalue | symbol]
This command will \R{execute}{!execute} a new instance of MakeNSIS with the parameters you specify.
\c !makensis '-DGENERATEUNINST "${__FILE__}"' = 0
\c !system '"signtool" sign ...' = 0
\S1{packhdr} !packhdr
\c tempfile command

View file

@ -8,6 +8,8 @@ Released on ?, 2014
\S2{} Major Changes
\b Added \R{makensis}{!makensis} command
\b Added PPO and SafePPO preprocess-only compiler switches
\b MakeNSIS WM_COPYDATA messages now use the QH_OUTPUTCHARSET encoding with CP_ACP as the default for compatibility with old IDEs.