Hi All,
Function alreadyServiceExists
FindProcDLL::FindProc "APPAdminSrvcLauncher.exe"
IntCmp $R0 1 0 notRunning
MessageBox MB_ICONSTOP|MB_OK " Administration Server is running. Stop it before uninstalling"
Abort
notRunning:
FunctionEnd
By using this function i am try to identitfy the process is running in the system but in the window7 it is not working so that any alternative solution.
Thanks in advance.
Not able to identitfy proccess running in window7
2 posts
--> http://forums.winamp.com/showthread.php?t=341621
use WMIC
use WMIC