Update WiX installer documentation.

This commit is contained in:
Kimmo Varis 2010-10-13 22:13:50 +03:00
parent 267d1f273e
commit dd16af3d29
1 changed files with 6 additions and 3 deletions

View File

@ -25,11 +25,14 @@ Building installer
Before building the installer make sure all the components are build:
- CLI executable (cppcheck.exe)
- GUI executable (gui.exe)
- Manual (manual.pdf)
- GUI executable (cppcheck-gui.exe)
- GUI translations (*.qm)
- Manual (onlinehelp.qhc)
And that runtime files are available:
- Qt runtimes (qtcore4.dll, qtgui4.dll and qtxml4.dll)
- Qt runtimes:
QtCLucene4.dll, QtCore4.dll, QtGui4.dll, QtHelp4.dll, QtNetwork4.dll,
QtSql4.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