function BOOL DetectApacheMonitor( bLog )
BOOL bResult;
begin
bResult = FALSE;
if (ProcessRunning("ApacheMonitor.exe") || ProcessRunning("ApacheMonitor")) then
bResult = TRUE;
endif;
if (bResult) then
if (bLog) then WriteLog(1,"- Apache Service Monitor uruchomiony"); endif;
else
if (bLog) then WriteLog(1,"- Apache Service Monitor uruchomiony"); endif;
endif;
return bResult;
end;
Programowanie c++/c#/delphi/javas/php/installscript/nativescript
Przykłady - przydatne funkcje
wtorek, 20 kwietnia 2010
Detekcja monitora serwera Apache
Prosta funkcja detekcji uruchomionego Monitora serwera Apache
Etykiety:
InstallShield - Apache Serwer
Subskrybuj:
Komentarze do posta (Atom)
Brak komentarzy:
Prześlij komentarz