]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Make two sections "Binaries" and "command handlers" manditory - you won't have a...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 26 May 2007 13:58:28 +0000 (13:58 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 26 May 2007 13:58:28 +0000 (13:58 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7148 e03df62e-2008-0410-955e-edbf42e46eb7

win/inspircd.nsi

index 7750cc83afef7fb74e361a35bd35429da51d006c..9fb79c0dd876cda7a4aa192b213f93e97e90e67a 100644 (file)
@@ -187,6 +187,11 @@ Function un.onUninstSuccess
   MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) was successfully removed from your computer."\r
 FunctionEnd\r
 \r
+Function .onInit\r
+  SectionSetFlags ${SEC01} 17\r
+  SectionSetFlags ${SEC03} 17\r
+FunctionEnd\r
+\r
 Function un.onInit\r
   MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove $(^Name) and all of its components?" IDYES +2\r
   Abort\r