logo separator

[mkgmap-dev] [Patch] Add Spanish to nsis installer

From Minko ligfietser at online.nl on Thu Mar 1 09:04:48 GMT 2012

Here is the Dutch translation:

!insertmacro MUI_LANGUAGE "Dutch"

LangString AlreadyInstalled ${LANG_DUTCH} "${INSTALLER_NAME} is 
reeds geinstalleerd. $\n$\nKlik op `OK` om de oude versie te 
verwijderen of `Annuleren` om deze update te onderbreken."


Speaking about the installer, is it possible to include a simple
installer.bat script or reg file to install/uninstall only the registry values 
of index, tdb, overview map and typ file in the Windows registry?

With nsis one needs to install nsis too, if mkgmap can register
the map where it is located/compiled, it will be more convenient.

Something like the output of the nsi file:

; Create MapSource registry keys
  WriteRegStr HKLM "SOFTWARE\Garmin\MapSource\Families\${REG_KEY}" "IDX" "$INSTDIR\${MAPNAME}.mdx"
  WriteRegStr HKLM "SOFTWARE\Garmin\MapSource\Families\${REG_KEY}" "MDR" "$INSTDIR\${MAPNAME}_mdr.img"

etc

with $INSTDIR = path where the img files are located and the 
batch file is executed (variabele %~dp0 in a dosbatch script)



More information about the mkgmap-dev mailing list