PDA

View Full Version : Not able to identitfy proccess running in window7


dinesh.guntha
6th February 2012, 12:15
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.

Brummelchen
6th February 2012, 16:51
--> http://forums.winamp.com/showthread.php?t=341621

use WMIC