- Plug-in developers should check out the new plug-in API in Examples\Plugin and convert their plug-ins, especially in case they require staying loaded.
F.26.2 Changelog
F.26.2.1 Major Changes
- Deprecated /NOUNLOAD and SetPluginsUnload to make scripts simpler and safer ()
- Useful header functions no longer require usage declaration and different syntax for uninstaller functions
- Revamped plug-in API now comes in the form of pluginapi.lib, API version information and more common functions ()
F.26.2.2 Minor Changes
- Added !searchreplace preprocessor command for compiletime text search/replaces
- Added support for of EXE COM servers (RFE #2315740)
- : Added timer support (patch #2135855)
- : Added progress bar support
- WinVer.nsh: Added IsServer, IsWin2003R2, IsStarterEdition, OSHasMediaCenter and OSHasTabletSupport
- : Fixed 95/NT4 ambiguity (bug #2053642)
- : Proper Windows XP x64 detection (bug #2053700)
- : Windows 2008 detection support (RFE #1949260)
F.26.2.3 Translations
F.26.2.4 Build System
- Full System compatibility with GCC ()