aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2023-02-09 19:41:38 -0500
committerBob Arnson <github@bobs.org>2023-02-09 20:45:37 -0500
commit2430823990d6a52b3981ffc970d5a42d018b081e (patch)
tree330f0e46ec12457644287388f5c3cdd5cf979de9
parent48a7e6460707d8d6e1587cccdbf028249a417093 (diff)
downloadwix-2430823990d6a52b3981ffc970d5a42d018b081e.tar.gz
wix-2430823990d6a52b3981ffc970d5a42d018b081e.tar.bz2
wix-2430823990d6a52b3981ffc970d5a42d018b081e.zip
Minor cleanup of the obsoleted.
-rw-r--r--src/ext/Util/ca/qtexecca.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ext/Util/ca/qtexecca.cpp b/src/ext/Util/ca/qtexecca.cpp
index df4e9a8d..8e2cde2c 100644
--- a/src/ext/Util/ca/qtexecca.cpp
+++ b/src/ext/Util/ca/qtexecca.cpp
@@ -4,12 +4,6 @@
4 4
5#define OUTPUT_BUFFER 1024 5#define OUTPUT_BUFFER 1024
6 6
7// These old "CA" prefix names are deprecated, and intended to go away in wix 4.0, only staying now for compatibility reasons
8const LPCWSTR CAQUIET_TIMEOUT_PROPERTY = L"QtExecCmdTimeout";
9const LPCWSTR CAQUIET_ARGUMENTS_PROPERTY = L"QtExecCmdLine";
10const LPCWSTR CAQUIET64_ARGUMENTS_PROPERTY = L"QtExec64CmdLine";
11// end deprecated section
12
13// WixCA name quiet commandline argument properties 7// WixCA name quiet commandline argument properties
14const LPCWSTR WIX_QUIET_ARGUMENTS_PROPERTY = L"WixQuietExecCmdLine"; 8const LPCWSTR WIX_QUIET_ARGUMENTS_PROPERTY = L"WixQuietExecCmdLine";
15const LPCWSTR WIX_QUIET64_ARGUMENTS_PROPERTY = L"WixQuietExec64CmdLine"; 9const LPCWSTR WIX_QUIET64_ARGUMENTS_PROPERTY = L"WixQuietExec64CmdLine";