<div dir="ltr"><div>I am trying to install my subset  "smalltex" on Windows 10 via a  ssh connection.</div><div>Almost a success, but I need  a "windows gui" environment to unpack the install-tl-windows.exe</div><div> -- so it would be nice to have  an option "unpackonly=<folder>" or just make available an install-tl-windows.zip</div><div><br></div><div>I am using the following smalltex.bat:</div><div><br></div>@echo off<br>rem Original from <a href="https://github.com/latex3/luaotfload/texlive.sh">https://github.com/latex3/luaotfload/texlive.sh</a><br><br>call install-tl-windows -portable -no-gui -profile=smalltex.profile<br><div>echo Installing packages<br>set texpath=%~dp0<br>set texpath=%texpath%..\tex-2021-08-16-1629134177-441963500\<br>path=%texpath%bin\win32;%path%<br><br>set pkg=<br>rem Needed for any use of texlua even if not testing LuaTeX<br>set pkg=%pkg% l3build latex latex-bin luatex latex-bin-dev<br><br>rem Extra <br>set pkg=%pkg% luajittex  mflua  metapost context optex<br><br>rem Required to build plain and LaTeX formats:<br>rem TeX90 plain for unpacking, pdfLaTeX, LuaLaTeX and XeTeX for tests<br>set pkg=%pkg% cm etex knuth-lib tex tex-ini-files unicode-data<br><br>rem various tools / dependencies of other packages<br>set pkg=%pkg% ctablestack filehook ifoddpage iftex luatexbase trimspaces<br>set pkg=%pkg% oberdiek etoolbox xkeyval ucharcat xstring everyhook<br>set pkg=%pkg% svn-prov setspace csquotes<br><br>rem slices from oberdiek<br>set pkg=%pkg% atbegshi atveryend bigintcalc bitset bookmark epstopdf-pkg etexcmds<br>set pkg=%pkg% gettitlestring hologo hycolor intcalc kvdefinekeys kvsetkeys<br>set pkg=%pkg% letltxmacro ltxcmds luacolor pdfescape pdflscape pdftexcmds refcount<br>set pkg=%pkg% rerunfilecheck uniquecounter<br><br>rem graphics<br>set pkg=%pkg% graphics xcolor graphics-def pgf luamplib<br><br>rem fonts<br>set pkg=%pkg% fontspec microtype unicode-math luaotfload<br>set pkg=%pkg% sourcecodepro asana-math ebgaramond  tex-gyre  amsfonts gnu-freefont<br>set pkg=%pkg% opensans fira tex-gyre-math junicode lm  lm-math amiri ipaex xits<br>set pkg=%pkg% libertine coelacanth fontawesome stix2-otf dejavu<br>set pkg=%pkg% luatexko unfonts-core cjk-ko iwona libertinus-fonts fandol<br>set pkg=%pkg% cm-unicode noto<br><br>rem languages<br>set pkg=%pkg% luatexja arabluatex babel babel-english<br><br>rem math<br>set pkg=%pkg% amsmath lualatex-math<br><br>rem a few more packages<br>set pkg=%pkg% luacode environ adjustbox collectbox ms varwidth geometry url ulem<br><br>rem some packages for the documentation<br>set pkg=%pkg% caption fancyvrb hyperref inconsolata listings luatex85 mdwtools<br>set pkg=%pkg% metalogo pdfpages pgf-blur standalone tikzducks tikzmarmots titlesec<br>set pkg=%pkg% tocloft tools<br>set pkg=%pkg% tugboat<br><br>rem Assuming a 'basic' font set up, metafont is required to avoid<br>rem warnings with some packages and errors with others<br>set pkg=%pkg% metafont mfware texlive-scripts<br><br>tlmgr install %pkg%<br><br>rem  Keep no backups (not required, simply makes cache bigger)<br>tlmgr option -- autobackup 0<br><br>rem  Update the TL install but add nothing new<br>tlmgr update --self --all --no-auto-install<br><div><br></div><div><br></div><div>The smalltex.profile uses the scheme-infraonly, and the idea it to keep all under a  folder</div><div>(at the moment tex-2021-08-16-1629134177-441963500 )<br></div><div><br></div><div>install-tl-windows -portable -no-gui -profile=smalltex.profile<br></div><div>fails (see install-tl.log) so I have to call it.</div><div>After that, tlmgr runs fine until the end.</div><div><br></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">luigi<br></div></div></div>