Less guis to compile these days
authorrdw <rdw@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 29 May 2012 07:25:55 +0000 (07:25 +0000)
committerrdw <rdw@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 29 May 2012 07:25:55 +0000 (07:25 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3682 cb58f699-b61c-0410-a6fe-9272a202ed29

msi/WiX/Compile.bat
msi/WiX/MergeModules/compile.bat
msi/WiX/ShibbolethSP-main-x64.wxs
msi/WiX/ShibbolethSP-main-x86.wxs
msi/WiX/Versions.wxi

index c066124..da6fd95 100644 (file)
@@ -16,18 +16,12 @@ candle ShibbolethSP-registry-x86.wxs
 wixcop -indent:2 ShibbolethSP-gui.wxs
 candle ShibbolethSP-gui.wxs
 
-wixcop -indent:2 ShibbolethSP-shibd-dialog.wxs
-candle ShibbolethSP-shibd-dialog.wxs
-
-wixcop -indent:2 ShibbolethSP-iis-dialog.wxs
-candle ShibbolethSP-iis-dialog.wxs
-
 wixcop -indent:2 ShibbolethSP-main-x64.wxs
 candle ShibbolethSP-main-x64.wxs
-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-shibd-dialog.wixobj ShibbolethSP-iis-dialog.wixobj ShibbolethSP-gui.wixobj -ext WixUtilExtension.dll -ext WixUIExtension -ext WixIISExtension
+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
 
 wixcop -indent:2 ShibbolethSP-main-x86.wxs
 candle ShibbolethSP-main-x86.wxs
-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-shibd-dialog.wixobj ShibbolethSP-iis-dialog.wixobj ShibbolethSP-gui.wixobj -ext WixUtilExtension.dll -ext WixUIExtension  -ext WixIISExtension
+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
 
 
index 368a1fd..d69a0fb 100644 (file)
@@ -1,7 +1,7 @@
 PATH=%PATH%;"C:\Program Files (x86)\Windows Installer XML v3.5\bin"
 
 goto current
-:current
+
  wixcop -indent:2 Curl-x86.wxs
  candle Curl-x86.wxs
  light  Curl-x86.wixobj
@@ -29,7 +29,7 @@ wixcop -indent:2 Log4Shib-x64.wxs
  light  Log4Shib-x64.wixobj
  smoke  Log4Shib-x64.msm
 
-
+:current
 wixcop -indent:2 OpenSAML-x86.wxs
  candle OpenSAML-x86.wxs
  light  OpenSAML-x86.wixobj 
@@ -44,7 +44,7 @@ wixcop -indent:2 OpenSAML-x64.wxs
  candle OpenSAML-x64.wxs
  light  OpenSAML-x64.wixobj 
  smoke  OpenSAML-x64.msm
-
+goto done
 
 wixcop -indent:2 OpenSSL-x86.wxs
  candle OpenSSL-x86.wxs
index d54e803..16e3de6 100644 (file)
@@ -19,7 +19,7 @@
 <?include Versions.wxi ?>\r
 \r
 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
-  <Product Id='{973D4080-26FC-430B-9BEA-60ADB78C3CD3}' Language='1033' \r
+  <Product Id='{0F65D86B-3F47-41DC-9CEC-E20538849A6C}' Language='1033' \r
            Manufacturer='Shibboleth Consortium' Name='Shibboleth $(var.ShibbolethVersion)' \r
            UpgradeCode='$(var.ShibbolethUpgradeCode)' Version='$(var.ShibbolethVersion)'>\r
     <Package Description='Installer for Shibboleth SP (x86 and x64)' Compressed='yes'\r
       <ComponentRef Id='mod_shib_2464.so'/>\r
       <ComponentRef Id='odbc_store64.so'/>\r
       <ComponentRef Id='plugins64.so'/>\r
+      <ComponentRef Id='plugins_lite64.so'/>\r
       <ComponentRef Id='shibauthorizer64.exe'/>\r
       <ComponentRef Id='shibresponder64.exe'/>\r
 \r
       <ComponentRef Id='mod_shib_2464.so_debug'/>\r
       <ComponentRef Id='odbc_store64.so_debug'/>\r
       <ComponentRef Id='plugins64.so_debug'/>\r
+      <ComponentRef Id='plugins_lite64.so_debug'/>\r
       <ComponentRef Id='shibauthorizer64.exe_debug'/>\r
       <ComponentRef Id='shibresponder64.exe_debug'/>\r
 \r
index d3fe0cc..0148b82 100644 (file)
@@ -19,7 +19,7 @@
 <?include Versions.wxi ?>\r
 \r
 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
-  <Product Id='{EA2259A7-D844-475A-B473-CCE3EEA209D9}' Language='1033' \r
+  <Product Id='{DB1B7660-87DA-4B83-AF31-0449113298BD}' Language='1033' \r
            Manufacturer='Shibboleth Consortium' Name='Shibboleth $(var.ShibbolethVersion)' \r
            UpgradeCode='$(var.ShibbolethUpgradeCode)' Version='$(var.ShibbolethVersion)'>\r
     <Package Description='Installer for Shibboleth SP (32-bit only)' Compressed='yes'\r
index 238d9ba..6fa2b09 100644 (file)
    permissions and limitations under the License.  -->\r
 \r
 <Include xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
-  <?define BuildDirectory='C:\Users\scantor\Shibboleth\' ?>\r
-  <?define SPBuildDirectory='C:\Users\scantor\Shibboleth\git\' ?>\r
+  <?define BuildDirectory='g:\downloads\shib\' ?>\r
+  <?define SPBuildDirectory='g:\downloads\shib\cvs\2.0\' ?>\r
   \r
   <!-- Do not confuse ShibbolethDllVersion with ShibbolethVersion -->\r
-  <?define ShibbolethVersion='2.5.0'?>\r
+  <?define ShibbolethVersion='2.5.1'?>\r
   <!-- DO NOT CHANGE UpgradeCode -->\r
   <?define ShibbolethUpgradeCode='{28A4EB62-E860-49CA-BE43-44ADEB91DBF6}' ?>\r
 \r
@@ -33,7 +33,7 @@
 \r
   <?define LogForShibFileVersion='1_0' ?> <!-- '$(var.BuildDirectory)\log4shib-$(var.LogForShibVersion)\msvc10\x64\Release\'> -->\r
 \r
-  <?define OpenSAMLVersion='2.5.0' ?><!-- DON'T FORGET TO CHANGE THE COMPONENT-->\r
+  <?define OpenSAMLVersion='2.5.1' ?><!-- DON'T FORGET TO CHANGE THE COMPONENT-->\r
   <?define OpenSAMLFileVersion='2_5' ?><!-- 'saml$(var.OpenSAMLFileVersion).dll' -->\r
 \r
   <?define OpenSSLVersion='1.0.0.9' ?><!-- 1.0.0i -->\r
   <?define XercesVersion='3.1.1' ?><!-- $(var.BuildDirectory)\xerces-c-$(var.XercesVersion)-x86_64-windows-vc-10.0\bin\xerces-c_$(var.XercesFileVersion).dll' -->\r
   <?define XercesFileVersion='3_1' ?><!-- DON'T FORGET TO CHANGE THE COMPONENT-->\r
 \r
-  <?define XmlSecVersion='1.6.1' ?><!-- '$(var.BuildDirectory)\xml-security-c-$(var.XmlSecVersion)\Build\x64\VC10\Release No Xalan' -->\r
+  <?define XmlSecVersion='1.6.0' ?><!-- '$(var.BuildDirectory)\xml-security-c-$(var.XmlSecVersion)\Build\x64\VC10\Release No Xalan' -->\r
   <?define XmlSecFileVersion='1_6' ?><!-- DON'T FORGET TO CHANGE THE COMPONENT-->\r
 \r
-  <?define XmlToolingVersion='1.5.0' ?>\r
+  <?define XmlToolingVersion='1.5.1' ?>\r
   <?define XmlToolingFileVersion='1_5' ?><!--'xmltooling$(var.XmlToolingFileVersion)D.dll'-->\r
 \r
   <?define ZlibVersion='1.2.5' ?><!--'$(var.BuildDirectory)\zlib-$(var.ZlibVersion)\projects\visualc6\Win32_DLL_Release\zlib$(var.ZlibFileVersion).dll'-->\r