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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp402 * User pressed the uninstall button. Make it go.
681 void CBINDInstallDlg::RemoveDirs(BOOL uninstall) { argument
697 if (uninstall)
855 void CBINDInstallDlg::DeleteFiles(BOOL uninstall) { argument
865 if (uninstall)
892 if (uninstall)
1110 void CBINDInstallDlg::UnregisterService(BOOL uninstall) { argument
1118 if (!hSCManager && uninstall == TRUE) {
1126 if (!hService && uninstall == TRUE)
1135 if (!DeleteService(hService) && uninstall
1194 UnregisterMessages(BOOL uninstall) argument
[all...]

Completed in 33 milliseconds