Il lun 19 dic 2022, 10:41 Jean Abou Samra <j...@abou-samra.fr> ha scritto:
> Le 19/12/2022 à 02:46, Paolo Prete a écrit : > > 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) > > > This is for your Spontini editor, right? Honestly, now that > 2.24.0 is out, I would not bother to offer convenient installation > of older LilyPond versions. Up to you, of course Yes (btw: I tested the 2.24.0 version and it works well with the editor! It will have a new release soon). However, I need to automate the Win installation of older versions not only for users but mainly for a set of CI tests that I'll include in the next release: these tests check compatibility of the editor with all the supported versions of LilyPond. As said before, decompressing the exe file as an archive seems to work fine: if I can compile all the examples of the editor with LP installed in such way I would assume that it works... Cheers Paolo