Hey guys!
I have written a program, which proved to be very buggy, that I have installed in who we hope to be our soon to be clients.
So far, I have walked in there and have reinstalled the program enough times for them to be so sick of my face.
What I wanna do instead is give them an updater program which they will run as a separate program and it will download and updated version and do the install(if necessary.)
I've never done this before and so far, my understanding of how it will go is like this.
Updater checks server(http) for version.
Updater decides to download.
Updater installs the downloaded file, possibly uninstalling automatically the program.
Question is....are these do-able? I mean, can't I just download the .exe file and replace my program with it?
I have written a program, which proved to be very buggy, that I have installed in who we hope to be our soon to be clients.
So far, I have walked in there and have reinstalled the program enough times for them to be so sick of my face.
What I wanna do instead is give them an updater program which they will run as a separate program and it will download and updated version and do the install(if necessary.)
I've never done this before and so far, my understanding of how it will go is like this.
Updater checks server(http) for version.
Updater decides to download.
Updater installs the downloaded file, possibly uninstalling automatically the program.
Question is....are these do-able? I mean, can't I just download the .exe file and replace my program with it?