cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tgooderham
Level 4

Where is execute operation logged?

I need to avoid the re-downloading of the update if the user cancels the installation or the installation fails.
In this instance, the updated will be downloaded again following an update check because it believes the last update had been executed.

Where is this information logged so I can clear it, unless the user actually does complete the installation?
0 Kudos
(1) Reply
Chris_Woerner
Level 10

To avoid having the ISUS Agent delete an update, you can try this.....


isconnected()
download()

then instead of calling execute() to run the update, you can launch the update yourself.

If the update completes successfully, call complete() from the update installation. Complete() will delete the update and tell the Agent the update has been applied. Compete() will be release as part of the ISUS 2 Value Pack 2 release planned for next week.
0 Kudos