Adjust for final release
[shibboleth/cpp-sp.git] / msi / WiX / Compile.bat
1 PATH=%PATH%;"C:\Program Files (x86)\Windows Installer XML v3.5\bin"
2
3 wixcop -indent:2 ShibbolethSP-exe-x64.wxs
4 candle ShibbolethSP-exe-x64.wxs
5
6 wixcop -indent:2 ShibbolethSP-registry-x64.wxs
7 candle ShibbolethSP-registry-x64.wxs
8
9 wixcop -indent:2 ShibbolethSP-noarch.wxs
10 candle ShibbolethSP-noarch.wxs
11
12 wixcop -indent:2 ShibbolethSP-exe-x86.wxs
13 candle ShibbolethSP-exe-x86.wxs
14
15 wixcop -indent:2 ShibbolethSP-registry-x86.wxs
16 candle ShibbolethSP-registry-x86.wxs
17
18 wixcop -indent:2 ShibbolethSP-gui.wxs
19 candle ShibbolethSP-gui.wxs
20
21 wixcop -indent:2 ShibbolethSP-update-dlg.wxs
22 candle ShibbolethSP-update-dlg.wxs
23
24 wixcop -indent:2 ShibbolethSP-install-dlg.wxs
25 candle ShibbolethSP-install-dlg.wxs
26
27 wixcop -indent:2 ShibbolethSP-main-x64.wxs
28 candle ShibbolethSP-main-x64.wxs
29 light -sw1055 -sice:ICE82 -o shibboleth-sp-2.5.0-win64.msi ShibbolethSP-main-x64.wixobj ShibbolethSP-exe-x64.wixobj ShibbolethSP-registry-x64.wixobj  ShibbolethSP-noarch.wixobj ShibbolethSP-exe-x86.wixobj ShibbolethSP-registry-x86.wixobj ShibbolethSP-gui.wixobj ShibbolethSP-update-dlg.wixobj ShibbolethSP-install-dlg.wixobj -ext WixUtilExtension.dll -ext WixUIExtension -ext WixIISExtension
30
31 wixcop -indent:2 ShibbolethSP-main-x86.wxs
32 candle ShibbolethSP-main-x86.wxs
33 light -sw1055 -sice:ICE82 -o shibboleth-sp-2.5.0-win32.msi ShibbolethSP-main-x86.wixobj ShibbolethSP-noarch.wixobj ShibbolethSP-exe-x86.wixobj ShibbolethSP-registry-x86.wixobj  ShibbolethSP-gui.wixobj ShibbolethSP-update-dlg.wixobj ShibbolethSP-install-dlg.wixobj -ext WixUtilExtension.dll -ext WixUIExtension  -ext WixIISExtension