logo separator

[mkgmap-dev] NSIS installer improvements phase 2 v2

From Minko ligfietser at online.nl on Fri Mar 11 14:01:47 GMT 2011

Thanks Nakor, it worked. Maybe add this to the option help file because it's not very clear.

Or make it possible to specify another location where the template file is located in the --nsis option?
--nsis="..\template\template.nsi"

More improvements:

If you put a "/S" when running the installer, you dont get a prompt for language selection twice:

 ;Run the uninstaller
  uninst:
  ClearErrors
  ExecWait '"$R0"  /S _?=$INSTDIR' ;Do not copy the uninstaller to a temp file

Dutch language string:

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



More information about the mkgmap-dev mailing list