Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 42

Hybrid View

  1. #1
    Member
    Join Date
    Feb 2010
    Location
    Sweden
    Posts
    26
    Rep Power
    16

    Default

    Any news about the other parts? Götaland and Svealand

  2.    Advertissements


  3. #2
    Junior Member
    Join Date
    Nov 2009
    Location
    Sweden
    Posts
    5
    Rep Power
    0

    Default

    Quote Originally Posted by kalleh View Post
    Any news about the other parts? Götaland and Svealand
    Nothing yet, we have to wait till they come avail.

    ........I'm looking for Götaland if anybody reading this has it ;-)

    tuko.

  4. #3
    Member
    Join Date
    Mar 2009
    Location
    Europe
    Posts
    16
    Rep Power
    0

    Default

    How to register the map in MapSource installed on Win7-64?

    for WinXP32, no problem with the followinf .BAT file:


    echo off
    echo -
    echo -
    echo - This batch will install map for Mapsource
    echo -
    echo - Map: Garmin Friluftskartan Pro v2 - Mellersta och Södra Norrland
    echo - FID: 2059
    echo - PID: 1
    echo -
    echo - Press Enter to continue or Ctrl-C to abort.
    echo -
    pause

    if exist "%~dp0mapset00.img" goto :INSTREG
    echo Compiling preview map.
    cgpsmapper mapset00.mp
    if exist "%~dp0mapset00.img" goto :INSTREG
    echo File mapset00.img missing, aborting install.
    pause
    exit 1

    :INSTREG
    echo Adding registry keys.
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059 /v ID /t REG_BINARY /d 0B08 /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059 /v TYP /t REG_SZ /d "%~dp0I000080B.typ" /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059\1 /v Loc /t REG_SZ /d "%~dp0\" /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059\1 /v Bmap /t REG_SZ /d "%~dp0mapset00.img" /f
    reg ADD HKLM\SOFTWARE\Garmin\MapSource\Families\FAMILY_2059\1 /v Tdb /t REG_SZ /d "%~dp0mapset00.tdb" /f
    pause
    exit 0


    Do I have to change something for win7-64?
    Thanks!

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •