OI web auto-update (OpenInsight 32-Bit)
At 23 DEC 2009 09:51:50PM Martin Drenovac wrote:
Happy Holidays folks:
Am looking for a solution / advice on how to code / implement the auto-update of our application off the web. That is I want my application to either auto-check or check-on-press-of-a-button that there's a new patch available.
Then auto-download the patch, call rdk-install, etc.
TIA -
At 24 DEC 2009 01:17AM Colin Rule wrote:
Martin, I have Emailed you with our methodology.
Colin
At 25 DEC 2009 08:25AM Kauko Laurinolli wrote:
How can I get this info?
At 27 DEC 2009 05:37PM Barry Stevens wrote:
If that information could also be forwarded to:
it would be most appreciated.
tia,
-barry
At 03 JAN 2010 04:52PM Colin Rule wrote:
I use this code:
Obviously things need to be changed for your system, web site, etc.
UPLOAD:
RELEASE=FIELD(MASTER_RELEASE,".",1):FIELD(MASTER_RELEASE,".",2)FILENAME=v":RELEASE:"latest32.exe"hwnd=Get_Property(@window,"HANDLE")lpOperation=open" : \00\lpFile=http://www.cssp.co.uk/download/ripacicepac/":FILENAME: \00\lpParameters=\00\lpDirectory=\00\nShowCmd=1Call ShellExecute( hwnd, lpOperation, lpFile, lpParameters, lpDirectory, nShowCmd )RETURN