(imported topic written by amitspradhan)
Hi,
I am trying to perform an upgrade of our existing ePo agents on all systems. To do this, I have the below 2 actions running,
-
Unistall the older agent.
-
Install the new agent.
download http://172.10.18.34:52311/Uploads/df0dd8f8f2b076611ffbf26a3d78fc22f05d68a3/big219C.tmp
continue if { (size of it = 2630508 and sha1 of it = “df0dd8f8f2b076611ffbf26a3d78fc22f05d68a3”) of file “big219C.tmp” of folder “__Download”}
extract big219C.tmp
wait __Download\frminst.exe /forceuninstall /silent
download http://172.10.18.34:52311/Uploads/e1cdd90643bd9bdc6fb949325305f3a77823809c/big11A3.tmp
continue if { (size of it = 3698712 and sha1 of it = “e1cdd90643bd9bdc6fb949325305f3a77823809c”) of file “big11A3.tmp” of folder “__Download”}
extract big11A3.tmp
wait __Download\FramePkg.exe /install=agent /forceinstall /silent
For the second action to run and complete succesfully, it is a mandate that there is a reboot done post the 1st action.
Just wondering how do I do this intermediate reboot and set my post action tasks after my first action…can someone help me on this…
Regards,
Amit