Dieser Artikel ist nicht in Deutsch verfügbar. Durch Aufrufen dieses Artikels unterstützen Sie uns, dessen Übersetzung zukünftig in Betracht zu ziehen.
Falls Sie zusätzliche Unterstützung oder für den Kundendienst relevante Fragen haben, wenden Sie sich bitte an unser deutsches Kundendienst-Team über dieses Formular: https://help.extensis.com/hc/de/requests/new
Connect Fonts has options for deploying its auto-activation plug-ins from the command line. Network administrators can use these commands in a remote management application or as part of a deployment script.
Connect Fonts for Mac
plugin-installer [--install-all|--uninstall-all|--uninstall-obsolete]
- --install-all Installs all available plug-ins.
- --uninstall-all Removes all available plug-ins.
- --uninstall-obsolete Removes all plug-ins that come from older versions of Connect Fonts. This will also remove Suitcase Fusion and Universal Type Client plug-ins.
The plugin-installer
executable is in /Applications/Connect Fonts.app/Contents/Resources. It must be run using sudo or installing and uninstalling plug-ins will fail.
When finished plugin-installer
returns a JSON object with a single property, results
. The results
object has one property, succeeded
.
succeeded
Returnstrue
if the operation was successful,false
otherwise
Connect Fonts for Windows
"Connect Fonts.exe" [/install|/uninstall]
- /install Installs all available plug-ins.
- /uninstall Removes all available plug-ins.
Connect Fonts.exe
is in C:\Program Files\Extensis\Connect Fonts. These commands must be run with Administrator privileges or installing and uninstalling plug-ins will fail.
When running Connect Fonts.exe
commands from the command line, no messages are returned.