NSIS/Contrib/zip2exe
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
..
zlib Fix a lot of MinGW/GCC warnings 2011-11-09 18:12:57 +00:00
Base.nsh applied patch #1334155 - zip2exe: checkbox for solid compression 2005-10-21 13:53:27 +00:00
Classic.nsh Zip2Exe 0.3: based on header files, improved interface, Modern UI support, new script code, improved folder detection 2003-09-28 12:42:03 +00:00
icon.ico Updated Zip2Exe's GUI 2002-09-10 03:44:53 +00:00
main.cpp 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
Modern.nsh Changed to use MUI2.nsh 2010-05-03 20:02:32 +00:00
res.rc version bump 2005-11-12 17:20:07 +00:00
resource.h applied patch #1334155 - zip2exe: checkbox for solid compression 2005-10-21 13:53:27 +00:00
SConscript applied patch #2918870 - use of the zlib compression library provided by the system 2010-02-07 21:24:09 +00:00
zip2exe.xml fixed bug #2725883 - NSIS installers always show warning on Windows 7 2009-06-06 16:14:36 +00:00