Posts: 16
Joined: 17.Aug.2005
From: china
Status: offline
When I test the 'exeblock' app filter which I get from ISA 2004 SDK,I find there is a little problem in it's code.So I rewrite it and want to reinstall it.When I stop the fwsrv and uninstall the filter using 'regsvr32 /u exeblock.dll',the system told me that the task has been completed successfully. But when I open the mmc,I find the exeblock filter is still in the dashboard. How can I remove the filter from the system and ISA dashboard completely?? Thank u.
[ August 17, 2005, 04:09 AM: Message edited by: yuanxun liu ]
Posts: 16
Joined: 17.Aug.2005
From: china
Status: offline
Thank u very much. But after I uninstalled the exeblock filter using 'regsvr32 /u /i exeblock.dll' and restarted the server,I got a error--'2147746132'. Please tell me why you use '/i' to uninstall the filter. When I install the filter,I use '/i'.
'/i' switch is used to call DllInstall function of filter dll to install/uninstall application filter. Depending on whether you specify '/u' switch, parameter will be passed to DllInstall, that indicate what action should do filter: install or uninstall.