https://issues.shibboleth.net/jira/browse/SSPCPP-498
authorScott Cantor <cantor.2@osu.edu>
Thu, 6 Sep 2012 16:33:28 +0000 (16:33 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 6 Sep 2012 16:33:28 +0000 (16:33 +0000)
msi/WiX/MergeModules/OpenSAML-schemas.wxs
msi/WiX/MergeModules/Shibboleth-schemas.wxs
msi/WiX/Versions.wxi

index b97ae4f..87317eb 100644 (file)
     <CustomAction Id='EditCatalogSAML20' BinaryKey='EditCatalogFileSrc' VBScriptCall=''\r
       Execute='deferred' Impersonate='no' />\r
     <CustomAction Id='SetEditXMLToolingCatalog' Property='EditXMLToolingCatalog'\r
-      Value='[CommonAppDataFolder]Shibboleth\SP\xml\xmltooling\;@;catalog.xml' />\r
+      Value='%PROGRAMDATA%\Shibboleth\SP\xml\xmltooling\;@;catalog.xml' />\r
     <CustomAction Id='SetEditCatalogSAML10' Property='EditCatalogSAML10'\r
-      Value='[CommonAppDataFolder]Shibboleth\SP\xml\opensaml\;@;saml10-catalog.xml' />\r
+      Value='%PROGRAMDATA%\Shibboleth\SP\xml\opensaml\;@;saml10-catalog.xml' />\r
     <CustomAction Id='SetEditCatalogSAML11' Property='EditCatalogSAML11'\r
-      Value='[CommonAppDataFolder]Shibboleth\SP\xml\opensaml\;@;saml11-catalog.xml' />\r
+      Value='%PROGRAMDATA%\Shibboleth\SP\xml\opensaml\;@;saml11-catalog.xml' />\r
     <CustomAction Id='SetEditCatalogSAML20' Property='EditCatalogSAML20'\r
-      Value='[CommonAppDataFolder]Shibboleth\SP\xml\opensaml\;@;saml20-catalog.xml' />\r
+      Value='%PROGRAMDATA%\Shibboleth\SP\xml\opensaml\;@;saml20-catalog.xml' />\r
     <InstallExecuteSequence>\r
       <Custom Action='SetEditXMLToolingCatalog' Before='CostInitialize'>NOT Installed</Custom>\r
       <Custom Action='SetEditCatalogSAML10' Before='CostInitialize'>NOT Installed</Custom>\r
index d866cb3..1908edc 100644 (file)
@@ -72,7 +72,7 @@
     <CustomAction Id='EditShibbolethCatalog' BinaryKey='EditCatalogFileSrc' VBScriptCall='' \r
                   Execute='deferred' Impersonate='no' />\r
     <CustomAction Id='SetEditShibbolethCatalog' Property='EditShibbolethCatalog' \r
-                  Value='[CommonAppDataFolder]Shibboleth\SP\xml\shibboleth\;@;catalog.xml' />\r
+                  Value='%PROGRAMDATA%\Shibboleth\SP\xml\shibboleth\;@;catalog.xml' />\r
     <InstallExecuteSequence>\r
       <Custom Action='SetEditShibbolethCatalog' Before='CostInitialize'>NOT Installed</Custom>\r
       <Custom Action='EditShibbolethCatalog' After='InstallFiles'>NOT Installed</Custom>\r
index 7ccf024..4de06c2 100644 (file)
@@ -50,7 +50,7 @@
   <?define XmlSecVersion='1.7.0' ?><!-- '$(var.BuildDirectory)\xml-security-c-$(var.XmlSecVersion)\Build\x64\VC10\Release No Xalan' -->\r
   <?define XmlSecFileVersion='1_7' ?><!-- 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.7' ?><!--'$(var.BuildDirectory)\zlib-$(var.ZlibVersion)\Release\zlib$(var.ZlibFileVersion).dll'-->\r