installer package
-
-
Hi All, I have developed a windows application in C#. Now, i want to make that application as an installer.... How Can I do that? Could any one plz help me..... I have searched thru Google, but i didn't find one...:confused: Thanks in ADvance. :)
You can make its installer by creating a setup project in Visual Studio. Or you can add another project of type Setup Wizard in the same solution which is a bit easier way. Then there is InstallShield which you could use. There are many many ways to create an installer. On google, search how to create setup projects in Visual Studio.
-
You can make its installer by creating a setup project in Visual Studio. Or you can add another project of type Setup Wizard in the same solution which is a bit easier way. Then there is InstallShield which you could use. There are many many ways to create an installer. On google, search how to create setup projects in Visual Studio.