1
Prerequisites:
2
 - WiX3 installed, with candle.exe and light.exe in %PATH%
3
 - Hooq build for both debug and release ("nmake all"), and installed into the build directory ("nmake install")
4
5
The following files should be copied to the build directory (if you're building in the source directory,
6
some of these will already be in place):
7
 - COPYING, COPYING.LGPL, COPYING.GPL, license.rtf
8
 - hooq.wxs
9
 - msi.nmake
10
 - C:\Qt\<VERSION>\bin -> qt
11
 - QtScriptGenerator\plugins\script -> script
12
 - hooq-release from "nmake install" of hooq
13
 - hooq-debug from "nmake install" of hooq
14
 - Microsoft_VC90_CRT_x86.msm
15
 - Microsoft_VC90_DebugCRT_x86.msm
16
 - policy_9_0_Microsoft_VC90_CRT_x86.msm
17
 - policy_9_0_Microsoft_VC90_DebugCRT_x86.msm
18
19
The .msm files are shipped with Visual Studio; they should be in one of the following directories:
20
- C:\Program Files (x86)\Common Files\Merge Modules
21
- C:\Program Files\Common Files\Merge Modules
22
23
To build:
24
25
nmake -f msi.nmake
26
27
You might get an error, but if you have 'hooq.msi' at the end, it's worked.