@Wanderer2
You have to check if you're using a 32-bit Windows system or a 64-bit Windows. MapSource runs as 32-bit on a 64-bit Windows and needs registry settings for "Wow6432Node" in that case.
MSDN - 32-bit and 64-bit Application Data in the Registry:
Code:
Please Login or Register to see the links
Assuming you have the map files at "C:\Garmin\FAM_1168".
Example for Win x86 (32 bit):
Code:
Please Login or Register to see the links
Example for Win x64 (64 bit):
Code:
Please Login or Register to see the links
Bookmarks