Sist oppdatert
7. mai 2021
|
Gjelder også for Creative Cloud for enterprise
Distribuere unntak ved hjelp av batch- og skriptfiler
Du kan lage batch- og shell-skriptfiler for å forenkle prosessen med å kjøre Exception Deployer under distribusjon.
Generelt er distribusjonsprosessen som følger:
- (Kun Windows) Kjør Exceptions Deployer i Før-modus (Pre Mode) for å installere Acrobat.
- (Windows og Mac OS) Installer innholdet i Build-mappen.
- (Windows og Mac OS) Kjør Exceptions Deployer i Etter-modus (Post Mode) for å installere andre produkter og komponenter som må installeres etter innholdet i Build-mappen.
Kjør Exception Deployer i Før-modus (Acrobat for Windows)
- Opprett en tom tekstfil med navnet BeforeSetup.bat
- Kopier og lim inn følgende kode i den tomme tekstfilen:
PushD "%~dp0" Set installdir=%~dp0 @echo off Echo "Installing the Creative Cloud exceptions. Press any key to start the installation." PAUSE ExceptionDeployer --workflow=install --mode=pre --installLanguage=en_US Echo "Finished installing the Creative Cloud exceptions. Press any key to finish." PAUSE
- Lagre filen.
- Høyreklikk på batchfilen og kjør den som administrator.
- Kjør innholdet i Build-mappen.
Kjør Exception Deployer i Etter-modus (Windows)
- Fullfør denne prosedyren etter at innholdet i Build-mappen er installert.
- Opprett en tom tekstfil med navnet AfterSetup.bat
- Kopier og lim inn følgende kode i den tomme tekstfilen:
PushD "%~dp0" Set installdir=%~dp0 @echo off Echo "Installing the Creative Cloud exceptions. Press any key to start the installation." PAUSE ExceptionDeployer --workflow=install --mode=post --installLanguage=en_US Echo "Finished installing the Creative Cloud exceptions. Press any key to finish." PAUSE
- Lagre filen.
- Høyreklikk på batchfilen og kjør den som administrator.
Kjør Exception Deployer i Etter-modus (Mac OS)
- Viktig: Det finnes for øyeblikket ingen unntak på Mac.
- Opprett en tom tekstfil med navnet Exceptions.sh.
- Kopier og lim inn følgende kode i den tomme tekstfilen:
#!/bin/sh read -p "Press [Return] key to start the installation." sudo ./ExceptionDeployer.app --workflow=install --mode=post --installLanguage=en_US read -p "Press [Return] key to exit the installation."
Lagre filen. Gjør skriptet kjørbart.