Is there a third-party package tool with support for .NET4?

I have a C # program based on the .NET4 environment. I want to make an installer that will supply the .NET4 environment with it so that my user does not bother to install .NET4 on their own. Is there a third party tool package available?

+4
source share
1 answer

You can use Inno setup to install the .Net Framework.

There was an example script on the website below.

http://zerosandtheone.com/media/p/180.aspx

+3
source

Source: https://habr.com/ru/post/1481709/


All Articles