create setup
C#
6
Posts
4
Posters
0
Views
1
Watching
-
Hi, I have written a windows application in .net 2.0 Do you know how I can have an install setup so that I can email the required files to another person to instal? Thanks
Why not just attatch the deployment folder as a zipped file?
-
Hi, I have written a windows application in .net 2.0 Do you know how I can have an install setup so that I can email the required files to another person to instal? Thanks
-
Why not just attatch the deployment folder as a zipped file?
-
What he's saying is that there's nothing magic about .NET executables and components. Just copy the .exe file and any .dll files out of the bin/Release or bin/Debug directory, zip them up, and send them to your friend.