Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[pandoc] Change Default Install Location #242

@mattcargile

Description

@mattcargile

The default location is "$env:LOCALAPPDATA\pandoc\pandoc.exe". If a user elevates, their choco process with another user this makes it cumbersome.

My fix is below. Can we add the --IA parameters to the installer namely ALLUSERS and APPLICATIONFOLDER. I would assume we would want to default to an install for all the users much like choco will warn the user if they aren't running as an Admin.

choco install pandoc --ia=ALLUSERS=1 --ia=APPLICATIONFOLDER=C:\ProgramData\chocolatey\lib\pandoc\tools -y

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions