Une option d'installation hors ligne est disponible en installant l'exécutable AllInOne.
- Téléchargez la dernière version en cliquant ici.
Voici un exemple de ligne de commande PowerShell pour installer l'application, où vous devez remplacer :
- <path_to_SodaPDFDesktop14_AllInOne_signed.exe>
avec le chemin où vous avez sauvegardé l'exécutable.
$process = Start-Process -FilePath "<path_to_SodaPDFDesktop14_AllInOne_signed.exe>" -ArgumentList "/quiet /postInstall=0 /waitInstallFinish /run_application=0 " -PassThru -Wait
Write-Host "Exit Code: $($process.ExitCode)"
Tous, ou tous les paramètres après -ArgumentList peuvent être omis.
Pour des informations relatives aux paramètres utilisés, consultez le tableau ci-dessous :
| Paramètre | Signification |
|---|---|
| /quiet | Tourne en silence sans interface utilisateur |
| /postInstall=0 | La notification de message post-installation est désactivée |
| /waitInstallFinish | L'appelant attend la fin de l'installation |
| /run_application=0 | Ne lancez pas automatiquement l'application après l'installation |
| /statParams [optionnel] | Définit nos paramètres marketing internes. À fournir par votre contact commercial. |
| /configId [optionnel] | La configuration unique de l'application. Discuté avec et fourni par votre contact commercial. |