
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2509 212acab6-be3b-0410-9dea-997c60f758d6
46 lines
No EOL
904 B
Text
46 lines
No EOL
904 B
Text
TODO
|
|
|
|
-- NSIS 2 Beta 4 --
|
|
|
|
NSIS
|
|
|
|
* Section switch for defaulting to unselected mode
|
|
|
|
* DATE, FILE, TIME, etc. defines
|
|
|
|
* add version numbers for the installer
|
|
|
|
* component page for uninstaller, multiple sections
|
|
|
|
* more default texts in NLF language files
|
|
|
|
* all installer strings should be language strings
|
|
|
|
PLUGINS
|
|
|
|
* BGImage - crash when called from .onInstSuccess
|
|
|
|
-- Before NSIS 2 Final --
|
|
|
|
EXAMPLES
|
|
|
|
* write an advanced paging example showing multiple components page with multiple
|
|
instfiles pages
|
|
|
|
NSIS
|
|
|
|
* skip plugin calls, file instructions that add more than one file with +1 with goto
|
|
|
|
* different color for the drive space when there is not enough space
|
|
|
|
* more powerful plug-ins (access to ExecFunc and flags and even more)
|
|
|
|
* ChangeUI RTL full support
|
|
|
|
* LZMA compression
|
|
|
|
PLUGINS
|
|
|
|
* InstallOptions - custom class names so you can include whatever control you want
|
|
|
|
* nsExec - live output |