卸载feature

 Rem Remember to remove line breaks from first two lines
@SET TEMPLATEDIR="%programfiles%/common files/microsoft shared/web server extensions/12/Template"

@SET STSADM="%programfiles%/common files/microsoft shared/web server extensions/12/bin/stsadm.exe"

iisreset /stop


Echo deactivatefeature PublishNews  feature
%STSADM% -o deactivatefeature -filename PublishNews/feature.xml -force

Echo uninstallfeature PublishNews  feature
%STSADM% -o uninstallfeature  -filename PublishNews/feature.xml -force

Echo deactivatefeature ApproveNews feature
%STSADM% -o deactivatefeature -filename ApproveNews/feature.xml -force

Echo uninstallfeature ApproveNews feature
%STSADM% -o uninstallfeature -filename ApproveNews/feature.xml -force

Echo Restart IIS Worker Process

iisreset /start

pause

posted @ 2009-07-27 14:15  深潭  阅读(176)  评论(0编辑  收藏  举报