Searched defs:uninstall (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp328 * User pressed the uninstall button. Make it go.
591 void CBINDInstallDlg::RemoveDirs(BOOL uninstall) { argument
607 if (uninstall)
661 void CBINDInstallDlg::DeleteFiles(BOOL uninstall) { argument
671 if (uninstall)
698 if (uninstall)
902 void CBINDInstallDlg::UnregisterService(BOOL uninstall) { argument
910 if (!hSCManager && uninstall == TRUE) {
918 if (!hService && uninstall == TRUE)
927 if (!DeleteService(hService) && uninstall
980 UnregisterMessages(BOOL uninstall) argument
[all...]

Completed in 1404 milliseconds