Reputation: 2773
I got a C# program based on .NET4 environment. I want to make a installer which will ship .NET4 environment with it so that my user won't bother to install .NET4 indepently. Is there any third party package tool available?
Upvotes: 4
Views: 120
Reputation: 2686
You can use Inno setup to install .Net Framework.
There was an example script in the below website.
http://zerosandtheone.com/media/p/180.aspx
Upvotes: 3