Skip to content
  • There are no suggestions because the search field is empty.

How to Patch Your IC3 Instance

Patching your IC3 instance requires running a PowerShell script that downloads and installs the specified IC3 version. Ensure you have administrative rights on the server before beginning.

Prerequisites

  • Administrative access to the server
  • IIS Manager installed
  • Access to download the IC3 script package
  • PowerShell running as Administrator

You can download the required scripts here (password: 123456)


Patch Instructions

Step 1: Download the Scripts

Download the script package using the link provided above.

Step 2: Unblock the ZIP File

  1. Right‑click the downloaded ZIP file.
  2. Select Properties.
  3. Check Unblock.
  4. Click Apply.

Step 3: Extract the ZIP File

Extract the contents to a local folder.

Step 4: Move the IC3 Folder

Cut the IC3 folder and paste it into:

C:\temp

Step 5: Open PowerShell as Administrator

  1. Search for Windows PowerShell.
  2. Right‑click and select Run as Administrator.

Step 6: Stop IIS

Open IIS Manager and stop the IIS service:

iisreset /stop

Step 7: Navigate to the IC3 Directory

Run the following command:

cd C:\temp\IC3

Step 8: Run the Patch Script

Use the command below, replacing values with your own:

.\download.ps1 -instanceName "YOUR_SITE_NAME" -version "3.5.1"

Step 9: Start IIS

Restart IIS:

iisreset /start

Step 10: Verify Login Providers

Navigate to:

https://your_site_name-api.domain/Setting/LoginProviders

Step 11: Validate the Installed Version

Open your login URL and confirm that the new version appears:

https://your_site_name.domain/login