NSIS SFX Package Builder: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
m (Reverted edits by 124.115.168.229 to last version by Kichik)
 
(22 intermediate revisions by 9 users not shown)
Line 5: Line 5:
* <attach>Nsfx_pbr.zip</attach> current release.
* <attach>Nsfx_pbr.zip</attach> current release.
===== Debate =====
===== Debate =====
* [http://forums.winamp.com/showthread.php?s=93f2302bc8f093634e18e0ceca751b06&threadid=241940 Winamp Forums thread including 1st release]
* [http://forums.winamp.com/showthread.php?s=93f2302bc8f093634e18e0ceca751b06&threadid=241940 Winamp Forums thread - bug's report]




Line 30: Line 30:


== Versions History ==
== Versions History ==
''' 1.27.03.2006 '''
''' 1.05.02.2006 '''
* 1st release is stable enough to go out. Please test it and report bugs.<BR>
* Added feature to set compression method.<BR>


''' 1.4.2.2006 '''
'''Builder'''
* Gui improvements.<BR>
 
 
 
''' 1.04.09.2006 '''
* Added feature to select zip archive as source (zip2Exe capability).
* Application's stability improved to the topmost desired level.
* Code cleaning performed, therefore removed no needed anymore functions as RecFind.nsh.<BR>
* To accomplish the new (Zip2Exe) feature, involves [[Nsisunz_plug-in]] from wiki.<BR>
 
'''Builder'''
* GUI changes to suit the added feature Zip2Exe.<BR>
 
'''ToDo!'''
* Alternative feature to select rar arhive beyond zip (hard working on this).
* Code cleaning and transformation of all needed functions to system plugin.
* More or less, the creation of a featured NSIS script creator.<BR>
 
 
 
''' 1.04.02.2006 '''
* Changes in this release are focused mainly in application's stability and solid operation in user interaction mode.<BR>
* Changes in this release are focused mainly in application's stability and solid operation in user interaction mode.<BR>
To accomplish the futures were added, involves the following plugins/functions from wiki:<BR>
To accomplish the features were added, involves the following plugins/functions from wiki:<BR>
[[GetDrives]]<BR>
[[GetDrives]]<BR>
[[Get_File_Size_using_the_system_plugin]]<BR>
[[Get_File_Size_using_the_system_plugin]]<BR>
Line 57: Line 78:
* Does not accept invalid output path entry.<BR>
* Does not accept invalid output path entry.<BR>
* Calculates target's free space whether is  sufficient for decompressed package.<BR>
* Calculates target's free space whether is  sufficient for decompressed package.<BR>
* Some minor additions.<BR>
* Some minor additions.<BR><BR>
 
''' 1.03.27.2006 '''
* 1st release is stable enough to go out. Please test it and report bugs.
 
== License ==
 
This application is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages
arising from the use of this header file.


Permission is granted to anyone to use this application for any purpose,
including commercial applications, and to alter it and redistribute
it freely, subject to the following restrictions:


== Disclaimer ==
#The origin of this application must not be misrepresented; you must not claim that you wrote the original application. If you use this application in a product, an acknowledgment in the product documentation would be appreciated but is not required.
This application is fully tested for being compatible with Windows XP SP 2.
#Altered versions must be plainly marked as such, and must not be misrepresented as being the original application.
While your platform might be a different Win 32, and since I am not able to confirm the full compatibility with any platform, this forewarning should take place here.<BR>
#This notice may not be removed or altered from any distribution.
'''You may use the application at your own risk.'''<BR>
Because of its dependency on NSIS, it is most likely that there is not any compatibility issue with all Win 32 platforms since NSIS supports them all.<BR>
Though, in the most unlikely case to encounter problems, you must agree that you use it at your own risk.<BR>


[[Category:Related_Software]]
[[Category:Related_Software]]

Latest revision as of 22:59, 25 March 2009

Author: Red Wine (talk, contrib)


Links

Download
Debate


Description

Just another sfx package creator written in whole using NSIS scripting lang. The benefit of its use is that it builds small self extracting packages using lzma compression, thus, the implementation of the small NSIS exe header. Moreover, it has a simple, straight forward, a few clicks mode user interface.
The application consists mainly of two instances called NSIS Sfx Package Builder and NSIS Sfx Package Extractor.
Builder is the user interface where users with just a few clicks, they can select files that reside in a folder, or even a whole directory structure, and place them in a self extracting package ready for distribution.
Extractor is the resultant distributed package. With its simple user interface, its mainly purpose is to extract the packaged files/directories in a selected path on the target computer, reconstructing the original directory structure if any.

  • Requires an active NSIS installation on systems where building packages.
  • Partially based on RecFind.nsh by Afrow UK - thanks Stu!
  • In deep based on NSIS - thanks NSIS
  • Comments and suggestions are welcome.
  • Source code provided by request.


ScreenShots

NSIS Sfx Package Builder NSIS Sfx Package Extractor
Builder.png
Extractor.png


Versions History

1.05.02.2006

  • Added feature to set compression method.

Builder

  • Gui improvements.


1.04.09.2006

  • Added feature to select zip archive as source (zip2Exe capability).
  • Application's stability improved to the topmost desired level.
  • Code cleaning performed, therefore removed no needed anymore functions as RecFind.nsh.
  • To accomplish the new (Zip2Exe) feature, involves Nsisunz_plug-in from wiki.

Builder

  • GUI changes to suit the added feature Zip2Exe.

ToDo!

  • Alternative feature to select rar arhive beyond zip (hard working on this).
  • Code cleaning and transformation of all needed functions to system plugin.
  • More or less, the creation of a featured NSIS script creator.


1.04.02.2006

  • Changes in this release are focused mainly in application's stability and solid operation in user interaction mode.

To accomplish the features were added, involves the following plugins/functions from wiki:
GetDrives
Get_File_Size_using_the_system_plugin
CheckSpaceFree
DirState
GetSize
GetVersion_(Windows)_plug-in

Builder

  • Calculates package's uncompressed size and pass it to extractor.
  • Does not accept invalid source path entry.
  • Does not accept empty directories and/or subdirectories.
  • Does not accept a whole HDD as source.
  • Warn users if source is removable CDROM, Memory Card etc.
  • Warn users if source is zero data size.
  • Does not accept invalid output path entry.
  • Calculates target's free space whether is sufficient to store the package.
  • Some minor additions.

Extractor

  • Does not accept invalid output path entry.
  • Calculates target's free space whether is sufficient for decompressed package.
  • Some minor additions.

1.03.27.2006

  • 1st release is stable enough to go out. Please test it and report bugs.

License

This application is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this header file.

Permission is granted to anyone to use this application for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this application must not be misrepresented; you must not claim that you wrote the original application. If you use this application in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  2. Altered versions must be plainly marked as such, and must not be misrepresented as being the original application.
  3. This notice may not be removed or altered from any distribution.