diff options
author | Bob Arnson <bob@firegiant.com> | 2022-02-13 00:46:54 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-02-13 08:47:43 -0500 |
commit | 1be6baef099aa75fd45f41e55b8138ac2c7e0da3 (patch) | |
tree | f441deda5d7a355aea7966150ed1116a40701296 /src/ext/ComPlus/ca/cpappsched.cpp | |
parent | cb509edac4749d77a4eb07e9314354279f99ff1a (diff) | |
download | wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.gz wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.bz2 wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.zip |
Versioned extension ids: ComPlus, Msmq
Diffstat (limited to 'src/ext/ComPlus/ca/cpappsched.cpp')
-rw-r--r-- | src/ext/ComPlus/ca/cpappsched.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/ComPlus/ca/cpappsched.cpp b/src/ext/ComPlus/ca/cpappsched.cpp index 1fb2203b..4d867f6b 100644 --- a/src/ext/ComPlus/ca/cpappsched.cpp +++ b/src/ext/ComPlus/ca/cpappsched.cpp | |||
@@ -6,11 +6,11 @@ | |||
6 | // sql queries | 6 | // sql queries |
7 | 7 | ||
8 | LPCWSTR vcsApplicationQuery = | 8 | LPCWSTR vcsApplicationQuery = |
9 | L"SELECT `Application`, `Component_`, `Partition_`, `Id`, `Name` FROM `ComPlusApplication`"; | 9 | L"SELECT `Application`, `Component_`, `Partition_`, `Id`, `Name` FROM `Wix4ComPlusApplication`"; |
10 | enum eApplicationQuery { aqApplication = 1, aqComponent, aqPartition, aqID, aqName }; | 10 | enum eApplicationQuery { aqApplication = 1, aqComponent, aqPartition, aqID, aqName }; |
11 | 11 | ||
12 | LPCWSTR vcsApplicationPropertyQuery = | 12 | LPCWSTR vcsApplicationPropertyQuery = |
13 | L"SELECT `Name`, `Value` FROM `ComPlusApplicationProperty` WHERE `Application_` = ?"; | 13 | L"SELECT `Name`, `Value` FROM `Wix4ComPlusApplicationProperty` WHERE `Application_` = ?"; |
14 | 14 | ||
15 | 15 | ||
16 | // property definitions | 16 | // property definitions |