您有什么方法可以更改功能委派,以便所有委托都通过命令行在IIS 7中进行读/写?
甚至更改命令行的命令行。我在网上搜索过,但到目前为止我找不到任何东西。
由于
答案 0 :(得分:3)
<CustomAction Id="QtExecHandlers_Cmd" Property="QtExecHandlers" Value=""[SystemFolder]inetsrv\appcmd" unlock config /section:handlers" Execute="immediate"/>
<CustomAction Id="QtExecHandlers" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check" Impersonate="no"/>