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)
 
(17 intermediate revisions by 9 users not shown)
Line 30: Line 30:


== Versions History ==
== Versions History ==
''' 1.05.02.2006 '''
* Added feature to set compression method.<BR>
'''Builder'''
* Gui improvements.<BR>
''' 1.04.09.2006 '''
''' 1.04.09.2006 '''
* Added future to select zip arhive as source (zip2Exe capability).
* Added feature to select zip archive as source (zip2Exe capability).
* Application's stability improved to the topmost desired level.
* Application's stability improved to the topmost desired level.
* Code cleaning performed, therefore removed junk functions as RecFind.nsh.<BR>
* Code cleaning performed, therefore removed no needed anymore functions as RecFind.nsh.<BR>
* To accomplish the new (Zip2Exe) future, involves [[Nsisunz_plug-in]] from wiki.<BR>
* To accomplish the new (Zip2Exe) feature, involves [[Nsisunz_plug-in]] from wiki.<BR>


'''Builder'''
'''Builder'''
* GUI changes to suit the added future Zip2Exe.<BR>
* GUI changes to suit the added feature Zip2Exe.<BR>


'''ToDo!'''
'''ToDo!'''
* Alternative future to select rar arhive beyond zip (hard working on this).
* Alternative feature to select rar arhive beyond zip (hard working on this).
* Code cleaning and transformation of all needed functions to system plugin.
* Code cleaning and transformation of all needed functions to system plugin.
* More or less, the creation of a futured NSIS script creator.<BR>  
* More or less, the creation of a featured NSIS script creator.<BR>  




Line 48: Line 56:
''' 1.04.02.2006 '''
''' 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 75: Line 83:
* 1st release is stable enough to go out. Please test it and report bugs.
* 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 Windows version might be a different Win x32 platform, 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 x32 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.