aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w32installer.nsi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch2006-02-141-1/+1
|
* Made strings translatable. Minor fixes.Werner Koch2005-12-081-1/+1
|
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+1
|
* Typo fixesWerner Koch2005-04-051-2/+2
|
* * w32installer.nsi: Allow including of WINPT source. IncludeWerner Koch2005-03-301-6/+26
| | | | | | | libiconv source. * mk-w32-dist: Add code to detect presence of source. Calculate a build number; add option --build-number to overide.
* * cardglue.c (pin_cb): Disable debug output.Werner Koch2005-03-141-14/+78
| | | | | | | | * mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries.
* * card-util.c (fetch_url): Fetch the key from the defaultWerner Koch2005-02-161-24/+46
| | | | | | | | keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
* * w32installer.nsi: Added page to select the language.Werner Koch2005-02-161-29/+76
| | | | | * mk-w32-dist: Create the opt.ini using the available languages.
* Last changes for W32RC-1-4-1rc1Werner Koch2005-02-031-3/+9
|
* * w32installer.nsi: Create a start menu entry and enhanced theWerner Koch2005-01-261-13/+160
| | | | | | build environment. * mk-w32-dist: Add more support for above.
* * g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch2005-01-201-67/+126
| | | | | | | | | initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
* Same forWerner Koch2005-01-171-0/+53
| | | | | --without-included-regex.
* * w32installer.nsi: New.Werner Koch2005-01-111-0/+253
* mk-w32-dist: Append ".txt" to some files. Call makensis if available.