CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2010
    Posts
    4

    Exclamation Get update from server

    Hi,all
    I wanna install application on client from server by this way :
    server detect witch client need prerequisites for run the application in client and update client from server to update

    installed application in client get new files from server without reinstall application from server.

    how can do this?

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Get update from server

    Click-Once Deployment lets you do that, plus more. In fact, any installer will search for whatever you tell it to.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2010
    Posts
    4

    Question Re: Get update from server

    Thanks 4 your help.
    My great prob is app.config .
    when run the install in client can't connect to database ,what is the solution?

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Get update from server

    Quote Originally Posted by k1_usr View Post
    Thanks 4 your help.
    My great prob is app.config .
    when run the install in client can't connect to database ,what is the solution?
    What is the error?

  5. #5
    Join Date
    Jul 2010
    Posts
    4

    Unhappy Re: Get update from server

    client can't find database path on server.
    how can I do?

    How can I do? to solve this prob.

    error is : The connection string has not been initialize

    error 3980

Tags for this Thread

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

Featured