diff options
| author | Bevan Weiss <bevan.weiss@gmail.com> | 2024-08-04 21:13:44 +1000 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 23:14:49 -0800 |
| commit | 5b4a6538ee06988c75b717bd905197fb670e6142 (patch) | |
| tree | eb078854f258ebdabaf206282d56cbdcf87759ef /src/test/msi/TestData/UtilExtensionGroupTests/ProductCommentDelete | |
| parent | 2c5bb89424b12de812498d568bc1aae2d4098e60 (diff) | |
| download | wix-5b4a6538ee06988c75b717bd905197fb670e6142.tar.gz wix-5b4a6538ee06988c75b717bd905197fb670e6142.tar.bz2 wix-5b4a6538ee06988c75b717bd905197fb670e6142.zip | |
Add/Remove Group Membership rollback handled.
Fixups to a few test cases.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/msi/TestData/UtilExtensionGroupTests/ProductCommentDelete')
| -rw-r--r-- | src/test/msi/TestData/UtilExtensionGroupTests/ProductCommentDelete/product.wxs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/msi/TestData/UtilExtensionGroupTests/ProductCommentDelete/product.wxs b/src/test/msi/TestData/UtilExtensionGroupTests/ProductCommentDelete/product.wxs index d1824890..a34a276b 100644 --- a/src/test/msi/TestData/UtilExtensionGroupTests/ProductCommentDelete/product.wxs +++ b/src/test/msi/TestData/UtilExtensionGroupTests/ProductCommentDelete/product.wxs | |||
| @@ -6,13 +6,15 @@ | |||
| 6 | <ComponentGroup Id="ProductComponents"> | 6 | <ComponentGroup Id="ProductComponents"> |
| 7 | <ComponentRef Id="Component1" /> | 7 | <ComponentRef Id="Component1" /> |
| 8 | </ComponentGroup> | 8 | </ComponentGroup> |
| 9 | |||
| 10 | <Property Id="TESTDOMAIN" Secure="yes" /> | ||
| 9 | </Fragment> | 11 | </Fragment> |
| 10 | 12 | ||
| 11 | <Fragment> | 13 | <Fragment> |
| 12 | <Component Id="Component1" Guid="00030829-0000-0000-C000-000000000046" Directory="INSTALLFOLDER"> | 14 | <Component Id="Component1" Guid="00030829-0000-0000-C000-000000000046" Directory="INSTALLFOLDER"> |
| 13 | <File Source="$(sys.SOURCEFILEPATH)" KeyPath="yes" /> | 15 | <File Source="$(sys.SOURCEFILEPATH)" KeyPath="yes" /> |
| 14 | 16 | ||
| 15 | <util:Group Id="TEST_GROUP1" Name="testName1" UpdateIfExists="yes" RemoveOnUninstall="yes" RemoveComment="yes"/> | 17 | <util:Group Id="TEST_GROUP1" Name="testName1" Domain="[TESTDOMAIN]" UpdateIfExists="yes" RemoveOnUninstall="yes" RemoveComment="yes"/> |
| 16 | </Component> | 18 | </Component> |
| 17 | </Fragment> | 19 | </Fragment> |
| 18 | </Wix> | 20 | </Wix> |
