Hi,
I've made a simple exe/pkg installer that simplifies the zxp installations for the users.
Reading some technical documents, it suggested the UPIA is the way to go. Bonus, it seems to be 'bundled' with the latest Adobe CCs.
However, it seems a little premature at current state?
Issues:
- UPIA might get stuck if Adobe CC isn't logged in. (once logged in, the UPIA tool works as expected)
- 'old' UPIA versions seem to be non-functional? with version 1.1.1.178 under Windows any command I've tried did nothing (/version /list __ /install)
- macOS: UPIA must run as the current user. This can be overcomed by "sudo -u $current_user" but it's surprising for a tool that suppose to install in the root /Library.
Thank you.