]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
win32
authorMark Andrews <marka@isc.org>
Mon, 21 May 2007 05:52:21 +0000 (05:52 +0000)
committerMark Andrews <marka@isc.org>
Mon, 21 May 2007 05:52:21 +0000 (05:52 +0000)
bin/win32/BINDInstall/BINDInstallDlg.cpp

index 69467942f2670137316c725b14e8c08034ea5d97..99000abf886f20c84b3930ddcd3c52583b0256f6 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: BINDInstallDlg.cpp,v 1.32 2007/05/21 05:48:43 marka Exp $ */
+/* $Id: BINDInstallDlg.cpp,v 1.33 2007/05/21 05:52:21 marka Exp $ */
 
 /*
  * Copyright (c) 1999-2000 by Nortel Networks Corporation
@@ -480,7 +480,7 @@ void CBINDInstallDlg::OnInstall() {
         *
         * Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log"
         */
-       system(".\\Vcredist_x86.exe /q:a /c:\"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log\"");
+       /*system(".\\Vcredist_x86.exe /q:a /c:\"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log\"");*/
        system(".\\Vcredist_x86.exe");
 #endif
        try {