diff --git a/win_installer/cppcheck.wixproj b/win_installer/cppcheck.wixproj index 69ddfdb30..aec5fe3ab 100644 --- a/win_installer/cppcheck.wixproj +++ b/win_installer/cppcheck.wixproj @@ -1,19 +1,19 @@ false - + $(PROGRAMFILES)\Windows Installer XML v3.5\bin\ $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - + Release x86 - + cppcheck-$(ProductVersion)-$(Platform)-Setup ..\Build\ ..\BuildTmp\Wix\$(Platform)\ package - + diff --git a/win_installer/cppcheck.wxs b/win_installer/cppcheck.wxs index 631349615..953f2d101 100644 --- a/win_installer/cppcheck.wxs +++ b/win_installer/cppcheck.wxs @@ -88,7 +88,7 @@ - diff --git a/win_installer/readme.txt b/win_installer/readme.txt index 568e942fc..87f689fa8 100644 --- a/win_installer/readme.txt +++ b/win_installer/readme.txt @@ -8,7 +8,7 @@ You'll need: - latest Wix (3.6) - MSBuild (coming with Visual Studio, also with VS 2008 express) - VS 2008 CRT merge module - + Configuring ----------- @@ -27,7 +27,7 @@ Before building the installer make sure all the components are build: - CLI executable (cppcheck.exe) - GUI executable (cppcheck-gui.exe) - GUI translations (*.qm) - generated by the Qt's lrelease -tool - + And that runtime files are available: - Qt runtimes: QtCore4.dll, QtGui4.dll and QtXml4.dll