cppcheck/win_installer
Kimmo Varis 5a6b7871ba Installer: Create short documentation for WiX installer. 2010-01-17 20:37:13 +02:00
..
GPLv3.rtf Installer: Add GPL v3 license. 2010-01-17 01:21:45 +02:00
LargeLogo.bmp
build1.bat
build2.bat
build3.bat
cli.wxs
config.wxi Installer: Move installer configuration to new file. 2010-01-17 20:18:52 +02:00
cppcheck.wixproj Install MS CRT runtimes. 2010-01-17 01:04:41 +02:00
cppcheck.wxs Installer: Path variable for gui.exe was missing in one place. 2010-01-17 20:23:06 +02:00
icon.bmp
modpath.iss
productInfo.wxi Installer: Move installer configuration to new file. 2010-01-17 20:18:52 +02:00
readme.txt Installer: Create short documentation for WiX installer. 2010-01-17 20:37:13 +02:00
readme_InnoSetup.txt Installer: Create short documentation for WiX installer. 2010-01-17 20:37:13 +02:00

readme.txt

The Wix Installer for Windows
=============================

New cppcheck Windows installer is created with WiX:
http://wix.sourceforge.net/

You'll need:
 - latest Wix (3.0 or later)
 - MSBuild (coming with Visual Studio, also with VS 2008 express)
 - VS 2008 CRT merge module
 
Configuring
-----------

Installer configuration is done in file config.wxi. Depending how you build
cppcheck you may need to alter the paths for binaries.

Product version and other info
------------------------------

Version number and product name are set in file productInfo.wxi.

Building installer
------------------

Before building the installer make sure all the components are build:
 - CLI executable (cppcheck.exe)
 - GUI executable (gui.exe)
 - Manual (manual.pdf)

And that runtime files are available:
  - Qt runtimes (qtcore4.dll, qtgui4.dll and qtxml4.dll)
  - MS CRT merge module (Microsoft_VC90_CRT_x86.msm)

Build installer by giving this command line in VS command prompt (or run
vcvars32.bat in DOS prompt first to setup environment):

> msbuild cppcheck.wixproj /p:Platform=x86,ProductVersion=X.YY

For example:
> msbuild cppcheck.wixproj /p:Platform=x86,ProductVersion=1.40