diff options
Diffstat (limited to 'src/ext/Iis/ca/scacert.cpp')
-rw-r--r-- | src/ext/Iis/ca/scacert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Iis/ca/scacert.cpp b/src/ext/Iis/ca/scacert.cpp index 82a83f18..d391cfc5 100644 --- a/src/ext/Iis/ca/scacert.cpp +++ b/src/ext/Iis/ca/scacert.cpp | |||
@@ -168,7 +168,7 @@ static HRESULT ConfigureCertificates( | |||
168 | DWORD_PTR cbPFXPassword = 0; | 168 | DWORD_PTR cbPFXPassword = 0; |
169 | 169 | ||
170 | // Bail quickly if the Certificate table isn't around. | 170 | // Bail quickly if the Certificate table isn't around. |
171 | if (S_OK != WcaTableExists(L"Certificate")) | 171 | if (S_OK != WcaTableExists(L"Wix4Certificate")) |
172 | { | 172 | { |
173 | WcaLog(LOGMSG_VERBOSE, "Skipping ConfigureCertificates() - required table not present."); | 173 | WcaLog(LOGMSG_VERBOSE, "Skipping ConfigureCertificates() - required table not present."); |
174 | ExitFunction1(hr = S_FALSE); | 174 | ExitFunction1(hr = S_FALSE); |