Radu C Popescu
Posts: 15
Joined: Thu Jul 20, 2023 5:31 pm

Silent install instructions and parameters for Greenshot (32&64Bit) MUI

Below you can find the necessary information to perform a silent installation using the designated silent install parameters for Greenshot (32&64Bit) MUI

About: Greenshot is a lightweight screenshot tool optimized for productivity. It allows users to capture screenshots of a selected region, window, or full screen, and then annotate, highlight, or obfuscate parts of the screenshot before saving or sharing.
Application Name: Greenshot
Version: 1.2.10.0006
Main Application Process: `Greenshot.exe`
Main Application Website URL: https://getgreenshot.org/
Privacy URL: https://getgreenshot.org/privacy/
EXE Installer (Silent Install): Greenshot-INSTALLER-x.x.x.x.exe

Code: Select all

/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=C:\Windows\Logs\Software\GreenShot-Install.log
EXE Installer (Silent Uninstall): Check uninstall string registry key.
MSI Installer (Silent Install):

Code: Select all

msiexec /x {msisetupname} /qn /l*v “%temp%\install.log”
MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {productcode} /qn /l*v “%temp%\uninstall.log”
Categories for Intune: Graphics & Design, Productivity

Return to “Silent Install Command Line”