DevFAQNSISDictionaryInstallers

From AbiWiki

Revision as of 04:26, 24 November 2010 by Unotefuca (Talk | contribs)
Jump to: navigation, search


Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page


CLICK HERE


<H2>NSIS Dictionary Installers</H2>

How do I create the NSIS dictionary installers?

Youll need NSIS >=2.07 installed and the abispell module from CVS. Once you have those prerequisites, just run "makensis.exe DictionaryLanguage.nsi" from abi\src\pkg\win\setup. To create all of the installers, use a simple shell script like the following:

<verbatim> for file in Dictionary*.nsi do makensis.exe $file done </verbatim>

Personal tools