zoukankan      html  css  js  c++  java
  • 卸载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

  • 相关阅读:
    257. Binary Tree Paths
    poj2406 kmp
    hust1010 kmp
    hdu1358 kmp的next数组
    hdu3746 kmp求循环节
    hdu1686字符串kmp
    hdu2087kmp
    hdu1711kmp
    poj3067树状数组求逆序数
    poj1159二维树状数组
  • 原文地址:https://www.cnblogs.com/dbasys/p/2127535.html
Copyright © 2011-2022 走看看