]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd-noextras.nsi
Remove the limits from here too
[user/henk/code/inspircd.git] / win / inspircd-noextras.nsi
index c8f08cb4af17c330752ec9831d409b5695ac5978..b717201f31e0147c211660365648dc5f84fc136d 100644 (file)
@@ -133,10 +133,12 @@ FunctionEnd
 
 Section "Binary Executable" SEC01
   Call IsDotNetInstalled
-  SetOutPath "$INSTDIR"
+  SetOutPath "$TEMP"
   SetOverwrite ifnewer
   File "vcredist_x86.exe"
-  ExecWait "$INSTDIR\vcredist_x86.exe"
+  ExecWait "$TEMP\vcredist_x86.exe"
+  SetOutPath "$INSTDIR"
+  SetOverwrite ifnewer
   File "..\bin\${BUILD}\InspGUI.exe"
   CreateDirectory "$SMPROGRAMS\InspIRCd"
   CreateShortCut "$SMPROGRAMS\InspIRCd\InspIRCd.lnk" "$INSTDIR\InspGUI.exe"