git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3654 cb58f699-b61c-0410...
[shibboleth/sp.git] / msi / WiX / ShibbolethSP-properties.wxi
index ccb2a50..36ad5d0 100644 (file)
 <Include>\r
 \r
   <!-- Are we installing IIS, if so what extension to used -->\r
-  <Property Id="SHIB_FILE_EXTENSION" Value=".sso" Secure="yes">\r
-    <RegistrySearch Id="AppReg" Root="HKLM" Key="SOFTWARE\Shibboleth" Name="FileExtension" Type="raw" />\r
+  <Property Id='SHIB_FILE_EXTENSION' Value='.sso' Secure='yes'>\r
+    <RegistrySearch Id='AppReg' Root='HKLM' Key='SOFTWARE\Shibboleth' Name='FileExtension' Type='raw' />\r
   </Property>\r
   \r
   <!-- IIS install -->\r
-  <Property Id="INSTALL_ISAPI_FILTER" Value="TRUE" Secure="yes" />\r
+  <Property Id='INSTALL_ISAPI_FILTER' Value='TRUE' Secure='yes' />\r
   <!-- Install shibd_service -->\r
-  <Property Id="INSTALL_SHIBD_SERVICE" Value="TRUE" Secure="yes" />\r
+  <Property Id='INSTALL_SHIBD_SERVICE' Value='TRUE' Secure='yes' />\r
   <!-- 64 bit or 32bit service and DLLS, also used to swap in the 64 bit service -->\r
-  <Property Id="INSTALL_32BIT" Secure="yes" />\r
-  <Property Id="SHIBD_PORT" Value="1600" Secure="yes" />\r
+  <Property Id='INSTALL_32BIT' Secure='yes' />\r
+  <Property Id='SHIBD_PORT' Value='1600' Secure='yes' />\r
 \r
-  <Property Id="ARPCONTACT" Value="contact@shibboleth.net" />\r
-  <Property Id="ARPHELPLINK" Value="https://wiki.shibboleth.net/confluence/display/SHIB2/Installation+and+Configuration" />\r
-  <Property Id="ARPURLUPDATEINFO" Value="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPWindowsUpgrade" />\r
-  <Property Id="ARPURLINFOABOUT" Value="http://www.shibboleth.net/" />\r
+  <Property Id='ARPCONTACT' Value='contact@shibboleth.net' />\r
+  <Property Id='ARPHELPLINK' Value='https://wiki.shibboleth.net/confluence/display/SHIB2/Installation+and+Configuration' />\r
+  <Property Id='ARPURLUPDATEINFO' Value='https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPWindowsUpgrade' />\r
+  <Property Id='ARPURLINFOABOUT' Value='http://www.shibboleth.net/' />\r
 \r
   <!-- UPGRADINGPRODUCTCODE set in the uninstall if this is an upgrade uninstall -->\r
 \r
   <Upgrade Id='$(var.ShibbolethUpgradeCode)'>\r
-    <UpgradeVersion ExcludeLanguages="yes" IncludeMaximum="yes" Maximum="2.5.0" Minimum="0.0.1" OnlyDetect="yes" Property="ALREADYINSTALLED"/>\r
+    <UpgradeVersion ExcludeLanguages='yes' IncludeMaximum='yes' Maximum='127.255.255' Minimum='0.0.1' OnlyDetect='yes' Property='ALREADYINSTALLED'/>\r
   </Upgrade>\r
 </Include>\r
 \r