Quick Deployment Wizard: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Added category links.)
m (Reverted edits by 85.167.3.193 to last version by Deguix)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{|align=right
{{PageAuthor|deepesh}}
|<small>Author: [[{{ns:2}}:deepesh|deepesh]] ([[{{ns:3}}:deepesh|talk]], [[{{ns:-1}}:Contributions/deepesh|contrib]])</small>
 
|}
== Links ==
<br style="clear:both;">
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 ==
Get it from http://www.freeware-alternative.uni.cc/, i will be releasing code soon after proper commenting.
This is a complete GUI NSIS Script based free installer that, in detail, is a software installer and uninstaller for Microsoft&copy; Windows&copy; 95, 98, Me, NT&copy; 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.
A Complete GUI NSIS Script Based Free Installer :  A software installer and uninstaller for Microsoft&copy; Windows&copy; 95, 98, Me, NT&copy; 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 modern theme. All that FREE , No Ad ware , No Spy ware , Soon will be made Open-Source.


== Main Features ==
== Main Features ==
1). Approximately 80-140k overhead over Uncompressed data size (after UPX PE compression and bzip compression most of the times the installer will be less then original combined file size). for example the original size of this 1.1 Mb installer of QDW is more then 2.5 Mb that is more then 50% compression.
#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.
2). Generates self contained, win32 executable installer, with Auto Register for DLL, 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).
3). Full Uninstall support.
#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.
4). Support for adding VB Project directly, most entries will be filled automatically including OCX used by the project (DLL scan will be added soon).
#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.
5). Customizable appearance ( icons, header image etc.)
#it can recursively add whole directories to the installer.
 
#it is based on NSIS techonology.
6). optional Support to include .Bmp splash screen with fading effects (2000/XP) and optional accompanying sound.
#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.
 
7). Installers can be as large as 2GB (theoretically -- when building on Win9x the limit seems to be around 500MB, however building on NT then installing on Win9x works with larger sizes)
 
8). Support to add shortcuts to both Start Menu & Desktop.  
 
9). Recursive adding of whole directory , no need to add individual files.
 
10). Based on NSIS SuperPiMP&copy; technology.
 
11). It's 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 ==
1). Installation and uninstalltion of Shared Dll's using shared referenced count method.
#installation and uninstalltion of shared DLL's using shared references count method.
 
#multilingual support.
2). multilingual Support.
#greater customization.
 
3). More Customizable.


[[{{ns:14}}: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

  1. 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%.
  2. it generates self-contained, win32 executable installers with Auto Register for DLL and OCX files.
  3. it has complete uninstallation support.
  4. 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).
  5. it has a customizable appearance (icons, header images etc.).
  6. it has an optional support to include a bitmap splash screen with fading effects (only on Win2000/XP) and sound, which is optional.
  7. 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)
  8. it supports adding shortcuts to both Start Menu & Desktop.
  9. it can recursively add whole directories to the installer.
  10. it is based on NSIS techonology.
  11. 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

  1. installation and uninstalltion of shared DLL's using shared references count method.
  2. multilingual support.
  3. greater customization.