Richard E Barber 3b2732d641
windows innosetup: comment out font
bf988ad2744865f151611a2761a91c9d90f7ba83 removes the default font in favor of the OS default. `tools/win/InnoSetup/WindowsInnoSetup.iss.in` Line 122 causes the win build fail trying to load the deleted font.
2024-03-07 14:12:02 -08:00
..
2018-02-14 14:07:18 -05:00

INSTALLER SCRIPTS
-----------------

This "win" directory includes installer setup mechanisms for Windows 32/64.

As requested in issue 1904 ( http://code.google.com/p/rawtherapee/issues/detail?id=1904 ),
the preferred choice of setup mechanism is Wix widgets. However an InnoSetup script has been
created before the definitive choice and has been added to the source tree, for convenience.

Once the Wix setup mechanism will be operational, the InnoSetup can be suppressed from the source
tree.

All discussion about the present document and the setup scripts has to be done in issue 1904.