How can I install .NET framework as a prerequisite using Inno Setup?

前端 未结 4 1599
旧时难觅i
旧时难觅i 2020-11-27 11:00

I have a question similar to Inno Setup: Verify that .NET 4.0 is installed, but it seems to be slightly different.



        
4条回答
  •  旧巷少年郎
    2020-11-27 11:20

    You can also set it up to download the web bootstrapper and run it if you don't want to package in the very heavy full .NET installer. I have written a blog post on how to do that with Inno Download Plugin.

提交回复
热议问题