Skip to content
/ wix Public

Commit 15346cb

Browse files
committed
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>
1 parent c2a5c0e commit 15346cb

File tree

19 files changed

+735
-277
lines changed

19 files changed

+735
-277
lines changed

src/ext/Util/ca/scacost.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const UINT COST_USER_ADD = 10000;
1111
const UINT COST_USER_DELETE = 10000;
1212
const UINT COST_GROUP_ADD = 10000;
1313
const UINT COST_GROUP_DELETE = 10000;
14+
const UINT COST_GROUPMEMBERSHIP_ADD = 10000;
15+
const UINT COST_GROUPMEMBERSHIP_DELETE = 10000;
1416

1517
const UINT COST_PERFMONMANIFEST_REGISTER = 1000;
1618
const UINT COST_PERFMONMANIFEST_UNREGISTER = 1000;

0 commit comments

Comments
 (0)