Deploy install (OpenInsight Specific)
At 21 AUG 2000 12:52:47PM Colin Rule (CSSP) wrote:
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