[java-idp-jetty-base] 03/05: IDP-2147 Investigate Wix V4
Rod Widdowson
rdw at steadingsoftware.com
Sat Sep 23 15:33:56 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=5d046d6984576fc7680f125e0a3ba7c905a53922
commit 5d046d6984576fc7680f125e0a3ba7c905a53922
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Sep 23 16:28:07 2023 +0100
IDP-2147 Investigate Wix V4
https://shibboleth.atlassian.net/browse/IDP-2147
Add an explicit regkey for PROCRUNROOT
---
src/main/wix/Jetty-Procrun.wxs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/wix/Jetty-Procrun.wxs b/src/main/wix/Jetty-Procrun.wxs
index 247d521..7cb5282 100644
--- a/src/main/wix/Jetty-Procrun.wxs
+++ b/src/main/wix/Jetty-Procrun.wxs
@@ -33,7 +33,8 @@
<Component Id="procrun_relnotes" Directory="PROCRUNROOT" Guid="{DBDBFF9F-D7D0-42B1-A992-87565473A1C7}">
<File Id="procrun_relnotes" KeyPath="yes" Source="$(var.ProcrunSrc)\RELEASE-NOTES.txt" />
</Component>
- <Component Id="procrun_permissions" Directory="PROCRUNROOT" Guid="{47F3846B-42DE-4B80-9F24-4F2831CF3AA9}" KeyPath="yes">
+ <Component Id="procrun_permissions" Directory="PROCRUNROOT" Guid="{47F3846B-42DE-4B80-9F24-4F2831CF3AA9}">
+ <RegistryValue Id="ProcrunPermissions" Root="HKLM" Key="SOFTWARE\Shibboleth\IdP" Name="ProcrunPermissions" Value="TRUE" Type="string" KeyPath="yes" />
<RegistryKey ForceCreateOnInstall="yes" Key="SOFTWARE\Apache Software Foundation\Procrun 2.0\$(var.ServiceName)" Root="HKLM">
<Permission User="Administrators" GenericAll="yes" />
<Permission User="SYSTEM" GenericAll="yes" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list