Silent Software Installation¶
The commands below allow you to perform silent (unattended) installation, repair, and uninstallation of the EZCast Pro software on Windows.
Preparation¶
Download the EZCast Pro software for Windows.
Examples¶
Below are command line examples you can execute:
-
Silent installation:
EZCastPro_Win2.11.0.175.exe -s
-
Silent installation without restart:
EZCastPro_Win2.11.0.175.exe -s -var:Reboot=0
-
Silent installation with custom folder:
EZCastPro_Win2.11.0.175.exe -s var:InstallPath="c:\My Folder"
-
Silent installation with custom folder + no restart:
EZCastPro_Win2.11.0.175.exe -s var:InstallPath="c:\My Folder" -var:Reboot=0
-
Silent uninstallation:
EZCastPro_Win2.11.0.175.exe -s -u
-
Silent uninstallation without restart:
EZCastPro_Win2.11.0.175.exe -s -u -var:Reboot=0
-
Silent repair:
```EZCastPro_Win2.11.0.175.exe -s -r