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/BundleA/BundleA.wixproj | 17 +++++++++++++++++ .../burn/TestData/VariableTests/BundleA/BundleA.wxs | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj create mode 100644 src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs (limited to 'src/test/burn/TestData/VariableTests/BundleA') diff --git a/src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..91049cee --- /dev/null +++ b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj @@ -0,0 +1,17 @@ + + + + Bundle + hyperlinkLicense + {DDB62589-C5AD-4E92-A697-EAD7D7C37C8D} + + + + + + + + + + + \ No newline at end of file diff --git a/src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..f243c97d --- /dev/null +++ b/src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb