need a installer designer for .net application

hamid

Centurion
Joined
Jul 13, 2004
Messages
114
how can i create a installer for my win applicatin that design by c#.net?! i have an .net application that need some dll and other files to run in all windoes and i need a installer creator that crate a instalation for my application.
 
You can use one the VS.Net built-in "Setup and Deployment" projects to do this and create an MSI/Setup file for your code.
 
Back
Top