Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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:

[email protected]

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=1
              Call ShellExecute( hwnd, lpOperation, lpFile, lpParameters, lpDirectory, nShowCmd )

RETURN

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/76f7ad3a04095ace85257696000fbb7b.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1