]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd-noextras.nsi
Patch from Namegduf to use established numerics for HELPOP instead of notices.
[user/henk/code/inspircd.git] / win / inspircd-noextras.nsi
index aeca798e9c4893bc8f5b01ddcea3be9745d44527..8115f1e14addc1c7895eaa1d78ba4f9c5f6dbeb8 100644 (file)
@@ -145,7 +145,8 @@ Section "Binary Executable" SEC01
   SetOutPath "$INSTDIR\bin"
   SetOverwrite ifnewer
   File "..\bin\${BUILD}\bin\inspircd.exe"
-  ExecWait '"$INSTDIR\bin\inspircd.exe" --installservice'
+  DetailPrint "Installing InspIRCd service..."
+  nsExec::Exec /TIMEOUT=30000 '"$INSTDIR\bin\inspircd.exe" --installservice'
 SectionEnd
 
 Section "Config Files" SEC02
@@ -215,7 +216,8 @@ Function un.onInit
 FunctionEnd
 
 Section Uninstall
-  ExecWait '"$INSTDIR\bin\inspircd.exe" --removeservice'
+  DetailPrint "Uninstalling InspIRCd service..."
+  nsExec::Exec /TIMEOUT=30000 '"$INSTDIR\bin\inspircd.exe" --removeservice'
   Delete "$INSTDIR\${PRODUCT_NAME}.url"
   Delete "$INSTDIR\uninst.exe"
   Delete "$INSTDIR\modules\m_*.so"