Zip2Exe: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 71.11.128.70 to last version by ConversionBot) |
No edit summary |
||
Line 1: | Line 1: | ||
{{PageAuthor|joost}} | {{PageAuthor|joost}} | ||
{Description] | |||
Zip2Exe is a small tool that converts zip files to basic NSIS installers, so you can create an installer without writing a script. | Zip2Exe is a small tool that converts zip files to basic NSIS installers, so you can create an installer without writing a script. | ||
Line 8: | Line 8: | ||
It only allows you to set some very basic installer options like the name, directory and compression method. It's not possible to add a license, sections, script code etc. | It only allows you to set some very basic installer options like the name, directory and compression method. It's not possible to add a license, sections, script code etc. | ||
{ Where to get it } | |||
You can find Zip2Exe in the Bin directory of the NSIS distribution. | You can find Zip2Exe in the Bin directory of the NSIS distribution. | ||
{{Category:Related Software}} | |||
bY VMax |
Revision as of 02:26, 26 December 2007
Author: joost (talk, contrib) |
{Description] Zip2Exe is a small tool that converts zip files to basic NSIS installers, so you can create an installer without writing a script.
The features are similar to self-extracting archives that you can create with certain archive applications.
It only allows you to set some very basic installer options like the name, directory and compression method. It's not possible to add a license, sections, script code etc.
{ Where to get it } You can find Zip2Exe in the Bin directory of the NSIS distribution.
Know of a tool that makes your life easier when using NSIS? Contribute to this section now so that other people can learn about these valuable programs that are out there in the ether.
bY VMax