Posted on 10-19-2023 01:32 AM
Looking for a deployment script for Dropbox, so far I have found out that Dropbox does not provide an easy way to deploy their applications. Maybe someone has encountered the same problem before and has script/pkg that could help?
Solved! Go to Solution.
Posted on 10-19-2023 05:58 AM
@bowie You can refer the previous post. This can help you.
Thanks
Posted on 10-19-2023 05:58 AM
@bowie You can refer the previous post. This can help you.
Thanks
Posted on 10-20-2023 03:41 AM
thank you, work like a charm
Posted on 10-19-2023 09:31 AM
Covert the DMG to PKG and deploy using jamf
sudo productbuild --component /path_to_installedapp/macapp.app / path_to_savedpackage/packagename.pkg
The two arguments specify the location of the installed .app file (path_to_installedapp/macapp.app) and the location to create the PKG file (path_to_savedpackage/packagename.pkg), respectively.