Special Builds: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Added an ID tag for the page.)
m (Using the {{NSISVersion}} template.)
Line 12: Line 12:
This build includes advanced logging features that allow you create an exact log of all installer actions (see the [http://nsis.sourceforge.net/Docs/ users manual] for details). You can use it if you want testers or users to send installation reports.
This build includes advanced logging features that allow you create an exact log of all installer actions (see the [http://nsis.sourceforge.net/Docs/ users manual] for details). You can use it if you want testers or users to send installation reports.


[http://prdownloads.sourceforge.net/nsis/nsis-2.10-log.zip?download Download]
[http://prdownloads.sourceforge.net/nsis/nsis-{{NSISVersion}}-log.zip?download Download]


== Large strings ==
== Large strings ==
Line 18: Line 18:
If you are working with large strings use this build which has a maximum string length of 8192 bytes instead of the default of 1024 bytes.
If you are working with large strings use this build which has a maximum string length of 8192 bytes instead of the default of 1024 bytes.


[http://prdownloads.sourceforge.net/nsis/nsis-2.10-strlen_8192.zip?download Download]
[http://prdownloads.sourceforge.net/nsis/nsis-{{NSISVersion}}-strlen_8192.zip?download Download]

Revision as of 15:01, 15 October 2005

You can recompile NSIS with a custom configuration file (exehead\config.h) to remove features you are not using (to decrease the overhead size), to enable features that are not enabled by default (like advanced logging) or to change advanced settings of compression methods and variables.

For the users without a compiler, some special builds of makensis.exe are provided here. These builds are only compatible with NSIS 2.10 (older versions).

No solid compression for BZIP2 and LZMA

This special build is no longer provided. You can now simply not use the /SOLID switch for the SetCompressor command.

Advanced logging

This build includes advanced logging features that allow you create an exact log of all installer actions (see the users manual for details). You can use it if you want testers or users to send installation reports.

Download

Large strings

If you are working with large strings use this build which has a maximum string length of 8192 bytes instead of the default of 1024 bytes.

Download