X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=msi%2FWiX%2FCompile.bat;fp=msi%2FWiX%2FCompile.bat;h=8f2ee753d20a32ee709ee280142841266dda2feb;hb=3c1e801d6539b92d6d3d7fb40d661a7ce630ec44;hp=0000000000000000000000000000000000000000;hpb=f2621219507344852f967e4099e9c341499eb802;p=shibboleth%2Fsp.git diff --git a/msi/WiX/Compile.bat b/msi/WiX/Compile.bat new file mode 100644 index 0000000..8f2ee75 --- /dev/null +++ b/msi/WiX/Compile.bat @@ -0,0 +1,33 @@ +PATH=%PATH%;"C:\Program Files (x86)\Windows Installer XML v3.5\bin" + +wixcop -indent:2 ShibbolethSP-exe-x64.wxs +candle ShibbolethSP-exe-x64.wxs + +wixcop -indent:2 ShibbolethSP-registry-x64.wxs +candle ShibbolethSP-registry-x64.wxs + +wixcop -indent:2 ShibbolethSP-noarch.wxs +candle ShibbolethSP-noarch.wxs + +wixcop -indent:2 ShibbolethSP-exe-x86.wxs +candle ShibbolethSP-exe-x86.wxs + +wixcop -indent:2 ShibbolethSP-registry-x86.wxs +candle ShibbolethSP-registry-x86.wxs + +wixcop -indent:2 ShibbolethSP-gui.wxs +candle ShibbolethSP-gui.wxs + +wixcop -indent:2 ShibbolethSP-update-dlg.wxs +candle ShibbolethSP-update-dlg.wxs + +wixcop -indent:2 ShibbolethSP-install-dlg.wxs +candle ShibbolethSP-install-dlg.wxs + +wixcop -indent:2 ShibbolethSP-main-x64.wxs +candle ShibbolethSP-main-x64.wxs +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 + +wixcop -indent:2 ShibbolethSP-main-x86.wxs +candle ShibbolethSP-main-x86.wxs +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