f02a0f26b2885c3a7114b3483483ff630cfcb40f
[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-update-dlg.wxs
20 candle ShibbolethSP-update-dlg.wxs
21
22 wixcop -indent:2 ShibbolethSP-install-dlg.wxs
23 candle ShibbolethSP-install-dlg.wxs
24
25 wixcop -indent:2 ShibbolethSP-main-x64.wxs
26 candle ShibbolethSP-main-x64.wxs
27 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 ShibbolethSP-update-dlg.wixobj ShibbolethSP-install-dlg.wixobj -ext WixUtilExtension.dll -ext WixUIExtension -ext WixIISExtension
28
29 wixcop -indent:2 ShibbolethSP-main-x86.wxs
30 candle ShibbolethSP-main-x86.wxs
31 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 ShibbolethSP-update-dlg.wixobj ShibbolethSP-install-dlg.wixobj -ext WixUtilExtension.dll -ext WixUIExtension  -ext WixIISExtension
32
33