Silent Install HQ
MSI WinGet

Pandoc

John MacFarlane · 3.6.3 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

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

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {6C7197F2-E676-42CB-86BA-D8C5E9F9800D}
Product version operator Greater than or equal to
Product version 3.6.3

MSI Properties

Product Code {6C7197F2-E676-42CB-86BA-D8C5E9F9800D}

File Identity

SHA256 1b62900b94ebe8e5881d7763dc1c74827633f0cf72d55a5ab88807d28b87263a VirusTotal ↗
Filename pandoc-3.6.3-windows-x86_64.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID JohnMacFarlane.Pandoc
Version 3.6.3
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 Click to expand changelog - Track wikilinks with a class instead of a title (Evan Silberman). Previously wikilinks were distinguished by giving them the title wikilink. Now that we have link attributes, it makes more sense to give them the class wikilink. This change affects all readers and writers that support wikilinks. - DocBook reader: - Handle title inside orderedlist (#10594). Also some other elements that allow title: blockquote, calloutlist, etc. - Better handle informalequation (#10…