[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]]
==== Deploy install (OpenInsight Specific) ====
=== At 21 AUG 2000 12:52:47PM Colin Rule (CSSP) wrote: ===
{{tag>"OpenInsight Specific"}}
We use:
CALL RDKINSTALL(PATH)
To install a deployed patch/update.
Is there any way to find out whether this has been successful or not?
Thanks
----
=== At 21 AUG 2000 01:23PM WinWin/Revelation Technical Support wrote: ===
Colin-
RDKInstall uses Set_Status, so you can check Get_Status.
Syntax:
Declare Function Get_Status
x=Get_Status(errors)
if Errors then
*---
* failed
*---
end
Hope it helps-
Mike Ruane
----
=== At 22 AUG 2000 03:22AM Colin Rule wrote: ===
Woohoo, thanks...
Colin
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=8B0673A7F18FEC0F85256942005CB95B|View this thread on the forum...]]