-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi
A few months ago I made a Pull request for adding a parameter for the SystemVar to allow the Chocopackage to install the TinyTex editor for all Users. Unfortunately, this is still not working, as the command currently used Writes the Value to what looks like a different SystemVar.
I managed to get it working with this Powershell for all Users on the System:
[Environment]::SetEnvironmentVariable("PATH", $Env:PATH + ";$toolsDir\TinyTeX\bin\win32", [EnvironmentVariableTarget]::Machine)
If I use the TinyTex command:
cmd .exe /C `"$toolsDir\TinyTeX\bin\win32\tlmgr.bat path --w32mode=admin add`"
this will add it to the SystemVar but only for the installing User and not for every One on the system.
Maybe you could Check this again.
Thanks for your Help
Metadata
Metadata
Assignees
Labels
No labels