Updated Changelog and added "compiling NSIS Sources" notes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2470 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
383da256bf
commit
0e8b582375
2 changed files with 61 additions and 36 deletions
|
@ -1,14 +1,25 @@
|
|||
\A{history} Release History
|
||||
\A{history} Changelog and Release Notes
|
||||
|
||||
|
||||
\e{v2.0b4}
|
||||
|
||||
\b InstallOptions PlugIn: Fixed bug [ 720332 ] ">301 Characters in State of List Box Bug in InstallOptions"
|
||||
|
||||
\b System PlugIn: Fixed a bug with calling proc(void) and added e switch to get GetLastError return value
|
||||
|
||||
\b Fixed a problem regarding borders in PlugIns BgImage and InstallOptions
|
||||
|
||||
\b Fixed pluginsdir init function generation
|
||||
|
||||
\b Bug #717022 fixed: overlapping chars in dir input
|
||||
|
||||
\b In Components Tree: Fixed problems with sub-sections with RO sections as children, SF_EXPAND now refreshes the components tree, Added SF_PSELECTED for partially selected sub-sections
|
||||
|
||||
\b \R{onmouseoversection}{OnMouseOver Text} is only displayed when mouse over section else nothing is displayed
|
||||
|
||||
\b RO sections can now be in \R{ainsttype}{InstTypes} too (default to old behavior)
|
||||
|
||||
\b \W{../contrib/InstallOptions/readme.html}{IO}: Added EXTENDEDSELECT flag for list boxes which replaces MULTISELECT that now acts exactly as the real style flag ([double] click turns on or off selection)
|
||||
\b \W{../contrib/InstallOptions/readme.html}{InstallOptions}: Added EXTENDEDSELECT flag for list boxes which replaces MULTISELECT that now acts exactly as the real style flag ([double] click turns on or off selection)
|
||||
|
||||
\b Modern UI 1.64: Finish header macro's don't have to be inserted anymore, \R{alicenseforceselection}{LicenseForceSelection} support, improved language preference storage
|
||||
|
||||
|
@ -22,6 +33,13 @@
|
|||
|
||||
\b \R{ainsttype}{InstType} /NOCUSTOM and /COMPONENTSONLYONCUSTOM work together
|
||||
|
||||
|
||||
|
||||
|
||||
\R{page}{Custom Pages} now have a leave function. As this parameter is before the caption you have to add another "" empty string for the title to work.
|
||||
|
||||
|
||||
|
||||
\e{v2.0b3}
|
||||
|
||||
\b Modern UI 1.63: Header bitmap support, new defines to change the description area, single macro for language selection dialog, more!
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
\A{usefulinfos} Useful Information
|
||||
|
||||
\H{compiling_infos}Compiling NSIS Sources
|
||||
|
||||
If you want to compile NSIS by yourself you have to install the Sources. The Sources are shipped with every official \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{NSIS distribution} as well with the \W{http://nsis.sourceforge.net/nightly/nsis.zip}{nightly} development Snapshots. NSIS is programmed in Microsoft Visual C 6.0. Therefore it contains all necessary files including the Project Files. You can also use the current Version 7.0 of Visual C but the output is a few KB larger. The Sources also include a makefile for the famous Open Source Compiler GCC but unfortunately it is a little bit outdated. If you are working with GCC and want to provide a updated working makefile or your using an other Compiler like Borland C++ Builder or Open Watcom C/C++ and want to provide makefiles or project files please drop a line on the \W{http://forums.winamp.com/forumdisplay.php?forumid=65}{NSIS Forum}.
|
||||
|
||||
\\<b\\>Note: If your using Visual C 6.0 you have to update the \W{http://www.microsoft.com/msdownload/platformsdk/sdkupdate/}{Platform SDK} to avoid crashes when using CopyFiles. See \W{http://forums.winamp.com/showthread.php?s=&threadid=131964}{here} for further informations. You should also install the \W{http://msdn.microsoft.com/vstudio/downloads/ppack/default.asp}{Processor Pack} for decreasing the excutable Size.\\</b\\>
|
||||
|
||||
|
||||
\H{useful_add_uninst_infos}Add uninstall information to Add/Remove Programs
|
||||
|
||||
Create a key with your product name under \\<b\\>HKLM/Software/Microsoft/Windows/CurrentVersion/Uninstall\\</b\\> to add entries to the "Add/Remove Programs" section in the Control Panel.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue