From: Mark Andrews Date: Mon, 21 May 2007 05:52:21 +0000 (+0000) Subject: win32 X-Git-Tag: v9.5.0a5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e2010cbb8458f0a3698e5b852056703c5e5dec;p=thirdparty%2Fbind9.git win32 --- diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index 69467942f26..99000abf886 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -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 {