2003-01-28 15:07:51 +00:00
|
|
|
TODO
|
|
|
|
|
2003-03-04 17:22:19 +00:00
|
|
|
-- NSIS 2 Beta 4 --
|
2003-01-04 13:09:39 +00:00
|
|
|
|
2003-01-28 15:07:51 +00:00
|
|
|
NSIS
|
2003-01-04 13:09:39 +00:00
|
|
|
|
2003-03-20 20:49:13 +00:00
|
|
|
* MB and friends translatable
|
|
|
|
|
2003-02-10 17:54:31 +00:00
|
|
|
* skip plugin calls, file instructions that add more than one file with +1 with goto
|
|
|
|
|
2003-03-20 20:49:13 +00:00
|
|
|
* add version numbers for the installer
|
|
|
|
|
2003-02-07 23:04:25 +00:00
|
|
|
* move more ui changes to compile time.
|
|
|
|
inst details could be changed in compile time too
|
|
|
|
|
2003-01-28 15:07:51 +00:00
|
|
|
* component page for uninstaller, multiple sections
|
2002-10-28 18:24:03 +00:00
|
|
|
|
2003-01-28 15:07:51 +00:00
|
|
|
* more default texts in NLF language files
|
2003-01-11 20:24:44 +00:00
|
|
|
|
2003-01-28 15:10:53 +00:00
|
|
|
* different color for the drive space when there is not enough space
|
|
|
|
|
2003-02-07 23:04:25 +00:00
|
|
|
* all installer strings should be language strings
|
|
|
|
|
2002-11-09 20:25:11 +00:00
|
|
|
EXAMPLES
|
|
|
|
|
2003-01-28 15:07:51 +00:00
|
|
|
* write an advanced paging example showing multiple components page with multiple
|
|
|
|
instfiles pages
|
2002-12-05 19:17:38 +00:00
|
|
|
|
2003-02-08 23:03:31 +00:00
|
|
|
OTHER PLUGINS
|
|
|
|
|
2003-03-04 17:22:19 +00:00
|
|
|
* nsExec - live output
|
|
|
|
|
2003-01-28 15:07:51 +00:00
|
|
|
-- Before NSIS 2 Final --
|
|
|
|
|
|
|
|
NSIS
|
|
|
|
|
2003-04-06 17:17:58 +00:00
|
|
|
* sorted list with binary search for defines for faster searching
|
2003-04-05 13:34:32 +00:00
|
|
|
|
2003-04-02 18:46:36 +00:00
|
|
|
* custom class names for IO so you can include whatever item you want
|
|
|
|
|
2003-03-23 17:14:07 +00:00
|
|
|
* set resource's font at run-time by saving offsets at compile time
|
|
|
|
|
|
|
|
* more powerful plug-ins (access to ExecFunc and flags and even more)
|
2003-03-15 13:24:08 +00:00
|
|
|
|
2003-04-04 22:19:00 +00:00
|
|
|
* ChangeUI RTL full support
|
2003-02-10 14:02:13 +00:00
|
|
|
|
2003-01-28 15:07:51 +00:00
|
|
|
* LZMA compression
|
|
|
|
|
2003-02-20 21:04:55 +00:00
|
|
|
* multiple directory pages
|