Angus Leeming wrote:
Then the user chooses an install directory for LyX and the
LyX-files are extracted there. The stripped versions of python etc.
are included in the install package. Assuming the install directory
is C:\LyX they are extracted in C:\LyX\bin (the same directory like
the lyx.exe).
Why not C:\Program Files\LyX ?
It was just an example path (the user can install it everywhere).
Now this directory is added to the PATH using Win's
command line command set path=C:\LyX\bin;%path%
Now the menu language is set for all users with e.g. the comand
line command set LANG=de_DE
Isn't this the sort of thing that can be done trivially with a lyx.cmd
script wrapping lyx.exe ?
I think yes, but don't know exactly how it's done.
regards Uwe