]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd.nsi
Make two sections "Binaries" and "command handlers" manditory - you won't have a...
[user/henk/code/inspircd.git] / 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