Quick Deployment Wizard: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by 85.167.3.193 to last version by Deguix) |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{PageAuthor|deepesh}} | {{PageAuthor|deepesh}} | ||
== Links == | |||
Get it from <strike>[http://www.freeware-alternative.uni.cc/downloads/nsis-quick-deployment-wizard/nsis-gui-quick-deployment-wizard-setup-maker.html http://www.freeware-alternative.uni.cc/]</strike>, I will be releasing code soon after proper commenting. | |||
== Description == | == Description == | ||
This is a complete GUI NSIS Script based free installer that, in detail, is a software installer and uninstaller for Microsoft© Windows© 95, 98, Me, NT© 4, 2000 and XP applications. Its design goals are to provide Windows-compliant installation and removal functionality with a small distribution size, a straightforward and simple wizard interface, and install and uninstall support using a modern theme. All of that is free with no adware and no spyware. This will also be soon be made open-source. | |||
== Main Features == | == Main Features == | ||
#it has, approximately, 80-140k overhead over uncompressed data size (after UPX PE compression and bzip compression). Most of the times the installer will be smaller than the size of the original files combined). For example, the original size of an 1.1 Mb installer of QDW is more than 2.5 Mb, having compression of more than 50%. | |||
#it generates self-contained, win32 executable installers with Auto Register for DLL and OCX files. | |||
#it has complete uninstallation support. | |||
#it has support for adding VB projects directly. Most of the entries will be filled automatically, including the OCX used by the project (DLL scan will be added soon). | |||
#it has a customizable appearance (icons, header images etc.). | |||
#it has an optional support to include a bitmap splash screen with fading effects (only on Win2000/XP) and sound, which is optional. | |||
#installers can be as large as 2GB (theorically -- when building on Win9x the limit seems to be around 500MB, however building on NT then installing on Win9x works with larger sizes) | |||
#it supports adding shortcuts to both Start Menu & Desktop. | |||
#it can recursively add whole directories to the installer. | |||
#it is based on NSIS techonology. | |||
#it is absolutely FREE, with ever increasing functions, version by version. Soon, I will be making the source code available to help in its development. | |||
== To Do List == | == To Do List == | ||
#installation and uninstalltion of shared DLL's using shared references count method. | |||
#multilingual support. | |||
#greater customization. | |||
[[Category:Related Software]] | [[Category:Related Software]] |
Latest revision as of 17:35, 7 February 2006
Author: deepesh (talk, contrib) |
Links
Get it from http://www.freeware-alternative.uni.cc/, I will be releasing code soon after proper commenting.
Description
This is a complete GUI NSIS Script based free installer that, in detail, is a software installer and uninstaller for Microsoft© Windows© 95, 98, Me, NT© 4, 2000 and XP applications. Its design goals are to provide Windows-compliant installation and removal functionality with a small distribution size, a straightforward and simple wizard interface, and install and uninstall support using a modern theme. All of that is free with no adware and no spyware. This will also be soon be made open-source.
Main Features
- it has, approximately, 80-140k overhead over uncompressed data size (after UPX PE compression and bzip compression). Most of the times the installer will be smaller than the size of the original files combined). For example, the original size of an 1.1 Mb installer of QDW is more than 2.5 Mb, having compression of more than 50%.
- it generates self-contained, win32 executable installers with Auto Register for DLL and OCX files.
- it has complete uninstallation support.
- it has support for adding VB projects directly. Most of the entries will be filled automatically, including the OCX used by the project (DLL scan will be added soon).
- it has a customizable appearance (icons, header images etc.).
- it has an optional support to include a bitmap splash screen with fading effects (only on Win2000/XP) and sound, which is optional.
- installers can be as large as 2GB (theorically -- when building on Win9x the limit seems to be around 500MB, however building on NT then installing on Win9x works with larger sizes)
- it supports adding shortcuts to both Start Menu & Desktop.
- it can recursively add whole directories to the installer.
- it is based on NSIS techonology.
- it is absolutely FREE, with ever increasing functions, version by version. Soon, I will be making the source code available to help in its development.
To Do List
- installation and uninstalltion of shared DLL's using shared references count method.
- multilingual support.
- greater customization.