Setting Non-Autmatic Updates in Deployment with a PLIST

Hello,
we are using Hype 4 Pro on our Macs and we are manage our Macs with JAMF.
So we are install the software also with JAMF.

Is there a way to disable the automatic updates and the registration with a settings file?
A the start of Hype there is one page we don't want to have for the user.
It would be nice to give the settings with a PLIST file or something like this.

Where can we found informations for this?
Or can someone help?

Best regards,
snowwalker1988

Yes, this should be possible.

For easy licensing, we have a license plist file that you can drop down in any of these paths:

/Library/Application Support/Hype/
/Network/Library/Application Support/Hype/
~/Library/Containers/com.tumult.Hype4/Data/Library/Application Support/Hype/

Once installed, it will not ask to register.

Please email support@tumult.com with your order number and we can generate one of these files for your deployment.

As for not asking to update, we don't have this as an individual/unique file, but this can be set via the defaults system:

defaults write com.tumult.Hype4 SUEnableAutomaticChecks -bool NO

Let me know if that is workable for you!

Thank you for the information. We will try it.

Ist there also a way with the defaults system to disable the first windows for registration (where the email fields also are and the checkbox for the updates)?
Or will this not been shown, when setting the defaults write for the updates?

Best regards

If you are using a plist file license, it will not present the mailing list/registration window.

However looking at the code I see it will still show a "Welcome to Hype" window, basically this page:
https://tumult.com/hype/welcome/4.0/welcome.html

If you don't want to show that on a clean install, you would use this defaults command:

defaults write com.tumult.Hype4 showWelcomeToHypeOnLaunch -bool NO