diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2024-07-06 21:03:57 +1000 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 23:14:49 -0800 |
commit | 644276562dcadd65fcb0e9a7c06c704cdda36423 (patch) | |
tree | f42af115bf5354d1c1691c44d517388f6c369b16 /src/ext/caDecor.wxi | |
parent | 7b1bb025dea1d1e9e144cce0dcbba2d86f053b8f (diff) | |
download | wix-644276562dcadd65fcb0e9a7c06c704cdda36423.tar.gz wix-644276562dcadd65fcb0e9a7c06c704cdda36423.tar.bz2 wix-644276562dcadd65fcb0e9a7c06c704cdda36423.zip |
Group Add/Remove working.
Local group membership Add/Remove working, however with
BUILTIN local system groups .NET doesn't appear to locate them as either
groups nor basic security Principals. Still needs work to fix the test
for nested groups. Ideally with some way to test for domain groups.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/ext/caDecor.wxi')
-rw-r--r-- | src/ext/caDecor.wxi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ext/caDecor.wxi b/src/ext/caDecor.wxi index 256d7586..236b2154 100644 --- a/src/ext/caDecor.wxi +++ b/src/ext/caDecor.wxi | |||
@@ -14,6 +14,11 @@ | |||
14 | 14 | ||
15 | <?define Prefix5="Wix5" ?> | 15 | <?define Prefix5="Wix5" ?> |
16 | 16 | ||
17 | <?ifdef Prefix6 ?> | ||
18 | <?undef Prefix6 ?> | ||
19 | <?endif?> | ||
20 | <?define Prefix6="Wix6" ?> | ||
21 | |||
17 | <?ifndef platform ?> | 22 | <?ifndef platform ?> |
18 | <?define platform="x86" ?> | 23 | <?define platform="x86" ?> |
19 | <?endif?> | 24 | <?endif?> |