c94cff60891ba02de04576b368bc8a75604f5697
[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 -ext WixUtilExtension.dll -ext WixUIExtension
19
20 wixcop -indent:2 ShibbolethSP-main-x86.wxs
21 candle ShibbolethSP-main-x86.wxs
22 light -sw1055 -sice:ICE82 -o ShibbolethSP-main-x86.msi ShibbolethSP-main-x86.wixobj ShibbolethSP-noarch.wixobj ShibbolethSP-exe-x86.wixobj ShibbolethSP-registry-x86.wixobj -ext WixUtilExtension.dll -ext WixUIExtension
23
24