From ca36a49711fd1fb1cc9cca3d09fae3f0645f2c0c Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 4 May 2011 21:49:20 +0300 Subject: [PATCH] Installer: Remove unneeded Qt DLLs. Since we now have on-line help we don't need to install the DLLs that were required for the help viewer. --- win_installer/cppcheck.wxs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/win_installer/cppcheck.wxs b/win_installer/cppcheck.wxs index ed4e5098c..5ef889767 100644 --- a/win_installer/cppcheck.wxs +++ b/win_installer/cppcheck.wxs @@ -31,12 +31,8 @@ WorkingDirectory='INSTALLDIR' Icon="cppcheckgui.exe" IconIndex="0" Advertise="yes" /> - - - - @@ -61,6 +57,7 @@ Also remove old gui.exe which is now cppcheck-gui.exe. Remove old Swedish translation file which was renamed. Remove locally installed help file that didn't work. + Remove Qt DLLs not needed anymore --> @@ -69,6 +66,10 @@ + + + +