Updated TODO.txt; New methods to change VersionInformation, this time is completed customizable by the script, default code page and language retrieved from OS, but can be changed by script too; fixed problem with some chars like ©

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2625 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
ramon18 2003-06-10 04:35:09 +00:00
parent 0b9f44233c
commit 397234a5bd
8 changed files with 163 additions and 112 deletions

View file

@ -216,13 +216,10 @@ enum
TOK_ALLOWSKIPFILES,
// Added by ramon 3 jun 2003
TOK_DEFVAR,
TOK_VI_PRODUCTVERSION,
TOK_VI_PRODUCTNAME,
TOK_VI_COMPANY,
TOK_VI_COMMENTS,
TOK_VI_LEGALTRADEMARKS,
TOK_VI_LEGALCOPYRIGHTS,
TOK_VI_DESCRIPTION,
TOK_VI_ADDKEY,
TOK_VI_ADDTRANSLATION,
TOK_VI_SETPRODUCTVERSION,
TOK_VI_SETVERSIONLANGUAGE,
TOK__LAST,
TOK__PLUGINCOMMAND