I am working on installing the DMG from https://download01.logi.com/web/ftp/pub/techsupport/cameras/Conference%20cam/FWUpdateRallyCamera_1.2.4.dmg. using Jamf Pro
My question is simple, to run the installer I need to actually run a command line that calls something in the .app. Specifically I need to run the .app with an option --silentinstall.
I am just stuck on how to do that, even with composer. I cannot find a "run this command" type setting
I looked at: https://www.jamf.com/jamf-nation/discussions/25530/help-with-scripting-install-a-package-within-a-dmg but I just don't get it.
More history on this:
If I double click on the package it opens up the camerasettings.app that I then run. It creates a log file at ~librarylogslogitechdfu with a subfile of the install log.
If I take the DMG and push it through JAMF pro, it shows that the file has been installed. However, if I look for the log file, it is not created (nor is the firmware updated on the device).
If I add the .app from the DMG into composer, there is a script that runs, I can then run the camerasettings.app --silentinstall from the terminal and it works just fine.
I looked at the
