Zip2Exe: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 24.191.216.38 to last version by ConversionBot)
m (Adding new author and category links.)
Line 1: Line 1:
{|align=right
{{PageAuthor|joost}}
|<small>Author: [[{{ns:2}}:joost|joost]] ([[{{ns:3}}:joost|talk]], [[{{ns:-1}}:Contributions/joost|contrib]])</small>
 
|}
<br style="clear:both;">
== Description ==
== 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 13: Line 11:
You can find Zip2Exe in the Bin directory of the NSIS distribution.
You can find Zip2Exe in the Bin directory of the NSIS distribution.


[[{{ns:14}}:Related Software]]
[[Category:Related Software]]

Revision as of 14:12, 24 June 2005

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.