
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2444 212acab6-be3b-0410-9dea-997c60f758d6
51 lines
No EOL
1.1 KiB
Text
51 lines
No EOL
1.1 KiB
Text
TODO
|
|
|
|
-- NSIS 2 Beta 4 --
|
|
|
|
NSIS
|
|
|
|
* MB and friends translatable
|
|
|
|
* skip plugin calls, file instructions that add more than one file with +1 with goto
|
|
|
|
* add version numbers for the installer
|
|
|
|
* move more ui changes to compile time.
|
|
inst details could be changed in compile time too
|
|
|
|
* component page for uninstaller, multiple sections
|
|
|
|
* more default texts in NLF language files
|
|
|
|
* different color for the drive space when there is not enough space
|
|
|
|
* all installer strings should be language strings
|
|
|
|
EXAMPLES
|
|
|
|
* write an advanced paging example showing multiple components page with multiple
|
|
instfiles pages
|
|
|
|
OTHER PLUGINS
|
|
|
|
* BgImage - SetImage /RESIZETOFIT doesn't work
|
|
|
|
* nsExec - live output
|
|
|
|
-- Before NSIS 2 Final --
|
|
|
|
NSIS
|
|
|
|
* sorted list with binary search for defines for faster searching
|
|
|
|
* custom class names for IO so you can include whatever item you want
|
|
|
|
* 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)
|
|
|
|
* ChangeUI RTL full support
|
|
|
|
* LZMA compression
|
|
|
|
* multiple directory pages |