How to silently install the OCLC Cataloging AI Toolkit for Connexion client 2.63
Applies to
- Connexion client 2.63
Answer
This guide walks you through extracting and silently installing the OCLC Cataloging AI Toolkit using a command-line approach.
What you'll need
-
7-Zip - A free file extraction tool
Download from: 7-Zip official website -
OCLC Cataloging AI Toolkit installer
Download from: OCLC Connexion Client Toolkits -
Administrator access on the computer where you're installing
Step 1: Extract the MSI file
The toolkit installer is packaged as an executable (.exe) file, but we need the MSI file inside it for silent installation.
Instructions:
-
Download the OCLCCatAIToolkit-v2.63.292.38107.exe installer
-
Create a temporary work folder (for example,
C:\Temp\AIToolkit) -
Place the downloaded installer in this folder
-
Right-click the OCLCCatAIToolkit-v2.63.292.38107.exe file
-
Select 7-Zip → Extract Here
-
After extraction completes, delete everything except:
OCLCCatAIToolkit-x86.msi
Step 2: Download the silent install script
A command script is attached to this article that automates the silent installation process.
What the script does:
- Installs the toolkit to the All Users profile (available to everyone on the computer)
- Uses the
ALLUSERS=1parameter to enable system-wide installation - Runs with minimal or no user interface
Download the script:
-
Download SilentInstallAIToolkitClient2.63.txt (attached below)
-
Rename the file extension from
.txtto.cmd- Original:
SilentInstallAIToolkitClient2.63.txt - Renamed:
SilentInstallAIToolkitClient2.63.cmd
- Original:
-
Place the
.cmdfile in the same folder as the extractedOCLCCatAIToolkit-x86.msifile
Step 3: Customize the installation (optional)
The script includes commented lines explaining available parameters. The active installation command begins with :DoTheSilentInstall.
User interface options:
/qb- Shows a progress bar and Cancel button (default in the script)/qn- Completely silent with no user interface (recommended for automated deployments)
To change the interface level:
Open the .cmd file in Notepad and locate the line with /qb. Change it to /qn if you want a completely silent installation.
Step 4: Run the silent installation
Important: You must run the script with administrator privileges to avoid User Account Control (UAC) prompts.
Instructions:
1. Open the Start Menu by clicking the Start button or pressing the Windows key.
2. Type "Command Prompt" in the search bar (no quotes).
3. When it appears in the search results, right-click on Command Prompt.
4. Click on Run as administrator.
5. Navigate to your temp folder: cd C:\Temp\AIToolkit
6. Run the script using one of the following methods:
• Direct Command: Type SilentInstallAIToolkitClient2.63.cmd and press Enter.
• Tab Completion: Type the first three letters Sil and press Tab. Windows will automatically complete the command for you.
7. The installation will proceed automatically with no user intervention required.
Verification
After the script completes:
-
Check Control Panel → Programs and Features (or Settings → Apps)
-
Look for OCLC Cataloging AI Toolkit in the installed programs list
-
Launch Connexion client to verify the toolkit is available
Troubleshooting
Script won't run:
- Verify the file extension is
.cmd, not.txt - Ensure you're running from an elevated (administrator) command prompt
Installation fails:
- Check that the MSI file is in the same folder as the script
- Verify you have sufficient disk space
- Review Windows Event Viewer for MSI installer errors
Toolkit doesn't appear in Connexion:
- Restart Connexion client
- Check that installation completed successfully in Programs and Features
Additional information
If you encounter issues not covered in this guide, contact OCLC Support for assistance.
Related resources:
Page ID
67181