Hi,
When installing F-Secure_PSB1_Mac_Installer\[XXXX-XXXX-XXXX-XXXX-XXX\].mpkg it does not take the license key from the filename.
Is there a way to add this license? It would like to do a silent/unattended install via munki
Thanks, Wessel
jamesch, thanks for information. Silent installation helped in my case. Some people say that it can malware or something like that. For example, virus safe finder - do you think it can affect such behavior? This article ( https://macsecurity.net/view/124-remove-safe-finder-virus-from-mac-in-safari-chrome-and-firefox ) helps to remove this type of malware. Now I'm just curious how "deep" this type of virus can go in your system.
Hi Wessel
We're currently working on it. Silent install and subscription activation using package name are already available in CP for Mac for many years. In the next release there will be more options and features.
So, first, in order to make embedded into the package name code to work, it should look like F-Secure_PSB_Mac_Installer[XXXX-XXXX-XXXX-XXXX-XXXX].pkg,
Notice there are no slashes before brackets. This feature did not change, you just had the package name wrong
macOS supports silent installation of product packages from the Terminal or through ssh that does not require user interaction:
sudo installer -pkg /path/to/pkg -target /
Check man installer for more details and options.
man installer
In become operational, Computer Protection for Mac should be activated with subscription key. There are two options how this could be done automatically without user interaction:
F-Secure_PSB_Mac_Installer[XXXX-XXXX-XXXX-XXXX-XXXX].pkg
activator
/usr/local/f-secure/bin/activator --subscription-key "<subscription key>"
ssh
scp
installer
pkgbuild