From 02d4ef4774fa43cc9524fac93c888981e5d47478 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 1 Jan 2021 23:12:28 -0600 Subject: Create template for bundle. --- .../MsiTransactionTests/BundleAv1/BundleA.props | 15 +++++++++++++++ .../MsiTransactionTests/BundleAv1/BundleA.wxi | 21 --------------------- .../MsiTransactionTests/BundleAv1/BundleAv1.wixproj | 8 +------- .../MsiTransactionTests/BundleAv1/BundleAv1.wxs | 1 - .../MsiTransactionTests/BundleAv2/BundleAv2.wixproj | 6 +----- .../MsiTransactionTests/BundleAv2/BundleAv2.wxs | 1 - .../MsiTransactionTests/BundleBv1/BundleB.props | 17 +++++++++++++++++ .../MsiTransactionTests/BundleBv1/BundleB.wxi | 17 ----------------- .../MsiTransactionTests/BundleBv1/BundleBv1.wixproj | 9 +-------- .../MsiTransactionTests/BundleBv1/BundleBv1.wxs | 2 -- .../MsiTransactionTests/BundleBv2/BundleBv2.wixproj | 8 ++------ .../MsiTransactionTests/BundleBv2/BundleBv2.wxs | 2 -- 12 files changed, 37 insertions(+), 70 deletions(-) create mode 100644 src/TestData/MsiTransactionTests/BundleAv1/BundleA.props delete mode 100644 src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi create mode 100644 src/TestData/MsiTransactionTests/BundleBv1/BundleB.props delete mode 100644 src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi (limited to 'src/TestData/MsiTransactionTests') diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props new file mode 100644 index 00000000..ba3eb3e5 --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props @@ -0,0 +1,15 @@ + + + + Bundle + 1151 + hyperlinkLicense + {90ED10D5-B187-4470-B498-05D80DAB729A} + + + + + + + + diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi deleted file mode 100644 index ef01c2e9..00000000 --- a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.wxi +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj index 4e92a102..607c4ce6 100644 --- a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj @@ -1,15 +1,9 @@ - - Bundle - 1151 - + - - - \ No newline at end of file diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs index f8355aa6..544fe6a6 100644 --- a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wxs @@ -2,7 +2,6 @@ - diff --git a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj index 7d1a42c5..9600f6ba 100644 --- a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj +++ b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj @@ -1,8 +1,7 @@ + - Bundle - 1151 2.0.0.0 @@ -10,7 +9,4 @@ - - - \ No newline at end of file diff --git a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wxs b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wxs index 11360c22..8623537b 100644 --- a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wxs +++ b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wxs @@ -2,7 +2,6 @@ - diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props new file mode 100644 index 00000000..23bd0ad3 --- /dev/null +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props @@ -0,0 +1,17 @@ + + + + Bundle + {552FD011-4DD6-42B2-A4C6-AD1417C829B2} + + + + + + + + + + + + diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi deleted file mode 100644 index 943b8b48..00000000 --- a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.wxi +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj index 3cf361d2..508e25ee 100644 --- a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj @@ -1,14 +1,7 @@ - - Bundle - + - - - - - \ No newline at end of file diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs index 1a24f53e..00d927ec 100644 --- a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wxs @@ -2,10 +2,8 @@ - - diff --git a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj index 7162dea2..b84052d5 100644 --- a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj +++ b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj @@ -1,18 +1,14 @@ + - Bundle 1151 + TestBAdnc 2.0.0.0 - - - - - \ No newline at end of file diff --git a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wxs b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wxs index 33665860..d1861e75 100644 --- a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wxs +++ b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wxs @@ -2,10 +2,8 @@ - - -- cgit v1.2.3-55-g6feb