Product | ILLiad |
Version | 9.2.x |
Ticket | N/A |
KB Permissions | Public |
Purpose
The ILLiad ISO Service has undergone some new configuration changes in the ILLiad 9.2 Release and will require a manual upgrade. This upgrade must be performed after the ILLiad 9.2 update to continue using the ISO Service. There is a separate upgrade process depending on which version of ILLiad you were using prior to your 9.2 update:
- If you are updating to ILLiad 9.2 from ILLiad 9.1, please follow the steps in Procedure - Upgrading from ILLiad 9.1 to upgrade your ISO Service from v9.1.x to v9.2.2.
- If you are updating to ILLiad 9.2 from ILLiad 9.0, please follow the steps in Procedure - Upgrading from ILLiad 9.0 to upgrade your ISO Service from v9.0.x to v.9.2.2.
Procedure - Upgrading from ILLiad 9.1
Please perform the following process after your ILLiad 9.2 update is complete to upgrade your ISO Service from v9.1.x to v9.2.2:
- Stop the ILLiad ISO Service.
- Navigate to the ILLiad ISO Service directory (default path C:\ILLiad\ISO\).
-
Delete the ISO subfolder (default path C:\ILLiad\ISO\ISO\) if this folder exists.
Please ensure that you do not delete the ISO directory (default path C:\ILLiad\ISO\). - Unpackage the contents of the ISO.zip file (located in the ISO Service directory).
- Open PowerShell as administrator.
- CD to the path where you unpackaged the ISO.zip file in step 4.
- Run the following Install.ps1 PowerShell script:
.\Install.ps1 -InstallPath "C:\ILLiad\ISO\"
If your ILLiad ISO directory is in a custom location, run the PowerShell script indicating the custom InstallPath directory of the ISO Service in place of "C:\ILLiad\ISO\".
Procedure - Upgrading from ILLiad 9.0
Please perform the following process after your ILLiad 9.2 update is complete to upgrade your ISO Service from v9.0.x to v9.2.2:
- Stop the ILLiad ISO Service.
- Open a command prompt and navigate to the ILLiad ISO directory (default path C:\ILLiad\ISO).
- Uninstall the previous ILLiad ISO Service by running the uninstall command:
installservice.bat -uninstall
You must be in the ISO directory when running the command for the service to be properly uninstalled. - Delete the older ISOService files.
- If the following directories exist, delete the entire directory and all files inside:
- lib
- meta-inf
- SQL
- Delete the ILLiadISO.exe file.
Please double-check to ensure the file has been successfully deleted. If an error occurs during deletion, the system may consider the file to still be in use. If the file was not successfully deleted, restart the ILLiad server. After the system restarts, try deletion again. - Unpackage the contents of the ISO.zip file (located in the ISO Service directory).
- Open PowerShell as administrator.
- CD to the ISO install path.
- Run the following Install.ps1 PowerShell script:
.\Install.ps1 -InstallPath "C:\ILLiad\ISO\"
If your ILLiad ISO directory is in a custom location, run the PowerShell script indicating the custom InstallPath directory of the ISO service in place of "C:\ILLiad\ISO\".