Unblock installation media
- Last UpdatedJul 07, 2026
- 1 minute read
This System Platform release includes additional security features that may restrict the installation process if the installation files have been marked as "blocked" by the operating system.
-
We recommend that you copy the installation file(s) to a local drive and unblock them before applying the patch.
-
Installing from a shared network drive may result in unpredictable behavior, even if you have followed the procedure to unblock the installation files.
If you intend to use a ZIP or ISO file for installation
Use this procedure to unblock the ZIP or ISO installation file.
-
Copy the ZIP or ISO file from the System Platform installation media to a local drive.
-
Right-click the file.
-
Select Properties.
-
If Properties contains an Unblock checkbox, check it.
-
Select Apply or OK.
-
-
Extract the ZIP file or mount the ISO file.
-
Run the installation program (setup.exe) as administrator.
-
If the "files blocked" message appears, run the following PowerShell command as administrator, for example:
Unblock-File -Path "C:\SP2023R2SP1.ISO"
-or-
Unblock-File -Path "C:\SP2023R2SP1.ZIP"
-
Rerun Setup.exe as administrator.
If you intend to use extracted installation files
Use this procedure to recursively unblock the installation files that were either extracted from the ZIP file, or copied from a network file share to a local drive.
-
Run the following PowerShell command as an administrator:
Get-ChildItem -Path "C:\EXTRACTED_MEDIA" -Recurse | Unblock-File
where C:\EXTRACTED_MEDIA is the local folder that contains the extracted installation files.
-
Run Setup.exe as administrator.
If you need further assistance, contact AVEVA Software Support.