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 --- .../ProductAddCommentToExistingUser.wixproj | 13 +++++++++++ .../ProductAddCommentToExistingUser/product.wxs | 25 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/ProductAddCommentToExistingUser.wixproj create mode 100644 src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/product.wxs (limited to 'src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser') diff --git a/src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/ProductAddCommentToExistingUser.wixproj b/src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/ProductAddCommentToExistingUser.wixproj new file mode 100644 index 00000000..5938e525 --- /dev/null +++ b/src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/ProductAddCommentToExistingUser.wixproj @@ -0,0 +1,13 @@ + + + + {B33D3140-4AA5-469D-9DEE-AAF8F0C626DA} + true + + + + + + + + diff --git a/src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/product.wxs b/src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/product.wxs new file mode 100644 index 00000000..ce8c4cae --- /dev/null +++ b/src/test/msi/TestData/UtilExtensionUserTests/ProductAddCommentToExistingUser/product.wxs @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb