Cet article n’est disponible ni en français. En consultant cet article, vous contribuez à notre réflexion sur sa traduction future.
Si vous avez besoin de plus d’aide ou si vous avez des questions relatives à l’assistance, veuillez contacter notre équipe dédiée d’assistance en français à l’aide de ce formulaire : https://help.extensis.com/hc/fr/requests/new
Silent deployment of Universal Type Client
The following version of the command will install all prerequisites and restart Windows.
<path to exe> /s /v"/quiet"
The following version of the command will install all prerequisites but does not restart Windows.
<path to exe> /s /v"/qn /norestart"
The following version of the command will install Universal Type Client but does not deploy the plug-ins to the host applications. (Note: Deploying the plug-ins is not necessary if you are deploying the same version of Universal Type Client).
<path to exe> /s /v"ADDLOCAL=UniversalTypeClient_Fil,Plugins,Resources,ResourcesEN /qr"
This installs the plugins locally so you can deploy them to the host apps later if desired. It also does not restart Windows.
Extracting the MSI from the UTC installer application
We do not make an MSI installer. But the following command will extract an MSI file from the installer.
<path to exe> /s /x /b"C:\path\to\destination" /v"/qn"
The path to the destination folder must not end with a slash; if it does, the command will fail silently.