NSIS/Examples
anders_k 7cc150c464 MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins.
The official plugins are now stored in architecture specific subdirectories under NSIS\Plugins. !AddPluginDir also gained a new (optional) architecture flag because MakeNSIS now stores separate plugin information for each target architecture. Storing plugins in the root of the Plugins directory is no longer supported.

MinGW does not implement the unicode CRT startup functions so the entry point functions and linker parameters had to be changed. The unicode tools use the ansi entry point and a small helper function that calls into the real code: _tmain has full argc+argv emulation while wWinMain does not pass the command line parameters. The stubs do not use any CRT functions and have no CRT or unicode helper code, they call our entry point directly.



git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6269 212acab6-be3b-0410-9dea-997c60f758d6
2012-10-13 01:47:50 +00:00
..
Modern UI added Asturian by Marcos 2010-02-06 13:19:47 +00:00
bigtest.nsi Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review. 2009-01-13 16:54:39 +00:00
example1.nsi default directory that does not require administrator privileges 2008-02-04 00:49:03 +00:00
example2.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
FileFunc.ini LF -> CRLF 2007-11-14 20:10:31 +00:00
FileFunc.nsi deprecate SetPluginUnload and /NOUNLOAD 2008-12-20 08:17:15 +00:00
FileFuncTest.nsi no need for function usage deceleration or un. suffix anymore 2008-11-21 13:22:57 +00:00
gfx.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
languages.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
Library.nsi Fix Library.nsi test script on non-Windows by making it use Contrib/UIs/default.exe instead of makensis.exe, which isn't built except on Windows. 2008-12-21 00:49:43 +00:00
LogicLib.nsi fixed bug #2849872 - LogicLib Do..Loop warning 2009-12-05 21:52:39 +00:00
makensis.nsi MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
Memento.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
one-section.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
primes.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
rtest.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
SConscript use Modern UI 2 2008-01-27 17:45:35 +00:00
silent.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
StrFunc.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
TextFunc.ini LF -> CRLF 2007-11-14 20:10:31 +00:00
TextFunc.nsi deprecate SetPluginUnload and /NOUNLOAD 2008-12-20 08:17:15 +00:00
TextFuncTest.nsi no need for function usage deceleration or un. suffix anymore 2008-11-21 13:22:57 +00:00
UserVars.nsi administrator privileges required for installation in Program Files 2008-02-04 01:09:03 +00:00
VersionInfo.nsi Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review. 2009-01-13 16:54:39 +00:00
viewhtml.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
waplugin.nsi Windows Vista UAC setting 2008-01-27 17:44:55 +00:00
WordFunc.ini LF -> CRLF 2007-11-14 20:10:31 +00:00
WordFunc.nsi deprecate SetPluginUnload and /NOUNLOAD 2008-12-20 08:17:15 +00:00
WordFuncTest.nsi no need for function usage deceleration or un. suffix anymore 2008-11-21 13:22:57 +00:00