diff options
author | Bob Arnson <bob@firegiant.com> | 2023-02-09 19:41:38 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-02-09 20:45:37 -0500 |
commit | 2430823990d6a52b3981ffc970d5a42d018b081e (patch) | |
tree | 330f0e46ec12457644287388f5c3cdd5cf979de9 | |
parent | 48a7e6460707d8d6e1587cccdbf028249a417093 (diff) | |
download | wix-2430823990d6a52b3981ffc970d5a42d018b081e.tar.gz wix-2430823990d6a52b3981ffc970d5a42d018b081e.tar.bz2 wix-2430823990d6a52b3981ffc970d5a42d018b081e.zip |
Minor cleanup of the obsoleted.
-rw-r--r-- | src/ext/Util/ca/qtexecca.cpp | 6 |
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 | ||
8 | const LPCWSTR CAQUIET_TIMEOUT_PROPERTY = L"QtExecCmdTimeout"; | ||
9 | const LPCWSTR CAQUIET_ARGUMENTS_PROPERTY = L"QtExecCmdLine"; | ||
10 | const 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 |
14 | const LPCWSTR WIX_QUIET_ARGUMENTS_PROPERTY = L"WixQuietExecCmdLine"; | 8 | const LPCWSTR WIX_QUIET_ARGUMENTS_PROPERTY = L"WixQuietExecCmdLine"; |
15 | const LPCWSTR WIX_QUIET64_ARGUMENTS_PROPERTY = L"WixQuietExec64CmdLine"; | 9 | const LPCWSTR WIX_QUIET64_ARGUMENTS_PROPERTY = L"WixQuietExec64CmdLine"; |