Deployment
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Can somebody tell me the deployment steps for the window application in C# Thank You Pankaj Garg
-
Can somebody tell me the deployment steps for the window application in C# Thank You Pankaj Garg
You simply need to "copy and paste" the executable and any support files onto the target machine, which has to have the .NET Framework installed. I'm not sure about how to do this using the VS Installer Projects but using something like NSIS gives you more flexability. Alot depends on how complex your application is and what your requirements are, if you need further help then please be more specific. Ed