Amit Kumar Singh
Amit Kumar Singh

Reputation: 11

How to add pre-required softwares at the time of making installer in .net?

What I want to do is, I want to add .net framework with my setup file that will install before my application installation.

Upvotes: 1

Views: 34

Answers (1)

Davide Piras
Davide Piras

Reputation: 44605

Amit, this is easy, just right click on your project in Visual Studio, properties... there is a tab where you can specify exactly the project pre-requisites.

Upvotes: 1

Related Questions