谁知道如何在INNO脚本中安装之前安装.NET框架?
发布于 2010-09-01 05:53:16
你可以通过use a [Run] section来启动一个可执行文件。可再发行的.NET安装程序是一个可执行文件。例如,您可以使用download the installer for .NET 2.0 here。
[Run]
另请参阅Inno Setup documentation。
https://stackoverflow.com/questions/3613461
相似问题