我可以安全地从 [_ISTool] 等第三方工具中删除 Inno Setup 脚本部分吗?
Can I safely remove Inno Setup script sections from third party tools like [_ISTool]?
我的脚本中有:
[_ISTool]
EnableISX=true
我还需要保留这些吗?
我知道它是遗留 ISTools 扩展的一部分,现在是 Inno 的一部分。
Inno Setup 根本不使用该部分。它仅使用 documentation.
中列出的部分
因此,除非您使用某些第 3 方扩展程序或利用它的工具,否则您可以安全地删除它。
我的脚本中有:
[_ISTool]
EnableISX=true
我还需要保留这些吗?
我知道它是遗留 ISTools 扩展的一部分,现在是 Inno 的一部分。
Inno Setup 根本不使用该部分。它仅使用 documentation.
中列出的部分因此,除非您使用某些第 3 方扩展程序或利用它的工具,否则您可以安全地删除它。