]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd-noextras.nsi
Fix to use dll in debug build
[user/henk/code/inspircd.git] / win / inspircd-noextras.nsi
index 8fd0bad23f8b8ea53ce8cd02a1deb9c1537388bb..b717201f31e0147c211660365648dc5f84fc136d 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"