Starting a new page: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
(Undo revision 20052 by 186.194.15.26 (talk))
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{PageAuthor|sunjammer}}
To start a new page, simply type the new page's soon-to-be URL, and edit the empty page. For testing purpose, use the [[NSIS Wiki:Sandbox|sandbox]]. For more information about creating new pages, see the [[MetaWikiPedia:Help:Starting_a_new_page|help]].


== Links ==
[[Category:Wiki FAQ]]
<attach>Extractdll.zip</attach>
 
== Description ==
'''Version:''' 0.1.
 
Written by Tim Kosse aka [[User:CodeSquid|CodeSquid]] this plugin can decompress files compressed with compressfile.exe.
 
The following is taken from the readme file in the ExtractDLL downloadable zip file:
 
<pre>
What is this?
-------------
 
  ExtractDLL is a extension DLL for NSIS. It can decompress files
  which were compressed with compressfile.exe before. It is especially
  useful in combination with NSISdl so that you don't have to
  download large files uncompressed.
 
Usage
-----
 
  Decompression (within NSIS script):
  - Push path and name of compressed file and then path and name of
    destination file on top of the stack.
  - Call the function "extract" with CallInstDLL
  - On Success, the string "success" is on top of the stack, else an
    error message.
 
  Compression (outside NSIS script or using !system):
  - Call CompressFile.exe with the name of the uncompressed file and
    of the compressed file as parameters
 
Known limitations
-----------------
 
  Only zlib compression at this time, bzip2 will follow later.
</pre>
 
[[Category:Plugins]]

Latest revision as of 16:13, 28 May 2011

To start a new page, simply type the new page's soon-to-be URL, and edit the empty page. For testing purpose, use the sandbox. For more information about creating new pages, see the help.