I've been developing in C# for a number of months now with some varying degree of success.
My leap of faith now is attempting to create a deployment application such that I can install and run a test application on client machines.
I've developed the test application on a Windows 2000 machine and am looking at installing it on Windows 2000 clients.
I've followed the instructions in the Visual Studio .NET documentation files but can only create a 'Setup' project that attempts in install the 'exe' file alone.
When I run this 'Setup.exe' on my development machine all goes well with me being able to then run the application and uninstall it.
However if I run the same 'Setup.exe' on another client machine (non-development) I get errors indicating that I need the .NET runtime files installed on the machine.
How can I create a 'Setup' file that incorporates all the files as required with my application ?
This needs to include whatever .NET files that it may make use of, along with database access stuff ?
Can anyone point me in the right direction with things ?
I know this is probably simple to do but can't seem to get my head around it.
Thanks in advance
Regards
Steve
My leap of faith now is attempting to create a deployment application such that I can install and run a test application on client machines.
I've developed the test application on a Windows 2000 machine and am looking at installing it on Windows 2000 clients.
I've followed the instructions in the Visual Studio .NET documentation files but can only create a 'Setup' project that attempts in install the 'exe' file alone.
When I run this 'Setup.exe' on my development machine all goes well with me being able to then run the application and uninstall it.
However if I run the same 'Setup.exe' on another client machine (non-development) I get errors indicating that I need the .NET runtime files installed on the machine.
How can I create a 'Setup' file that incorporates all the files as required with my application ?
This needs to include whatever .NET files that it may make use of, along with database access stuff ?
Can anyone point me in the right direction with things ?
I know this is probably simple to do but can't seem to get my head around it.
Thanks in advance
Regards
Steve