Install CAST Imaging Core for Microsoft Windows


Overview

CAST Imaging Core (com.castsoftware.imaging.core) is the “analysis engine” providing essential services to CAST analyzers. It must be installed manually on every single analysis-node in your CAST Imaging installation for Microsoft Windows, including single machine installations.

Installation methods

Interactive installation procedure

  1. Download and unzip the latest release of com.castsoftware.imaging.coreexternal link on your machine.
  2. Right-click the setup.bat file at the root of the unzipped files and select Run as administrator.
  3. Follow the interactive installer prompts, leaving all options at their default where possible.

Silent installation (for multiple analysis-nodes)

Step 1 - Create an Answer File

  1. On your first analysis-node, download and unzip the installation media.
  2. Open the Command Prompt (CMD) with administrator privileges (right click, Run as administrator).
  3. Navigate to the folder containing setup.exe (located in the data folder).
  4. Run the following command (replace with your desired path for storing the answer file - note that this folder must already exist before running the command):
setup.exe /r /f1"n:\temp\setup.iss"
  1. Complete the installation normally. Important: Do NOT use the “back” button during setup as this will invalidate the answer file.
  2. When the installation completes, the answer file (setup.iss) will be created at your specified location.

Step 2 - Deploy to additional analysis-nodes

  1. On each subsequent analysis-node, download and unzip the installation media.
  2. Open the Command Prompt (CMD) with administrator privileges (right click, Run as administrator).
  3. Navigate to the required location and run:
setup.exe /s /f1"n:\temp\setup.iss" /f2"c:\path\to\log.txt"
  1. The installation will run unattended using the parameters in your answer file.
  2. A progress indicator will appear in the task bar, and the setup will close automatically when complete.

Silent install log message codes

CodeMeaning
0Success
1General error
2Invalid mode
3Required data not found in the Setup.iss file
4Not enough memory available
5File does not exist
6Cannot write to the response file
7Unable to write to the log file
8Invalid path to the InstallShield Silent response file
9Not a valid list type (string or number)
10Data type is invalid
11Unknown error during setup
12Dialogs are out of order
51Cannot create the specified folder
52Cannot access the specified file or folder
53Invalid option selected

What is installed?

Files

After installation, CAST Imaging Core files are stored in:

%PROGRAMFILES%\CAST\<version>
%PROGRAMDATA%\CAST\CAST\<version>
%APPDATA%\CAST\CAST\<version>

Third-party software

  • Visual C++ 64-bit Redistributable Packages for Visual Studio 2015-2022
  • Visual C++ 32-bit Redistributable Packages for Visual Studio 2015-2022
  • Microsoft Build Tools 2015 (BuildTools_Full.exe)
  • NET Framework 4.7.2

Uninstall

Use the Microsoft Windows “Add or remove programs” option to uninstall CAST Imaging Core. Third-party software is not removed.