castiel
castiel

Reputation: 2773

Is there third party package tool with .NET4 support?

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

Answers (1)

Ramesh Durai
Ramesh Durai

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

Related Questions