代码之家  ›  专栏  ›  技术社区  ›  Cheeso

WIX:如何使用WIX卸载ISAPI过滤器?

  •  0
  • Cheeso  · 技术社区  · 16 年前

    iis:WebFilter 元素:

    <Component Id='C.Filter1' Guid="6781xxxx-xxxx-4893-xxxx-aaaabbbbdddd">
      <!-- CreateFolder - included to avoid problem with missing KeyPath -->
      <CreateFolder/>
      <iis:WebFilter Id="WebFilter1"
                     LoadOrder="first"
                     Name="My Custom ISAPI Filter"
                     Path="[INSTALLDIR]\Filter.dll"
                     WebSite='SelectedWebSite'
                     />
    </Component>
    

    当我运行生成的MSI时,它会在给定的网站中安装给定的ISAPI过滤器。

    我该怎么办 去除 取消配置 卸载MSI时的过滤器?

    1 回复  |  直到 16 年前
        1
  •  0
  •   Cheeso    16 年前

    我的错。我无意中将skipconfigureis设置为uninstall,因此没有卸载筛选器。

    推荐文章