【发布时间】:2009-11-26 16:34:09
【问题描述】:
我需要我的 32 位 InstallShield 安装程序来更改 ApplicationHost.config(IIS7 的一部分)。我想将 ipSecurity configSection 的 overrideModeDefaults 值从“拒绝”设置为“允许”。
这在 Windows 2008 32 位中可以正常工作,但在 Windows 2008 64 位中则不行。问题是安装程序只在 systemWOW64 中查找文件,但它实际上在 system32 中。
我是否可以通过 32 位安装程序以编程方式编辑此文件?我可以运行脚本,甚至可以使用我的 32 位配置工具在安装后进行。
【问题讨论】:
标签: iis-7 64-bit windows-server-2008