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-06-12 16:33:56 +00:00
|
|
|
* SetCurInstType should work without the components page
|
2003-02-07 23:04:25 +00:00
|
|
|
|
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-02-07 23:04:25 +00:00
|
|
|
* all installer strings should be language strings
|
|
|
|
|
2003-05-24 10:17:15 +00:00
|
|
|
* move no custom to compiler (custom as just another inst type)
|
|
|
|
|
2003-07-12 12:04:04 +00:00
|
|
|
* empty subsections should not show
|
|
|
|
|
2003-04-18 13:54:51 +00:00
|
|
|
-- Before NSIS 2 Final --
|
2003-02-08 23:03:31 +00:00
|
|
|
|
2003-04-18 13:54:51 +00:00
|
|
|
EXAMPLES
|
2003-03-04 17:22:19 +00:00
|
|
|
|
2003-04-18 13:54:51 +00:00
|
|
|
* write an advanced paging example showing multiple components page with multiple
|
|
|
|
instfiles pages
|
2003-01-28 15:07:51 +00:00
|
|
|
|
|
|
|
NSIS
|
|
|
|
|
2003-04-18 13:54:51 +00:00
|
|
|
* skip plugin calls, file instructions that add more than one file with +1 with goto
|
2003-04-02 18:46:36 +00:00
|
|
|
|
2003-04-18 13:54:51 +00:00
|
|
|
* different color for the drive space when there is not enough space
|
2003-03-23 17:14:07 +00:00
|
|
|
|
|
|
|
* 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-07-17 12:17:29 +00:00
|
|
|
* stop using static variables so CEXEBuild can be used as a real class
|
|
|
|
|
2003-04-18 13:54:51 +00:00
|
|
|
PLUGINS
|
|
|
|
|
|
|
|
* InstallOptions - custom class names so you can include whatever control you want
|
|
|
|
|
|
|
|
* nsExec - live output
|