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

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 22 14:09:25 UTC 2024


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

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

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

commit 1e2e3143421e965fda04b5248c2f855c6dc72b39
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Sep 23 16:27:04 2023 +0100

    IDP-2147 Investigate Wix V4
    
    https://shibboleth.atlassian.net/browse/IDP-2147
    
    Pin the installation of procrun/jetty to PF64
---
 src/main/wix/Jetty-Main.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/wix/Jetty-Main.wxs b/src/main/wix/Jetty-Main.wxs
index 9cf354c..3be023b 100644
--- a/src/main/wix/Jetty-Main.wxs
+++ b/src/main/wix/Jetty-Main.wxs
@@ -92,7 +92,7 @@
                     <Directory Id="IDPDISTDIR" Name="IdP" />
                 </Directory>
             </StandardDirectory>
-            <StandardDirectory Id="ProgramFilesFolder">
+            <StandardDirectory Id="ProgramFiles64Folder">
                 <Directory Id="SHIBBOLETHDIR" Name="Shibboleth">
                     <Directory Id="JETTYROOT" Name="Jetty" />
                     <Directory Id="PROCRUNROOT" Name="ProcRun" />

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


More information about the commits mailing list