Distributing a C# App??? No Setup Tool
-
Hi, I don't see that crappy setup tool that comes w/ Visual Studio anywhere ? Did I not install it? Am I missing something here ? I have a simple C# app I need to distrubute. Can someone explain what is involved ? Will it work on WIN98?WIN95? Thks in advance . jon Jon ...
-
Hi, I don't see that crappy setup tool that comes w/ Visual Studio anywhere ? Did I not install it? Am I missing something here ? I have a simple C# app I need to distrubute. Can someone explain what is involved ? Will it work on WIN98?WIN95? Thks in advance . jon Jon ...
In my VS.NET (Pro edition) I can find the setup tool under New Project -> Setup and Deployment Projects Deploying a C# app doesn't require much. Install the .NET framework if it isn't installed and copy the .exe's and .dlls you need to the same directory. If you use any 3rd party tools/controls refer to their documentation for how you need to deploy their stuff. Jon E wrote: Will it work on WIN98?WIN95? It will work in Win98, .NET isn't supported on Win95
James Sig code stolen from David Wulff