Zip2Exe: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library)
 
m (Updated author and download links, and changed format of some pages.)
Line 9: Line 9:
You can find Zip2Exe in the Bin directory of the NSIS distribution.
You can find Zip2Exe in the Bin directory of the NSIS distribution.


Page author: joost
Page author: [[User:joost|joost]]

Revision as of 12:17, 23 April 2005

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.

Page author: joost