Results 1 to 3 of 3

Thread: How to install a c# application on a customer's computer [* Resolved *]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    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
    Last edited by steve_rm; Oct 30th, 2004 at 12:11 AM.
    steve

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Re: How to install a c# application on a customer's computer

    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.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Fanatic Member
    Join Date
    May 2002
    Posts
    746
    You may also need to install MDAC 2.6 as well.

    Good all in one article on deployment

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width