DevFAQNSISDictionaryInstallers

From AbiWiki

Revision as of 13:18, 27 November 2010 by Uwog (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NSIS Dictionary Installers

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