We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78d725 commit 80e4078Copy full SHA for 80e4078
Client/loader/CInstallManager.cpp
@@ -195,6 +195,7 @@ void CInstallManager::InitSequencer()
195
m_pSequencer->AddFunction("ProcessExePatchChecks", &CInstallManager::_ProcessExePatchChecks);
196
m_pSequencer->AddFunction("ProcessServiceChecks", &CInstallManager::_ProcessServiceChecks);
197
m_pSequencer->AddFunction("ProcessAppCompatChecks", &CInstallManager::_ProcessAppCompatChecks);
198
+ m_pSequencer->AddFunction("ProcessWinmmChecks", &CInstallManager::_ProcessWinmmChecks);
199
m_pSequencer->AddFunction("ChangeFromAdmin", &CInstallManager::_ChangeFromAdmin);
200
m_pSequencer->AddFunction("InstallNewsItems", &CInstallManager::_InstallNewsItems);
201
m_pSequencer->AddFunction("Quit", &CInstallManager::_Quit);
0 commit comments