From 08cdc6aa2b9dd0e273a3c3a22893616d26342a0e Mon Sep 17 00:00:00 2001 From: Ron Martin Date: Mon, 29 Aug 2022 18:38:07 -0400 Subject: Support add, modify and remove comments on user accounts Fixes 5371 --- src/ext/Util/wixext/UtilCompiler.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/ext/Util/wixext/UtilCompiler.cs') diff --git a/src/ext/Util/wixext/UtilCompiler.cs b/src/ext/Util/wixext/UtilCompiler.cs index a6e4b835..d937b4f1 100644 --- a/src/ext/Util/wixext/UtilCompiler.cs +++ b/src/ext/Util/wixext/UtilCompiler.cs @@ -34,6 +34,7 @@ namespace WixToolset.Util internal const int UserDontRemoveOnUninstall = 0x00000100; internal const int UserDontCreateUser = 0x00000200; internal const int UserNonVital = 0x00000400; + internal const int UserRemoveComment = 0x00000800; private static readonly Regex FindPropertyBrackets = new Regex(@"\[(?!\\|\])|(?