DevFAQNSISDictionaryInstallers

From AbiWiki

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