Can I safely remove Inno Setup script sections from third party tools like [_ISTool]?

女生的网名这么多〃 提交于 2020-06-23 04:29:24

问题


I have in my scripts:

[_ISTool]
EnableISX=true

Do I need to keep these any more?

I know that it is part of the legacy ISTools extensions which are now part of Inno.


回答1:


Inno Setup does not use that section at all. It uses only the sections listed in the documentation.

So unless you use some 3rd party extension or tool that makes use of that, you can safely remove it.



来源:https://stackoverflow.com/questions/62438110/can-i-safely-remove-inno-setup-script-sections-from-third-party-tools-like-ist

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!