HomeKurzweil 3000 (K3000)Kurzweil 3000 (General)Kurzweil 3000 patch MSI silent install instructions (Win)

1.26. Kurzweil 3000 patch MSI silent install instructions (Win)

Last Updated: Sept 2022

Applies to Versions: Kurzweil 3000 v22, v20, v16, v15 and v14

Kurzweil 3000 version 22, 20, 16:

First, if you're conducting a new install deployment of K3000, it's recommended to install the latest version of K3000. This way you don't have to worry about patching it after the initial install, because what's installed is already up to date.

Guide:

1. Download the .msi version of the latest patch for the version of K3000 you're attempting to update. The patches can be downloaded here:

Version 22: https://www.kurzweiledu.com/news-resources/software-updates/ki-3000-windows-version22-updates.html

Version 20: https://www.kurzweiledu.com/news-resources/software-updates/ki-3000-windows-version20-updates.html

Version 16: https://www.kurzweiledu.com/news-resources/software-updates/ki-3000-windows-version16-updates.html

Version 15: https://www.kurzweiledu.com/news-resources/software-updates/ki-3000-windows-version15-updates.html

Please note that you cannot patch to skip versions. This means if you own version 16 and that's installed, you cannot install the version 22 patch and update your install to version 22; you can only install the latest version 16 patch to ensure you're on the latest build of version 16.

2. Copy the .msi patch to your distribution point.

3. Create a job to install the .msi file. There's no specific property values that need to be passed to it. Just a simple silent install that doesn't require a reboot. Here's a command-line example for a v22.01 patch:

msiexec /i "<path>\K3000Patch22.01.msi" /qn /norestart

This should result in the latest version of the patch being installed, updating your installations of K3000. This should occur silently (/qn) and without restarting (/norestart)

Kurzweil 3000 version 14:

Patching version 14 is a bit more complicated than version 15. This is becausae K3000 v14 requires you to uninstall the previous patch.

Guide:

1. Prior to running the .msi patch, the following msiexec command must be run on the computers where K3000 v14 is installed. This command will silently uninstall the previous version of the patch on the computer. This is important, since a new .msi patch can only be run on a computer once the old .msi patch is uninstalled. The entry for a K3000 v14 patch in Windows's Programs and Features is named patch, attributed to Kurzweil Education Systems. Additionally, to uninstall this patch via a command-line, you must use its ProductCode property value in place of the file name.

Here's a command-line example to uninstall a K3000 v14 patch:

msiexec /x {5329B5A6-77FD-4DDD-9130-D823047D1B22} /qn /norestart

2. Download the .msi version of the latest version 14 patch. Do not download the .exe version of the patch. You can download the latest v14 patch here: https://www.kurzweiledu.com/news-resources/software-updates/ki-3000-windows-version14-updates.html

3. Copy the .msi patch to your distribution point.

4. Create a job to install the .msi file. There's no specific property values that need to be passed to it. Just a simple silent install that doesn't require a reboot. Here's a command-line example for a v14.23 patch:

msiexec /i "<path>\K3000Patch14.23.msi" /qn /norestart

The above steps should result in any prior patch being uninstalled, and then a new patch being installed. This should occur silently (/qn) and without restarting (/norestart).

Knowledge Tags

This page was: Helpful | Not Helpful