AbiWord: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Added category links.)
m (Reverted edits by 199.48.147.37 to last version by PerditionC)
 
(8 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{|align=right
{{PageAuthor|PerditionC}}
|<small>Author: [[{{ns:2}}:PerditionC|PerditionC]] ([[{{ns:3}}:PerditionC|talk]], [[{{ns:-1}}:Contributions/PerditionC|contrib]])</small>
 
|}
<br style="clear:both;">
== Links ==
== Links ==
See [http://abiword.pchasm.org/source/cvs/abiword-cvs/abi/src/pkg/win/setup/NSISv2/ http://abiword.pchasm.org/source/cvs/abiword-cvs/abi/src/pkg/win/setup/NSISv2/AbiWord.nsi]
See [http://svn.abisource.com/abiword-msvc2008/trunk/Setup/NSISv2/ AbiWord.nsi] at [http://www.abisource.com abisource.com] for the installer used by AbiWord (version 2.x) when using the NSIS 2 branch.  It is still a work in progress so I have only posted the link instead of the actual source.  The installer requires NSIS version 2.
or [http://www.abisource.com/lxr/source/abi/src/pkg/win/setup/NSISv2/ http://www.abisource.com/lxr/source/abi/src/pkg/win/setup/NSISv2/AbiWord.nsi]
 
for the installer used by AbiWord (version 2.x) when using the NSIS 2 branch.  It is still a work in progress so I have only posted the link instead of the actual source.  The installer requires NSIS version 2 (presently using RC2 from cvs).


== Description ==
== Description ==
While I do not claim it is the best example, it does demonstrate the use of the MODERN UI,  a multilingual installer (NOTE: some installer specific translations do not have corresponding NSIS translations), command line parsing support to effect behaviour, several sections and subsections (including initial add/modify/remove support), macros, and the use of several plugins including [[NSISdl]] and [[UnTGZ]]. I have tried to keep each snippet (most from or based on work in these archive pages) within its own file for easier reuse.
While I do not claim it is the best example, it does demonstrate the use of the MODERN UI using multilingual capabilities (NOTE: some installer specific translations do not have corresponding NSIS translations), command line parsing support to effect behaviour, several sections and subsections (including initial add/modify/remove support), macros, and the use of several plugins including [[NSISdl]] and [[UnTGZ]]. I have tried to keep each snippet (most from or based on work in these archive pages) within its own file for easier reuse.
 
 
Also available are some [http://abiword.pchasm.org/screenshots/setup/ screenshots] of an installation.
 


The older AbiWord installer based on last NSIS v1 release is also available (AbiWord.nsi one directory down), but it is no longer maintained.
The older AbiWord installer based on last NSIS v1 release is also available (AbiWord.nsi one directory down), but it is no longer maintained.


[[{{ns:14}}:Real World Installers]]
[[Category:Real World Installers]]

Latest revision as of 17:22, 15 August 2012

Author: PerditionC (talk, contrib)


Links

See AbiWord.nsi at abisource.com for the installer used by AbiWord (version 2.x) when using the NSIS 2 branch. It is still a work in progress so I have only posted the link instead of the actual source. The installer requires NSIS version 2.

Description

While I do not claim it is the best example, it does demonstrate the use of the MODERN UI using multilingual capabilities (NOTE: some installer specific translations do not have corresponding NSIS translations), command line parsing support to effect behaviour, several sections and subsections (including initial add/modify/remove support), macros, and the use of several plugins including NSISdl and UnTGZ. I have tried to keep each snippet (most from or based on work in these archive pages) within its own file for easier reuse.

The older AbiWord installer based on last NSIS v1 release is also available (AbiWord.nsi one directory down), but it is no longer maintained.