da6fd952b97ed4e274fbc9a7b7d50924a00c9c80
[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-gui.wxs
17 candle ShibbolethSP-gui.wxs
18
19 wixcop -indent:2 ShibbolethSP-main-x64.wxs
20 candle ShibbolethSP-main-x64.wxs
21 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 ShibbolethSP-gui.wixobj -ext WixUtilExtension.dll -ext WixUIExtension -ext WixIISExtension
22
23 wixcop -indent:2 ShibbolethSP-main-x86.wxs
24 candle ShibbolethSP-main-x86.wxs
25 light -sw1055 -sice:ICE82 -o ShibbolethSP-main-x86.msi ShibbolethSP-main-x86.wixobj ShibbolethSP-noarch.wixobj ShibbolethSP-exe-x86.wixobj ShibbolethSP-registry-x86.wixobj  ShibbolethSP-gui.wixobj -ext WixUtilExtension.dll -ext WixUIExtension  -ext WixIISExtension
26
27