# Windows Silent Installation
# Introduction
The following procedure outlines a silent installation method for setting up the necessary drivers and software on Windows systems. This method ensures a smooth, automated installation experience without the need for user intervention. The goal is to streamline the deployment process, particularly useful in environments where multiple systems need to be set up consistently and efficiently.
# Installation Procedure
- Download all the following files into the same folder:
- Installation script: https://download.graidtech.com/misc/tools/silent_install/windows/silent_install.ps1 (opens new window)
- 7-zip (If the file does not exist, the script will download it automatically): https://www.7-zip.org/a/7zr.exe (opens new window)
- NVIDIA driver (If the file does not exist, the script will download it automatically): https://us.download.nvidia.com/Windows/Quadro_Certified/512.15/512.15-quadro-rtx-desktop-notebook-win10-win11-64bit-international-dch-whql.exe (opens new window)
- Desired version of SupremeRAID™ Driver, the example for Windows Driver 1.2.3 Update 217 (Please make sure there is only one drive package under this folder)
- SR-1000: https://download.graidtech.com/driver/sr/windows/1.2.3/release/graid-sr-1.2.3-217-215.000.x64-WHQL.exe (opens new window)
- SR-1001: https://download.graidtech.com/driver/sr/windows/1.2.3/release/graid-sr-1.2.3-217-215.001.x64-WHQL.exe (opens new window)
- SR-1010: https://download.graidtech.com/driver/sr/windows/1.2.3/release/graid-sr-1.2.3-217-215.010.x64-WHQL.exe (opens new window)
- Launch PowerShell or CMD and navigate to the folder with the downloaded files.
- Execute the installation script:
powershell.exe -ExecutionPolicy Bypass -File silent_install.ps1
- Wait for the installation script to complete; all dependencies and the SupremeRAID™ driver should be installed properly.
For an environment without public network access, you can copy all files to the newly set up system and simply execute the installation script.
Feel free to modify the installation script for your needs.