From e2ce6e6f6b16a149a02a5d64cd490bfc9979fe84 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Mon, 20 Oct 2014 21:34:56 -0400 Subject: [PATCH] Inline SectionIn command --- CSharp/Setup/setup.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CSharp/Setup/setup.nsi b/CSharp/Setup/setup.nsi index 0926081a..202accb9 100644 --- a/CSharp/Setup/setup.nsi +++ b/CSharp/Setup/setup.nsi @@ -459,8 +459,7 @@ SectionGroup "Document Templates" SecDocumentTemplates SectionGroupEnd SectionGroup "Website Development" SecDocumentTemplatesWeb Section "HTML Page" SecDocumentTemplatesWebHTMLPage - SectionIn 2 - SectionIn 5 + SectionIn 2 5 SetOutPath "$INSTDIR\Templates\Document\Web" File "..\Output\${BUILD_CONFIGURATION}\Templates\Document\Web\HTMLPage.ico"