Link to home
Start Free TrialLog in
Avatar of labreuer
labreuer

asked on

Script to download and execute a VB exe

I have been tasked with designing and writing a simple patching program/script which will 1) download an executable from a website, 2) shut down all instances of a particular program, 3) overwrite the program's exe file with the downloaded version, and then 4) restart the program.  I am assuming that the "shut down all instances" part requires an exe, unless there is some scripting language which can do so and will work on all versions of Windows 98+ and NT 4.0+.

So, unless all of the above can be done by a script, I will write a VB application that will do the above.  What I want to know is if there is some sort of script I can use so that the user can click on a link and not have to do anything else.  I.e. it is most preferable for the user to not even click "open" to download the exe -- the user would just click a link, and the program would download and run.  It is imperative that the script require no "extra" components installed on the system, where "extra" denotes anything other than the standard VB runtimes (the patch is for a VB program, so the runtimes will already be installed) and what all versions of Windows later than '98 have installed by default.
SOLUTION
Avatar of sforcier
sforcier

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of labreuer
labreuer

ASKER

So basically the user would have to click "ok" in some form or another regardless of how this is done, so simply having him/her click on a link to an executable and telling him/her to choose "open" is the simplest solution?
basically, yes.
Keeping this open for a day; if nobody says it's possible (and shows how), I'll split the points between you two.
why not performing like MS, and let download a ZIP with the exe and a readme indicating to shut down the application, request the application path and so one.
More work for the user -- remember, the goal is to make the process as simple as possible for the user.  The application is relatively stateless, so it is quite reasonable to simply shut all instances down.

The application is already written (it took ~3 hours).
so download a program (.exe) which run a script on the user machine to perform all the task.but the exe sould be launch manually by the customer.
did you agree that microsoft patchs our os without your approval?

JNSTAUB: try reading my last post (I said the application was already written to do the patching...)  I'm sorry if I were not clear enough.
Sorry we could not come up witha real solution for you.  Thanks for the A.  :^)

Cd&
Well, you said it wasn't possible and gave a good reason, which made the solution obvious.