CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Posts
    39

    Automate updating Exe

    I hope someone has some source code for this. What I would like to do is have a local exe check it's version against a copy on the server, if the version on the server is greater than the local version, replace the local version. I have seen some information on setting this in the vb startup, accessing a GetFileVersion API call, but I really don't know how to put this together.
    Can anyone help?
    Thanks in advance


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Automate updating Exe

    I use GetFileVersionInfo API before. However, I think it only give you a clue, if u need it,

    http://vblib.virtualave.net


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