Hello,
I'm trying to use the 'finishpkg' command in one of my packages to prevent a continuos reboot of the device.
I cant use the syntax shown at https://www.soti.net/mc/help/v14.1/en/scriptcmds/helpindex.html because Android doesn't support the 'if' command. (Logs of the device show an error)
Tried to put the 'finishpkg' command in front of the file path and completely leave out the 'if exist' and the package is not being installed. So far so good, but the installation status of the package is 'failed'.

Quote from Online Help:
This script command can be used to skip reinstalling the package but still report back as successfully installed to the deployment server.
Does anybody have experience with using this command on Android?
Thank you!