|
-
May 19th, 2005, 06:16 AM
#1
Thread Starter
New Member
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.
-
May 19th, 2005, 06:18 AM
#2
Re: updating application in multiple workstations
Wokawidget has some code in the Codebank that includes an Auto-Updater that will do what you need.
-
May 19th, 2005, 06:19 AM
#3
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?
-
May 19th, 2005, 08:22 AM
#4
Thread Starter
New Member
Re: updating application in multiple workstations
-
May 19th, 2005, 10:53 AM
#5
Re: updating application in multiple workstations
 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."
-
May 22nd, 2005, 06:21 PM
#6
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|