Results 1 to 6 of 6

Thread: updating application in multiple workstations

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    11

    Question updating application in multiple workstations

    hi,
    i have got a vb6 application running in several workstations. i often need to make changes. and as i make a change, it needs to be updated in all workstations as well. so far i am doing it manually by going to each workstations. just wondering if there is any way to automate the process. i mean something like forcing the application to read from some server to check if it has changed and if it has, update the program automatically or something like that.

    any help will be appreciated.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: updating application in multiple workstations

    Wokawidget has some code in the Codebank that includes an Auto-Updater that will do what you need.

  3. #3
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: updating application in multiple workstations

    Welcome to VBF!

    You mean it will re-install itself if it has detected that there were changes made?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    11

    Re: updating application in multiple workstations

    yeah

  5. #5
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: updating application in multiple workstations

    Quote Originally Posted by ashik
    hi,
    i have got a vb6 application running in several workstations. i often need to make changes. and as i make a change, it needs to be updated in all workstations as well. so far i am doing it manually by going to each workstations. just wondering if there is any way to automate the process. i mean something like forcing the application to read from some server to check if it has changed and if it has, update the program automatically or something like that.

    any help will be appreciated.
    If you have access to the Wise installer Program I can show you how to write an auto update script that will do exactly what you are looking to do.
    Last edited by Mark Gambo; May 19th, 2005 at 10:56 AM.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  6. #6

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    11

    Re: updating application in multiple workstations

    i was able to make changes to woka's code to come up with what i need but when i need to install new exe file to client, do i need to register "olelib.tlb" file in all client computers as well?

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