More WiX. Fragments and include files to allow us to build an x64 installer (not...
[shibboleth/cpp-sp.git] / msi / WiX / Compile.bat
1 wixcop -indent:2 ShibbolethSP-exe-x64.wxs
2 candle ShibbolethSP-exe-x64.wxs
3
4 wixcop -indent:2 ShibbolethSP-registry-x64.wxs
5 candle ShibbolethSP-registry-x64.wxs
6
7 wixcop -indent:2 ShibbolethSP-noarch.wxs
8 candle ShibbolethSP-noarch.wxs
9
10 wixcop -indent:2 ShibbolethSP-exe-x86.wxs
11 candle ShibbolethSP-exe-x86.wxs
12
13 wixcop -indent:2 ShibbolethSP-registry-x86.wxs
14 candle ShibbolethSP-registry-x86.wxs
15
16 wixcop -indent:2 ShibbolethSP-main-x64.wxs
17 candle ShibbolethSP-main-x64.wxs
18 light -sw1055 -sice:ICE82 -o ShibbolethSP-main-x64.msi ShibbolethSP-main-x64.wixobj ShibbolethSP-exe-x64.wixobj ShibbolethSP-registry-x64.wixobj  ShibbolethSP-noarch.wixobj ShibbolethSP-exe-x86.wixobj ShibbolethSP-registry-x86.wixobj
19
20