diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2024-07-20 13:40:22 +1000 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 23:14:49 -0800 |
commit | 2c5bb89424b12de812498d568bc1aae2d4098e60 (patch) | |
tree | bc70e7e27de504d8ad76e47de28051d4edd86a1e /src/test | |
parent | 155eae032ff92a2fb6e58b5f7d1668195b725ada (diff) | |
download | wix-2c5bb89424b12de812498d568bc1aae2d4098e60.tar.gz wix-2c5bb89424b12de812498d568bc1aae2d4098e60.tar.bz2 wix-2c5bb89424b12de812498d568bc1aae2d4098e60.zip |
Split into domain vs local CAs
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/msi/TestData/UtilExtensionGroupTests/ProductNestedGroups/product.wxs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/msi/TestData/UtilExtensionGroupTests/ProductNestedGroups/product.wxs b/src/test/msi/TestData/UtilExtensionGroupTests/ProductNestedGroups/product.wxs index 15328cb3..c27eb27a 100644 --- a/src/test/msi/TestData/UtilExtensionGroupTests/ProductNestedGroups/product.wxs +++ b/src/test/msi/TestData/UtilExtensionGroupTests/ProductNestedGroups/product.wxs | |||
@@ -7,12 +7,11 @@ | |||
7 | <ComponentRef Id="Component1" /> | 7 | <ComponentRef Id="Component1" /> |
8 | </ComponentGroup> | 8 | </ComponentGroup> |
9 | 9 | ||
10 | <Property Id="TEMPDOMAIN" Secure="yes" /> | 10 | <Property Id="TEMPDOMAIN" Secure="yes" Value="TESTDOMAIN" /> |
11 | <Property Id="TEMPGROUPNAME" Secure="yes" /> | ||
12 | </Fragment> | 11 | </Fragment> |
13 | 12 | ||
14 | <Fragment> | 13 | <Fragment> |
15 | <util:Group Id="AUTH_USERS" Name="Authenticated Users" > | 14 | <util:Group Id="AUTH_USERS" Name="Authenticated Users" Domain="[TEMPDOMAIN]" > |
16 | <util:GroupRef Id="TEST_GROUP1" /> | 15 | <util:GroupRef Id="TEST_GROUP1" /> |
17 | <util:GroupRef Id="TEST_GROUP2" /> | 16 | <util:GroupRef Id="TEST_GROUP2" /> |
18 | </util:Group> | 17 | </util:Group> |