Strategy ONE
Silent Install of Workstation on Windows
This topic applies to MicroStrategy Workstation versions 10.9 and later.
-
Gather the required response.ini and setup.iss files.
- Place the response.ini and setup.iss files in the C: drive or your selected drive.
- Open a command prompt.
-
Run the WindowsWorkstation.exe file in silent mode in the Workstation path with the following script:
Copy"path-to-WindowsWorkstation.exe" -s --ResponseFile="c:\TMP\Wrkst\response.ini" -f1"c:\TMP\Wrkst\setup.iss" -f2"c:\TMP\Wrkst\setup.log"
Where:
- path-to-WindowsWorkstation.exe: Specifies the path and name to the installation executable. Can be a local or remote file. In this case,
path-to-WindowsWorkstation.exe
is<InstallationPackage>\resources\unpacked\WindowsWorkstation.exe
. If you access the WindowsWorkstation.exe over a network path, make sure you can access it in Windows File Explorer. - --ResponseFile: The response.ini file is the Strategy silent install configuration file.
- -s: When used, the installation will be run silently.
- -f1: Specifies the path and name for the InstallShield launcher's log file. Do not include a space between the -f1 and the value
- -f2: Specifies the path and name for the installation output log file. Do not include a space between the -f1 and the value
- path-to-WindowsWorkstation.exe: Specifies the path and name to the installation executable. Can be a local or remote file. In this case,