Prerequisites
These prerequisites are required for Dise One to run correctly. These are not included in the Dise One installation:
- .NET framework, minimum v4.7.2 - https://dotnet.microsoft.com/en-us/download/dotnet-framework
- Visual C++ redistributable x86/x64 - https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist
- Disable Windows UAC
Please check the supported platforms list before installing.
Installation
- Download the latest Dise Windows installer.
- Run the .msi and follow the simple installation wizard.
Installer Command-line Options
Use msiexec to automate the installation with optional command-line options:
- /quiet - Quiet display option. The installer runs an installation without displaying a user interface. No prompts, messages, or dialog boxes display to the user. The user can't cancel the installation.
- /passive - Passive display option. The installer displays a progress bar to the user that indicates that an installation is in progress, but displays no prompts or error messages to the user. The user can't cancel the installation.
- /norestart - Never restart option. The installer never restarts the computer after the installation.
- /forcerestart - Always restart option. The installer restarts the computer after every installation.
- /promptrestart - Prompt before restarting option. Displays a message that a restart is required to complete the installation and asks the user whether to restart the system now. You can't use this option with the /quiet option.
- /log - Log option. Writes logging information into a log file at the specified existing path. The path to the log file location must already exist. The installer doesn't create the directory structure for the log file.
Example:
msiexec.exe /i C:\Downloads\DisePlayer.msi /quiet /norestart
Post-installation
- A Dise pairing code will show once installation is successful.
- Create a Display in the CX portal.
Set Dise to run at startup
- Locate the player executable - C:\Program Files (x86)\Dise\Player\PlayerLauncher.exe.
- Create a shortcut to the PlayerLauncher.exe.
- Add optional command-line parameters:
- Right click on the shortcut.
- Select 'properties'.
- Under the 'Shortcut' tab add the parameters to the end of the 'Target'.
- Add the shortcut to the Windows Startup folder:
- Open 'Run' via the Windows start menu.
- Enter '%AppData%'.
- Navigate to 'Microsoft > Windows > Start Menu > Programs > Startup.
Set Dise to run at startup via batch file
- Create a Windows Registry (.reg) file.
- Add optional command-line parameters:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Dise Player (Auto-start)"="C:\\Program Files (x86)\\Dise\\Player\\PlayerLauncher.exe /DELAY 60"2. Add optional command-line parameters:
3. Install the reg file via the command 'reg import filename.reg'.
User Account Control Settings should be set to 'Never notify' for software updates using Release Channels
Optional command-line parameters
- /delay <seconds> - The player will run after the specified number of seconds. Commonly used when Windows or 3rd party software, services or components need time to start before the Dise player.
- /showdelaywindow - A progress bar will show counting down the delay specified.
- /debug - Allows the player browser developer tools to be opened with F12.
- /nosandbox - Sets 'no-sandbox' Chromium option (see Chromium documentation for more information).
- /noswipehistory - Sets 'overscroll-history-navigation=0' Chromium option (see Chromium documentation for more information).