From 47724ab546a84e77b4699bc28aa4e4ad7901253f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 1 Jan 2021 21:35:51 -0600 Subject: Try to make it easier to add new kinds of tests. --- src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi | 17 +++++++++++++++++ .../MsiTransactionTests/BundleBv1/BundleBv1.wixproj | 14 ++++++++++++++ .../MsiTransactionTests/BundleBv1/BundleBv1.wxs | 12 ++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi create mode 100644 src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj create mode 100644 src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs (limited to 'src/TestData/MsiTransactionTests/BundleBv1') diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi new file mode 100644 index 00000000..943b8b48 --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj new file mode 100644 index 00000000..3cf361d2 --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj @@ -0,0 +1,14 @@ + + + + Bundle + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs new file mode 100644 index 00000000..1a24f53e --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb