Install the MSI in quiet mode |
msiexec /i VibeDigitalSignage.4.0.0.msi /quiet SITEURL="https://yourdomain.vibe.fyi" AUTHCODE="<DEVICENAME>" SLIDEFOLDER="" MINSYNC="5" INFOBARSYNC="30" DISINFOBAR="No" CHROMELOAD="Yes" USEROVERWRITE="Yes" |
MSI Parameter | Function | Configuration |
SITEURL (required) | Defines the unique Vibe.fyi Screensaver URL. | Enter the unique Vibe.fyi domain URL provided by your Vibe support team. |
AUTHCODE | Authenticates and enables Digital Signage syncing. | Enter either the unique Digital Signage authentication code from the Licence Manager or <DEVICENAME> to use the device name found in Settings > System > About. |
SLIDEFOLDER | Defines the local folder path for storing downloaded slides. | Enter the folder path where slides should be saved. If left empty, slides will be stored in the default location: C:\Users\<UserName>\AppData\Roaming\VibeDigitalSignage\Slides. |
MINISYNC | Sets the minimum time interval between slide syncs. | Specify the sync interval in minutes. It should match or slightly exceed the total playlist runtime. Default: 5 minutes. Example: If your total playlist is 7 minutes, 10 seconds, set the sync interval to 8 minutes. |
INFOBARSYNC | Defines the interval for syncing the information bar. | Specify the time in seconds between information bar syncs. Default: 30 seconds. |
DISINFOBAR | Enables or disables the information bar display. | Accepted values: "Yes" (disable info bar) or "No" (show info bar when an alert is published). Default: "No". |
CHROMELOAD | Determines whether Chrome launches automatically upon app start. | Accepted values: "Yes" (launch Chrome) or "No" (do not launch Chrome). Default: "Yes". |
AUTO_LOAD | Controls whether the app starts automatically when the device boots. | Accepted values: "Yes" (auto-launch on Windows startup) or "No" (manual launch). Default: "Yes". |
USEROVERWRITE | Specifies whether app settings should be locked after an upgrade. Enable this switch if you want to restrict individual users from changing the app settings. | Accepted values: "Yes" (overwrite user settings after an upgrade) or "No" (retain manual user settings). Default: "Yes". |