Added /LAUNCH compiler switch

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7292 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-17 15:08:24 +00:00
parent 67f14f9b0b
commit 0be4164270
5 changed files with 22 additions and 2 deletions

View file

@ -14,6 +14,8 @@ Released on ???? ??th, 20??
\b Disallow start maximized mode
\b Added /LAUNCH compiler switch
\H{v3.07} 3.07
Released on July 24th, 2021

View file

@ -19,6 +19,8 @@ If you want to use MakeNSIS on the command line, the syntax of makensis is:
\b The /O switch followed by a filename tells the compiler to print its log to that file (instead of the screen)
\b /LAUNCH executes the generated installer.
\b /PAUSE makes makensis pause before quitting, which is useful when executing directly from Windows.
\b /NOCONFIG disables inclusion of nsisconf.nsh. Without this parameter, installer defaults are set from nsisconf.nsh.