for .dll file of process
In windows xp.
use this command:
>tasklist /m >c:\result.txt
in c:,you can see this result.txt.
EXPLORER.EXE 1744 ntdll.dll, kernel32.dll, msvcrt.dll,
DsBho_00.dll,
MSGINA.dll, ODBC32.dll, odbcint.dll,
shgina.dll, mstask.dll, twext.dll,
zipfldr.dll, actxprxy.dll
i want to delete DsBho_00.dll,but explorer.exe load this dll file, so i can't delete it.
who can tell me:
how do i uninstall this .dll file in NSIS?
thanks!