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