
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2125 212acab6-be3b-0410-9dea-997c60f758d6
52 lines
No EOL
1.1 KiB
Text
52 lines
No EOL
1.1 KiB
Text
TODO
|
|
|
|
-- NSIS 2 Beta 2 --
|
|
|
|
NSIS
|
|
|
|
* move more ui changes to compile time.
|
|
make progress bar flags be written directly in the UI (PBS_SMOOTH)
|
|
inst details could be changed in compile time too
|
|
|
|
* component page for uninstaller, multiple sections
|
|
|
|
* more default texts in NLF language files
|
|
|
|
* current working directory changes
|
|
|
|
* different color for the drive space when there is not enough space
|
|
|
|
* all installer strings should be language strings
|
|
|
|
DOCUMENTATION
|
|
|
|
* user_vars should link to the user_vars section as in the old docs callbacks and
|
|
other stuff should be linked too
|
|
|
|
* go over everything and search for mistakes :)
|
|
|
|
* find somewhere to put a link to the forum and nsis.sf.net
|
|
|
|
EXAMPLES
|
|
|
|
* write an advanced paging example showing multiple components page with multiple
|
|
instfiles pages
|
|
|
|
* language files auto updater
|
|
|
|
INSTALLOPTIONS
|
|
|
|
* manual validation
|
|
|
|
-- Before NSIS 2 Final --
|
|
|
|
NSIS
|
|
|
|
* LZMA compression
|
|
|
|
* multiple directory pages
|
|
|
|
DOCUMENTATION
|
|
|
|
* not so important but could be nice, links to examples in the examples directory
|
|
for every function every function will link to the example file that containts it |