How can I uninstall the app filter(it comes from ISA 2004 sdk)? (Full Version)

All Forums >> [ISA Server 2004 Misc.] >> 3rd Party Add-ons



Message


liuyuanxun_1983 -> How can I uninstall the app filter(it comes from ISA 2004 sdk)? (17.Aug.2005 4:07:00 AM)

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 ]




JesseA -> RE: How can I uninstall the app filter(it comes from ISA 2004 sdk)? (17.Aug.2005 12:35:00 PM)

To completely uninstall application filter for isa 2004, you need to execute:
regsvr32 /u /i exeblock.dll




liuyuanxun_1983 -> RE: How can I uninstall the app filter(it comes from ISA 2004 sdk)? (17.Aug.2005 9:12:00 PM)

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'.




JesseA -> RE: How can I uninstall the app filter(it comes from ISA 2004 sdk)? (18.Aug.2005 6:05:00 AM)

'/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.




Page: [1]