Silent Install HQ
MSI WinGet

Pandoc

John MacFarlane · 3.1.12 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i pandoc-3.1.12-windows-x86_64.msi /quiet /norestart
Custom
msiexec /i pandoc-3.1.12-windows-x86_64.msi /quiet /norestart ALLUSERS=1

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {5208D9E0-6486-4EB9-8016-C479BD36EB97}
Product version operator Greater than or equal to
Product version 3.1.12

MSI Properties

Product Code {5208D9E0-6486-4EB9-8016-C479BD36EB97}

File Identity

SHA256 0b3948db47ea68ec0625fd3683db51788dc12f006a75e51ec455ca41b30ef632 VirusTotal ↗
Filename pandoc-3.1.12-windows-x86_64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID JohnMacFarlane.Pandoc
Version 3.1.12
Description If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
License GPL-2.0-or-later
Upgrade Behavior uninstallprevious(Uninstall previous first)
Release Notes - Add djot as input and output format. Djot is a light markup syntax (https://djot.net). - New module Text.Pandoc.Readers.Djot [API change]. The function readDjot is also exported by Text.Pandoc.Readers. - New module Text.Pandoc.Writers.Djot [API change]. The function writeDjot is also exported by Text.Pandoc.Writers. - --number-sections now uses the first digit for the number of the top-level section, no matter what its level. So if the top-level section is level-2, numbers will be 1, 2, etc.…