Fix Pack Installation
- Last UpdatedJul 16, 2025
- 2 minute read
Periodically AVEVA releases fix packs and recommends installing those after the main release.
Visit the AVEVA Support Site at https://softwaresupport.aveva.com/ to find and download the latest fix.
To install a fix release:
-
Install the full release as per the instructions in this guide.
-
Read the release letter for information about the fix release and its contents.
-
Create backup copies of:
-
Any customized .config files, located in the application root directory (for example, C:\inetpub\Dashboard).
-
Any customized Bootstrap files, see Change the Out-of-the-box Installation.
-
-
Install the Update using either Deployment Manager (see Step 2: Global Parameters), or via the command line:
-
Locate AVEVA.AIM.Workhub.and.Dashboard.[ProductVersion].msp on the release media.
-
Select Start, Run, and then type cmd to open a command prompt window.
-
At the prompt, run the following command:
%windir%\system32\msiexec /update [path to AVEVA.AIM.Workhub.and.Dashboard.[ProductVersion].msp] reinstall=all reinstallmode=vamus /l*v c: \patchinstall.log
-
Follow the on-screen instructions to install the release. You may be prompted for the path to the original msi file for the full release.
-
Upgrade any affected components, such as the database or the website deployment, refer to the release letter mentioned in step 2.
-
To redeploy the Dashboard site using Web Deploy:
-
On the AIM Workhub Web Server, open IIS.
-
Expand the server instance node.
-
Expand the Sites node.
-
Right-click the AIM Dashboard site.
-
Select Deploy, and then select Import Application.
-
Go to <Install Directory>/Dashboard, select the AVEVA.NET.Dashboard.zip file, and then select Next.
-
Select the contents of the package, and then select Next.
-
Enter the Application Package information, and then select Next.
-
When the package finishes installing, select Finish.
-
-
-
Refer to the files that you backed up in step 3:
-
Re-apply any customizations to any newly installed .config files
-
Replace any new default Bootstrap files with any (backed up) customized versions.
Notes:
-
A fix release can be uninstalled separately from the full release.
-
Only the latest fix release needs to be installed as it includes all fixes since the previous full release.
-
It is not necessary to uninstall an earlier fix release before installing the latest one.
-