How to install a c# application on a customer's computer [* Resolved *]
Hello,
I have a C# application l have just finished developing. And now l need to install it on the customer's computer. They have a P4 and running XP Pro. All they have installed is office 2000.
My program is a database application that uses C# with MS Access 2000.
What is the best way to start the installization? How do l create the install program (nn VB 6 i used Package and deployment wizard) What do l need to use with C#.
Do l need to install the .Net framework on their machine, in order for my application to run properly.
Many thanks in advance,
Steve
Re: How to install a c# application on a customer's computer
Quote:
Originally posted by steve_rm
Do l need to install the .Net framework on their machine, in order for my application to run properly.
That's a big yes. All .NET applications require the .NET framework in order to run.
All you really should need is the framework and your app. As long as you are not using any third party assemblies.