[cpp-sp] branch main updated: SSPCPP-899 Fix wording for installing IIS support .

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 23 15:49:33 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c2908fe83c7a2ec1cd5ba11b06dcbbb9f73154ac

The following commit(s) were added to refs/heads/main by this push:
       new  c2908fe8  SSPCPP-899 Fix wording for installing IIS support .
c2908fe8 is described below

commit c2908fe83c7a2ec1cd5ba11b06dcbbb9f73154ac
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 23 16:47:56 2020 +0100

    SSPCPP-899 Fix wording for installing IIS support .
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-899
    
    "Configure IIS7 module" becomes "Configure IIS support"
---
 msi/WiX/ShibbolethSP-install-dlg.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/msi/WiX/ShibbolethSP-install-dlg.wxs b/msi/WiX/ShibbolethSP-install-dlg.wxs
index 50198dff..e36f024a 100644
--- a/msi/WiX/ShibbolethSP-install-dlg.wxs
+++ b/msi/WiX/ShibbolethSP-install-dlg.wxs
@@ -53,7 +53,7 @@
         <Control Id="InstallShibd" Type="Text" X="25" Y="142" Height="17" Width="195" Text="The Shibboleth Daemon will be installed as a service." />
 
         <!-- IIS7 Plugin -->
-        <Control Id="InstallIIS7" Type="CheckBox" X="225" Y="140" Height="17" Width="120" Property="INSTALL_IIS7_PLUGIN" CheckBoxValue="TRUE" Text="Configure IIS7 module">
+        <Control Id="InstallIIS7" Type="CheckBox" X="225" Y="140" Height="17" Width="120" Property="INSTALL_IIS7_PLUGIN" CheckBoxValue="TRUE" Text="Configure IIS support">
           <Condition Action="show">IISMAJORVERSION AND (IISMAJORVERSION <> "#6")</Condition>
           <Condition Action="hide">NOT IISMAJORVERSION OR (IISMAJORVERSION = "#6")</Condition>
         </Control>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list