Hi Norbert,<div>I am now in pretty much in the state of completing the package. I faced some problems. I think you can help me here.</div><div>1. I thought just calling the install-tl-windows.bat would do all work but it is not so. Chocolatey does something weird here. What it does is it waits for the batch script to get over. Which means there would no output in screen until installation is complete (full install takes a lot of time.). Also, it produces a all red output because chocolatey doesn't handles it pretty well and this could possibly frighten a user if not informed already. So here I have a plan to overcome this. First doing a infra-only install( which took around 3 minutes in gh-actions) and then install what are all specified by user using tlmgr. Hope, those popups, won't come again. Ref: https://github.com/yihui/tinytex/issues/235. Possibly if you could fix this it would be nice. Or I should do that thing again.</div><div><br /></div><div>How can I possibly, install collections or even full using tlmgr after performing a infra-only install? Possibly, if I am right would it be just `tlmgr install collection-games`? If it so then there would no problem I think. Also, is the same allowed for scheme? Like `tlmgr install scheme-full`? Also, this would mean users can enter individual packages also.</div><div><br /></div><div>2. Uninstall script, something which I don't understand, is left to chocolatey, I found that those scripts are written as uninstall strings in registry, which means chocolatey would do the rest of work by itself.</div><div><br /></div><div>3. What should be done when an user updates the package (texlive) what should be done. I don't think it should install fully again. Possibly is there a command using tlmgr for that?</div><div><br /></div><div>Pretty much everything thing is done. And would be pushed to chocolatey within this week or even before that.</div><div><br /></div><div>Cheers,</div><div>Naveen<br /></div>