This guide is intended for system administrators to be able to deploy automated mass installations on their networks.
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.
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
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
For detailed information regarding GPO deployment please refer to this link: https://www.advancedinstaller.com/user-guide/tutorial-gpo.html