DevFAQNSISDictionaryInstallers

From AbiWiki

Revision as of 02:54, 17 October 2007 by Maintenance script (Talk)
(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