Downloading and Using MSI Installers
This guide is intended for system administrators to be able to deploy automated mass installations on their networks.
Downloading the MSI Installers
The latest version of XSplit MSIs are available here:
If you're looking to download the EXE installers, please visit the Broadcaster or VCam page.
Configuring XSplit MSI Installers
Auto-update
XVCAUTOUPDATE
instead of XI_AUTOUPDATE
.Disabled by default, and will not allow users to install updates. If auto-update is enabled, users will not require elevated admin rights to update when prompted.
To enable (allow users to update), append XI_AUTOUPDATE=1
as a parameter or modification file for GPO distribution.
Enabling auto-update using msiexec
Example: msiexec /i XVC_Installer_US_2.3.2110.1404.msi XI_AUTOUPDATE=1
Onboarding Messages
Enabled by default, this property when disabled will hide all the onboarding messages (example: "Welcome" message after installation). To disable, append XI_ONBOARD=0
as a parameter or modification file for GPO distribution.
Disabling onboarding messages using msiexec
Example: msiexec /i XVC_Installer_US_2.3.2110.1404.msi XI_ONBOARD=0 /qn
Additional information
For detailed information regarding GPO deployment please refer to this link: https://www.advancedinstaller.com/user-guide/tutorial-gpo.html
Updated on: 12/08/2022
Thank you!