Installation
Step 1: Download the installer from the GitHub Release
- Navigate to the GitHub repository of the project.
- Go to the Releases section, usually found under the “Code” tab.
- Download the
-setup.exefile containing the installer from the desired release.
Example:
https://github.com/Seddryck/Didot/releases/download/v0.33.0/Didot-0.33.0-win-x64-setup.exe
Step 2: Run the installer
- Double-click the downloaded
.exefile. - Select the directory to install the application
- Select the Start Menu folder
- Click on Install
The executable can be run from any location in the command line, as instalation folder has been added to your system’s PATH.
Step 3: Verify Installation
- Open Command Prompt (CMD).
- Type the name of the executable (e.g.,
didot.exe) and hit Enter. - If everything is set up correctly, the program should run.
Installation options
/SILENT
Didot-setup.exe /SILENT
Install without wizard pages but progress window still visible
/VERYSILENT
Didot-setup.exe /VERYSILENT
Install almost completely hidden, preferred for automation
/NORESTART
Didot-setup.exe /NORESTART
Prevents automatic reboot.
Very common in CI and WinGet
Didot-setup.exe /VERYSILENT /NORESTART
Uninstallation
- Go to “Add or remove programs”
- Find Didot in the list
- Click on “…” and select “Uninstall”