Windows
  • 15 Oct 2024
  • 2 Minutes to read

Windows


Article summary

Dise One

Prerequisites

These prerequisites are required for Dise One to run correctly. These are not included in the Dise One installation:

Please check the supported platforms list before installing.

Installation

  1. Download the latest Dise One Windows installer.
  2. 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 (Optional)

Set to run at startup manually

  1. Locate the player executable - C:\Program Files (x86)\Dise\Player\PlayerLauncher.exe.
  2. Create a shortcut to the PlayerLauncher.exe.
  3. Add optional command-line parameters:
    1. Right click on the shortcut.
    2. Select 'properties'.
    3. Under the 'Shortcut' tab add the parameters to the end of the 'Target'.
  4. Add the shortcut to the Windows Startup folder:
    1. Open 'Run' via the Windows start menu.
    2. Enter '%AppData%'.
    3. Navigate to 'Microsoft > Windows > Start Menu > Programs > Startup.

Set to run at startup via batch file

  1. Create a Windows Registry (.reg) file.
  2. 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'.

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).

Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.