[java-idp-jetty-base] 03/11: IDP-2147 Investigate Wix V4

Rod Widdowson rdw at steadingsoftware.com
Fri Nov 3 13:03:12 UTC 2023


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

rdw pushed a commit to branch dev/IDP-2147
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=093aa0605a070faa210bd230aa1666c16247145e

commit 093aa0605a070faa210bd230aa1666c16247145e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Sep 23 16:24:54 2023 +0100

    IDP-2147 Investigate Wix V4
    
    https://shibboleth.atlassian.net/browse/IDP-2147
    
    For some reason WixV4 needs an action added for the Licensedialog
---
 src/main/wix/Jetty-Gui.wxs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/wix/Jetty-Gui.wxs b/src/main/wix/Jetty-Gui.wxs
index 21ad36b..17caad1 100644
--- a/src/main/wix/Jetty-Gui.wxs
+++ b/src/main/wix/Jetty-Gui.wxs
@@ -64,6 +64,7 @@
         <Publish Dialog="BrowseDlg" Control="OK" Event="SpawnDialog" Value="InvalidDirDlg" Order="4" Condition="WIXUI_INSTALLDIR_VALID<>"1"" />
 
         <Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog" Value="InstallJetty" Condition="LicenseAccepted = "1"" />
+        <Publish Dialog="LicenseAgreementDlg" Control="Print"  Event="DoAction" Value="WixUIPrintEula_$(sys.BUILDARCHSHORT)" />
 
         <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg" />
         <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg" />

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


More information about the commits mailing list