Issue 1904: "Setup script for Windows" with InnoSetyup, waiting for a better one with Wix widgets.

This commit is contained in:
natureh 510
2013-06-30 19:19:34 +02:00
parent 7cb8fc92e4
commit e8f2dd3038
5 changed files with 837 additions and 0 deletions

14
rtdata/win/readme.txt Normal file
View File

@@ -0,0 +1,14 @@
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 supressed from the source
tree.
All discussion about the present document and the setup scripts has to be done in issue 1904.