From 9bdf3730cd43e1af8a4ea9be6cf2fba77fcff2d2 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 1 Jul 2021 09:30:10 -0500 Subject: Add bundle option for command line variables to always be uppercase. Fixes #3777 --- .../burn/TestData/VariableTests/BundleB/Bundle.wxs | 40 ++++++++++++++++++++++ .../TestData/VariableTests/BundleB/BundleB.wixproj | 14 ++++++++ .../TestData/VariableTests/BundleB/BundleB.wxs | 17 +++++++++ 3 files changed, 71 insertions(+) create mode 100644 src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs create mode 100644 src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj create mode 100644 src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs (limited to 'src/test/burn/TestData/VariableTests/BundleB') diff --git a/src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs b/src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs new file mode 100644 index 00000000..fb293d9b --- /dev/null +++ b/src/test/burn/TestData/VariableTests/BundleB/Bundle.wxs @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj new file mode 100644 index 00000000..fa11100b --- /dev/null +++ b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wixproj @@ -0,0 +1,14 @@ + + + + Bundle + hyperlinkLicense + {B735B6D2-9D4D-4E98-B464-946F7F62AFC8} + + + + + + + + \ No newline at end of file diff --git a/src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs new file mode 100644 index 00000000..f243c97d --- /dev/null +++ b/src/test/burn/TestData/VariableTests/BundleB/BundleB.wxs @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb