Hello everyone,
I have automatic update process on my website.. that runs a check on our users current software versions.. to see if we have an update for them.
Being that our software has multiple modules to it.. and each module is updated idividually, I mark which module needs updated then dynamically create a zip file for them to download with the new files in it.
What I would like to do is instead of creating a zip.. create an executable zip.. this way would be much easier for our users because then they simply have to double click on the file or simply 'open' it from our website. And it would install to the correct places.. even if they just had to put a path in would be fine.
(90% of our users are not what you would call 'computer savvy')
So the more automation I can do for them the better.
So is this possible to create or no?
thanks for your suggestions,
eff