Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pandoc] Change Default Install Location #242

Open
mattcargile opened this issue Dec 19, 2023 · 0 comments
Open

[pandoc] Change Default Install Location #242

mattcargile opened this issue Dec 19, 2023 · 0 comments

Comments

@mattcargile
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants