This article applies to Typefi Workgroup customers on Windows running Adobe InDesign Server 2021 or later. If you're running Adobe InDesign Server 2020 or earlier, please refer to Upgrade from Adobe InDesign Server 2020 or earlier.
This article guides system administrators and IT professionals describes how to upgrade from one major version of Adobe InDesign Server to a newer version, for example from Adobe InDesign Server 2022 to Adobe InDesign Server 2024.
If instead, you need to perform a minor version update, for example updating from Adobe InDesign Server 2024 v19.0 to v19.3, please refer to the guide for updating Adobe InDesign Server 2022 or later.
Adobe recommends purchasing the Development license for extended testing and staging solutions. For more information, see Adobe InDesign Server Licensing Updates.
In this guide
This documentation provides instructions to download, install, and configure Adobe InDesign Server 2022 or later. Please allow for 1-2 hours to upgrade.
The information in this guide is organised as follows:
- Prep: This section describes the preliminary steps and system requirements before starting the upgrade process.
- Download additional files: This section details how to access additional files needed for the upgrade.
- Remove existing components: This section describes the steps for disabling Adobe InDesign Server and uninstalling plug-ins.
- Install Adobe InDesign Server 2022 or later: This section guides you through running the Creative Cloud installer, licensing Adobe InDesign Server, registering and adding the InDesignServer service, and configuring the installation.
- Install plug-ins: This section describes how to install and license the plug-ins.
- Migrate Fonts and Presets: This section details steps to transfer fonts and presets (if present).
- Verify things are running: This section explains how to verify the installation is successful.
- Upgrade client machines: This section explains how to install Typefi Designer on client machines using Adobe InDesign Desktop.
1. Prep ↩
All file paths presume a default installation location of InDesign Server. If your setup is customized, please adapt accordingly. the 20##
in file paths should be replaced with the version of Adobe InDesign Server you are upgrading from.
Task | Description |
---|---|
Make sure you have admin privileges. | You'll need admin privileges to install Adobe InDesign Server. If you don't have admin privileges, make sure you have access to credentials of a username and password with admin privileges to fill in during the install. |
Check the system requirements and Product support matrix. |
Note: Adobe InDesign Server 2019 (or later) does not support installing on Windows Server 2012/R2 Check for the version of Typefi Workgroup that supports the Adobe InDesign Server version you are upgrading to. For example, Typefi Server 8.14 supports Adobe InDesign Server 2024, 2023 and 2022. |
Local or service account? | Open the Services application and find “InDesignServerService x64” in the list of services. If Log on as states Local System you don't need to do anything else. If Log on as states something else, make note of the service account and ensure you obtain the password for this account. |
Third-party plug-ins | Found at C:\Program Files\Adobe\Adobe
InDesign Server 20##\Plug-Ins .Common plug-ins:
|
Fonts (if present) | Found at C:\Program Files\Adobe\Adobe
InDesign Server 20##\Fonts If this folder contains any fonts, make a note so you remember to copy them to the new installation. |
PDF Presets (if present) | Found at C:\Program Files\Adobe\Adobe InDesign Server 20##\Resources\Adobe PDF\settings\mul If this folder contains any .joboption files, make a note so you remember to copy them to the new installation. |
Windows Management Console | Follow these steps to identify name(s) and port(s) in use:
|
Adobe InDesign Server license | If you're already using a licensed version of Adobe InDesign Server 2021 or later, you typically won't need to relicense Adobe InDesign Server after the upgrade. |
Obtain Adobe InDesign Server installer and license
If you purchased the Adobe InDesign Server license through Typefi:
Contact your Solutions Consultant to let them know you want to upgrade, and provide them with the following details:
- What is your upgrade timeline?
- Will you need support when performing the upgrade?
We will provide you with a URL to the Adobe InDesign Server installer.
Since you are currently running a licensed version of Adobe InDesign Server 2021 or later, you typically won't need to relicense Adobe InDesign Server after the upgrade.
If your version of Adobe InDesign Server is unlicensed after the upgrade, the license is available on the Typefi FTP, located in the [Organisation]\AdobeLicensing
folder.
If your Adobe InDesign Server license was not purchased through Typefi
Check with your internal team or external vendor about how to obtain the installer and the Adobe Licensing Toolkit.
2. Download additional files ↩
- Typefi Designer Server (
Typefi__Designer Server
folder) on the Typefi FTP - Typefi Typefitter Server (if required), located in the
Typefi__Typefitter
folder on the Typefi FTP - MathTools (if required); please download movemen MathTools directly from their website.
- Any other plug-ins that you may be using
3. Remove existing components ↩
In this step, you will disable and uninstall Adobe InDesign Server and plug-ins.
3.1 Deprovision InDesign Server
Remove InDesignServerService from the Microsoft Management Console
- Open Command Line as Administrator.
- Change directories into the Adobe InDesign Server folder.
- Type
mmc
and press Enter to open the Microsoft Management Console. - Go to File and Add/Remove Snap-In, and add InDesign Server.
- Double-click InDesignServerService.
- Delete (Right-click → Delete) the instances you have here (there may be one or more).
- Close Microsoft Management Console. There is no need to save any changes.
Remove the InDesignServerService
- Back in the command line, type
regsvr32 indesignservermmc64.dll /u
and press Enter to unregister the snap-in. - Type
indesignserverservice.exe /install -u
and press Enter to remove the service.
3.2 Uninstall plug-ins
-
- Use Windows search to find the Add or remove programs control panel
- Use Search apps to find Typefi Designer Server.
- Click the … and choose Uninstall
- Follow any prompts that might come up.
- Repeat steps 1-4 for any other plug-ins (if required).
Do not uninstall your previous build of Adobe InDesign Server unless your prep confirms that you do not have custom fonts or PDF presets. You can uninstall it later once you are satisfied that the new version is working as expected.
4. Install Adobe InDesign Server 2022 or later ↩
4.1 Run the Creative Cloud Installer
- Right-click the Adobe InDesign Server .zip file and choose Properties.
- If needed, under Attributes, click the checkbox to Unblock and click OK.
- Extract the ZIP.
- Open the
Build
folder. - Double-click
setup
which will launch the Creative Cloud Installer.- When complete, a dialog will appear stating: Installation successful.
- Adobe InDesign Server is now installed.
- Restart the computer.
- Launch Command Prompt as administrator.
- Type
cmd
in Windows Search. - In the search results, right click Command Prompt and choose Run as Administrator.
- Type
- In Command Prompt, change directories to the Adobe InDesign Server 20## installation folder. For a default installation, the location is
C:\Program Files\Adobe\Adobe InDesign Server 20XX
- Type
indesignserverservice.exe /install
and press Enter. - When completed, you should receive a message: The transacted install has completed.
- Keep the Command Prompt open for the next step.
4.2 Register the InDesignServerMMC service
- Use the Command Prompt to change directories to the Adobe InDesign Server 20## installation folder.
- If you closed the Command Prompt in between steps, make sure to launch it as administrator as described in step 4.1.6.
- Run this command:
regsvr32 InDesignServerMMC64.dll
.
A Windows dialog should open that states:mmc DllRegisterServer in InDesignServerMMC64.dll succeeded. - Keep the Command Prompt open for the next step.
4.3 Add InDesignServerService to the Management Console
- Type
mmc
in the Command Prompt to launch the Windows Management Console.- If you closed the Command Prompt in between steps, make sure to launch it as administrator as described in step 4.1.6.
- Click File → Add/Remove Snap-In.
- Locate the
InDesignServerService
snap-in from the Available snap-ins column. - Select it and click Add, then OK.
- Right-click InDesignServerService under Console Root in the left column and choose New → New IndesignServer instance.The instance will appear immediately but will have no port defined.
- Double-click InDesignServerService in the middle column where it says no port to edit the properties and assign a port to the service; the default port is
8470
.
Use the same port(s) you noted in your prep steps. - Click OK.
- If you are running a multi-instance version of InDesign, InDesignServerService will be running on multiple ports. Repeat steps 5-7 for every instance you are entitled to. Once the first instance has a port defined, every new instance you create will automatically increment the port number for that instance.
- Once the InDesignServerService ports have been defined, you can close the Management Console. You do not need to save anything when asked.
If you cannot find the InDesignServerService
snap-in in the list, you did not run the Command Prompt as administrator for step 4.3 Register the InDesignServerMMC service.
- Close the Management console and don't save anything.
- In the command line, type
regsvr32 indesignservermmc64.dll /u
to unregister the snap-in. - Quit the command line, then re-open it, making sure to right-click and choose Run as administrator.
- Run this command again:
regsvr32 InDesignServerMMC64.dll
. - Try steps 4.1.1-4.4.4 again.
4.4 Verify Adobe InDesign Server installation
- Use the Command Prompt to type
InDesignServer.com
and press Enter
This step requires internet connectivity.
- If you closed the Command Prompt in between steps, make sure to launch it as administrator as described in step 4.1.6 and navigate to the Adobe InDesign Server 20## installation folder.
- It will start InDesign Server; if successful, you'll see a Server Running message, above two javascript Info messages.
- If this happens and there are no errors, press Ctrl + C to quit InDesign Server.
Errors at this stage typically occur due to:
- The license not being automatically assigned, or
- Commands in the Command Prompt not being run with administrator privileges.
What to do if there is a licensing failure
- Right-click the .zip file containing your IDS license to verify it's not blocked after downloading. Un-block if needed.
- Extract the .zip to a convenient location.
- Use the Command Prompt, running as administrator, to change directories to the location you extracted the IDS license to in step 4.2.2.
- If you closed the Command Prompt between steps, make sure to launch it as administrator as described in step 4.1.6.
- Run the following command:
adobe-licensing-toolkit.exe --precondition --install --filePath ngl-preconditioning-data.json
- When complete, you should receive a message: Operation Successfully Completed
4.5 Configure as a local account or as a service
During Prep, you determined how your previous Adobe InDesign Server was set up. You can now match that setup.
Configure as a Local account
- Use Windows search to launch the Services app.
- Locate InDesignServerService and edit properties.
- Make sure Allow service to interact with desktop is checked.
- Click OK.
- Change the startup from Manual to Automatic.
Configure as a Service
- Use Windows search to launch the Services app.
- Locate InDesignServerService x64 and edit properties.
- Switch to the Log On tab.
- Change the setting from Local System account to This account.
- Click Browse to find the account that you made note of in your Prep.
- Enter the password for this account that you made note of in your Prep.
- Click OK.
- Change the startup from Manual to Automatic.
Do not start the service yet.
5. Install Plug-ins ↩
- Run the Typefi Designer Server installer, making sure to update the path to the installation if Adobe InDesign Server was installed somewhere other than the default location.
- Upon completion, open a File Explorer window and navigate to
C:\Program Files\Adobe\Adobe InDesign Server 20XX
(if you chose the default installation location earlier). - Open the
\Plug-Ins
folder. - Verify that a folder named
Typefi
was created, and contains a folder namedDesigner Server
. - Close the File Explorer window.
- Upon completion, open a File Explorer window and navigate to
- Install and license Typefitter Server (if required).
- Install and license any other third-party plug-ins like MathTools (if required).
6. Migrate Fonts and Presets (if present)
If your prep shows that there were Fonts or PDF presets in your previous Adobe InDesign Server version, complete the following steps:
- Copy the content of
C:\Program Files\Adobe\Adobe InDesign Server ####\Fonts
from your old to your new instance. - Copy any .joboption files from
C:\Program Files\Adobe\Adobe InDesign Server ####\Resources\Adobe PDF\settings\mul
from your old to your new instance.
7. Verify things are running ↩
- Reboot the computer.
- Use Windows search to launch the Services app.
- Verify InDesignServerService x64 is shown as Running.
- Close Services.
- Use Windows search to launch the Task Manager. You may need to set it to Advanced.
- There should be two processes running:
- One or more variations of InDesignServer if you are running multi-instance InDesign.
- InDesignServerService
- One or more variations of InDesignServer if you are running multi-instance InDesign.
8. Upgrade client machines ↩
On each machine that uses standard InDesign, ensure that you install the compatible version of Typefi Designer.
- Download the installer from the
Typefi__Designer
folder on the Typefi FTP. - Run the installer on each machine, or follow the instructions for unattended installation.
If you are run into issues upgrading to Adobe InDesign Server 2022 or later, please contact us. We're here to help.
Otherwise, congratulations, you are all done!
See also
Comments
0 comments
Please sign in to leave a comment.