I want to make a setup project(deployment) by including .NET Frame and necessary component to run the application. Can one tell me how to do that?
Printable View
I want to make a setup project(deployment) by including .NET Frame and necessary component to run the application. Can one tell me how to do that?
First, you can't use .net as the language in which to write the installer (since, obviously, the target machine doesn't have the framework installed). Just include the framework installation file in the project and have the installer install it.
Yes. Can you show me how to do that?
What deployment package are you using? Inno?