New paging system. All scripts must be updated, but it sure is worth it. InstallOptions has two new functions initDialog and show. Docs massively updated.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1536 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-01 20:34:55 +00:00
parent c3013952c0
commit 6c51b44657
25 changed files with 977 additions and 480 deletions

View file

@ -87,6 +87,10 @@ enum
TOK_FUNCTIONEND,
TOK_ADDSIZE,
// Page oredering shit
TOK_PAGE,
TOK_UNINSTPAGE,
// flag setters
TOK_SETDATESAVE,
TOK_SETOVERWRITE,