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 --- .../TestData/VariableTests/BundleA/BundleA.wixproj | 17 +++++++++ .../TestData/VariableTests/BundleA/BundleA.wxs | 17 +++++++++ .../burn/TestData/VariableTests/BundleB/Bundle.wxs | 40 ++++++++++++++++++++++ .../TestData/VariableTests/BundleB/BundleB.wixproj | 14 ++++++++ .../TestData/VariableTests/BundleB/BundleB.wxs | 17 +++++++++ .../VariableTests/PackageA/PackageA.wixproj | 9 +++++ 6 files changed, 114 insertions(+) create mode 100644 src/test/burn/TestData/VariableTests/BundleA/BundleA.wixproj create mode 100644 src/test/burn/TestData/VariableTests/BundleA/BundleA.wxs 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 create mode 100644 src/test/burn/TestData/VariableTests/PackageA/PackageA.wixproj (limited to 'src/test/burn/TestData/VariableTests') 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 @@ + + + + + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + diff --git a/src/test/burn/TestData/VariableTests/PackageA/PackageA.wixproj b/src/test/burn/TestData/VariableTests/PackageA/PackageA.wixproj new file mode 100644 index 00000000..da99dfea --- /dev/null +++ b/src/test/burn/TestData/VariableTests/PackageA/PackageA.wixproj @@ -0,0 +1,9 @@ + + + + {7D70B3D9-968C-4599-9CB4-5A5D6CD17681} + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb