write to INI file in Welcome/Finish page pre functions

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2494 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-04-25 15:27:32 +00:00
parent 460c34c2bb
commit 84db51ea2c
3 changed files with 26 additions and 18 deletions

View file

@ -1,6 +1,6 @@
NSIS Modern User Interface - VERSION HISTORY
1.64 - April 21, 2003
1.64 - April 25, 2003
* Support for license page with checkbox or radiobuttons to let the
user accept the agreement or not
* Macro's for finish headers don't have to be inserted anymore
@ -9,6 +9,7 @@ NSIS Modern User Interface - VERSION HISTORY
* Header text for aborted installation
* New macro's: get language for uninstaller, delete shortcuts
* Language specific fonts
* Welcome/Finish page INI files can be modified in pre functions
* Language files have to be updated
1.63 - March 9, 2003