How do I deploy my application
-
Hi, I have build a C# application. It runs fine on my computer :) Now I want to distribute this app to others. But some of the "others" do not have .NEt installed on their machine. How can I distribute "all" that is need for the app to run. I am sure the good folks on this board would have come across this problem before and would have some solution/suggestions for me. Thanks, Suhas
-
Hi, I have build a C# application. It runs fine on my computer :) Now I want to distribute this app to others. But some of the "others" do not have .NEt installed on their machine. How can I distribute "all" that is need for the app to run. I am sure the good folks on this board would have come across this problem before and would have some solution/suggestions for me. Thanks, Suhas
Hi, Yes there is a solution :-), I had the same problem as you, you can use the same tool that Visual Studio ships to Install your app, to include the .net framework, there is a trick, you have to take a look to: Microsoft .NET Framework Setup.exe Bootstrapper Sample That solution works, to make it more elegant you should pay $$$ and buy some professional tool, Wise or whatever, but this will work for you for 0 $ :-) HTH Braulio