MSI
WinGet
Pandoc
John MacFarlane · 3.8.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i pandoc-3.8.3-windows-x86_64.msi /quiet /norestart
Custom
msiexec /i pandoc-3.8.3-windows-x86_64.msi /quiet /norestart ALLUSERS=1
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{738F887E-1F72-499C-8D60-C57FC8B86FFB}
Product version operator
Greater than or equal to
Product version
3.8.3
MSI Properties
Product Code
{738F887E-1F72-499C-8D60-C57FC8B86FFB}
File Identity
Filename
pandoc-3.8.3-windows-x86_64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JohnMacFarlane.Pandoc
Version
3.8.3
Description
If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
License
GPL-2.0
↗
Homepage
https://pandoc.org/
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
I'm pleased to announce the release of pandoc 3.8.3,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.8.3
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.8.3
This release adds three new input formats (asciidoc, pptx, and
xlsx) and one new output format (bbcode + variants).
It fixes a number of bugs (including some regressions in 3.8).
See the changelog for full details.
API changes:
+ New exported module Text.Pando…