I just checked that a possible solution is to unzip the exe archive in somedir. Then I called lilypond.exe in usr/bin and it worked fine. However, I wonder if there can be unwanted side effects in "installing" the program in this way...
On Mon, Dec 19, 2022 at 2:46 AM Paolo Prete <paolopr...@gmail.com> wrote: > Hello, > > Is there a way to install versions up to 2.23.6-1 for Windows without the > installer GUI interaction, with a command line that specifies the > destination directory? > > AFAIK, this is possible for Darwin and Linux, but I can't find a way for > Windows. > On Linux, for example, I do: > > echo '\n' | sh lilypond-2.23.4-1.linux-64.sh --prefix somedir > > (Any non-GUI alternative or work-around is acceptable) > > Thanks, > Paolo >