diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-10 18:01:40 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-10 22:10:26 +1000 |
commit | af43f098d7d7cc0fe21c7d7b0fe991763e9cae07 (patch) | |
tree | c7c03081845e570482d2e78647637c793fc991c1 /src/wixext/UtilConstants.cs | |
parent | 7f7545f382bb9b885c9bfe894c51e66b443cef25 (diff) | |
download | wix-af43f098d7d7cc0fe21c7d7b0fe991763e9cae07.tar.gz wix-af43f098d7d7cc0fe21c7d7b0fe991763e9cae07.tar.bz2 wix-af43f098d7d7cc0fe21c7d7b0fe991763e9cae07.zip |
Add x64 and ARM64 versions of UtilBundleExtension.
Diffstat (limited to 'src/wixext/UtilConstants.cs')
-rw-r--r-- | src/wixext/UtilConstants.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wixext/UtilConstants.cs b/src/wixext/UtilConstants.cs index d9ad460f..28ff368f 100644 --- a/src/wixext/UtilConstants.cs +++ b/src/wixext/UtilConstants.cs | |||
@@ -13,7 +13,5 @@ namespace WixToolset.Util | |||
13 | internal static readonly string[] RegistryPermissions = { "Read", "Write", "CreateSubkeys", "EnumerateSubkeys", "Notify", "CreateLink" }; | 13 | internal static readonly string[] RegistryPermissions = { "Read", "Write", "CreateSubkeys", "EnumerateSubkeys", "Notify", "CreateLink" }; |
14 | internal static readonly string[] ServicePermissions = { "ServiceQueryConfig", "ServiceChangeConfig", "ServiceQueryStatus", "ServiceEnumerateDependents", "ServiceStart", "ServiceStop", "ServicePauseContinue", "ServiceInterrogate", "ServiceUserDefinedControl" }; | 14 | internal static readonly string[] ServicePermissions = { "ServiceQueryConfig", "ServiceChangeConfig", "ServiceQueryStatus", "ServiceEnumerateDependents", "ServiceStart", "ServiceStop", "ServicePauseContinue", "ServiceInterrogate", "ServiceUserDefinedControl" }; |
15 | internal static readonly string[] StandardPermissions = { "Delete", "ReadPermission", "ChangePermission", "TakeOwnership", "Synchronize" }; | 15 | internal static readonly string[] StandardPermissions = { "Delete", "ReadPermission", "ChangePermission", "TakeOwnership", "Synchronize" }; |
16 | |||
17 | internal const string UtilBundleExtensionId = "WixUtilBundleExtension"; | ||
18 | } | 16 | } |
19 | } | 17 | } |