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. --- .../MsiTransactionTests/BundleAv1/BundleA.wxi | 21 +++++++++++++++++++++ .../MsiTransactionTests/BundleAv1/BundleAv1.wixproj | 15 +++++++++++++++ .../MsiTransactionTests/BundleAv1/BundleAv1.wxs | 14 ++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi create mode 100644 src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj create mode 100644 src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs (limited to 'src/TestData/MsiTransactionTests/BundleAv1') diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi new file mode 100644 index 00000000..ef01c2e9 --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj new file mode 100644 index 00000000..4e92a102 --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj @@ -0,0 +1,15 @@ + + + + Bundle + 1151 + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs new file mode 100644 index 00000000..f8355aa6 --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb