-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Do you want to add to winget too ? #3
Comments
I suggest WiXToolkit but I don't have no experience on that sorry. |
I'd love to have an installer created from Inno Setup (which is included on AppVeyor). If you know how to do it, please feel free to create one perhaps after this line: https://github.com/yihui/tinytex/blob/cd1f01ae5d7e621ced383f184ccd7e778549d1a9/appveyor.yml#L53 WiX Toolset is also available on AppVeyor. I'm not familiar with either Inno Setup or WiX Toolset, though. Thanks! |
I have used Inno Setup in the past, and not WiX Toolset, so I'll go for that |
I haven't used neither but heard msi are lot better than exe files. |
@cderv Do you still have plan to add tinytex to winget? I am running a workshop soon to keyboard-only users and winget installation seems more straightforward than choco or scoop. |
It still needs to be done and accepted to winget. Honestly if you are planning to use Quarto in this workshop, Otherwise what is soon ? It should not be too much complicated at least for manual release (and more time to automate it like choco or scoop) |
Gotcha. I will stick to `quarto install tool tinytex`. 😊
|
I can also do that if we want to cover all known windows package manager.
About winget: https://github.com/microsoft/winget-cli
They don't support yet community store, so that would mean adding to https://github.com/microsoft/winget-pkgs, but an installer 📦 (like with innosetup) maybe required as they don't support zip yet, unless we can reuse the package you are creating for choco.
The text was updated successfully, but these errors were encountered: