[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs

noreply at shibboleth.net noreply at shibboleth.net
Fri Jan 2 07:58:09 EST 2015


Author: iay
Date: Fri Jan  2 07:58:09 2015
New Revision: 7232

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7232&view=rev
Log:
Typo.

Modified:
    trunk/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs

Modified: trunk/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs?rev=7232&r1=7231&r2=7232&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs (original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs Fri Jan  2 07:58:09 2015
@@ -68,7 +68,7 @@
             <RegistrySearch Id="OldInstallJetty" Root="HKLM" Key="SOFTWARE\Shibboleth\IdP" Name="InstallJetty" Type="raw" Win64="no" />
         </Property>
 
-        <!-- Make a best effor to find where the Quick Installer was installed to -->
+        <!-- Make a best effort to find where the Quick Installer was installed to -->
         <Property Id="QI_INSTALL_DIR" Secure="yes">
             <RegistrySearch Id="OldQIDir" Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D54EF89F-F134-450C-A64D-593F5602F175}" Name="InstallLocation" Type="raw" Win64="no" />
         </Property>



More information about the commits mailing list