--- doc\README.installing	2009-07-25 23:29:48.000000000 +0200 (r1381)
+++ doc\README.installing	2009-11-17 08:05:14.000000000 +0200
@@ -24,7 +24,34 @@
 
 * MapSource
 
-[TO BE WRITTEN: This needs some registry voodoo.]
+[TO BE reviewed: This needs some registry voodoo.]
+There is 3 methods to install maps to MapSource:
+1)Create and execute a *.reg file
+ With a text editor create a file and save it as RegFileName.reg
+ with the following content, 
+ where HexID=the hex format of the FID,in little-endian order.
+ FID= FamilyID; PID= ProductID; 
+	REGEDIT4
+	
+	[HKEY_LOCAL_MACHINE\SOFTWARE\Garmin\MapSource\families\FID]
+	"ID"= hex:HexFID
+	"IDX"="C:\\Garmin\\path\\to\\maps\\OverviewMapName.mdx"
+	"MDR"="C:\\Garmin\\path\\to\\maps\\OverviewMapName_mdr.img"
+	
+	[HKEY_LOCAL_MACHINE\SOFTWARE\Garmin\MapSource\families\FID\PID]
+	"LOC"="C:\\Garmin\\path\\to\\maps\\"
+	"BMAP"="C:\\Garmin\\path\\to\\maps\\OverviewMapName.img"
+	"TDB"="C:\\Garmin\\path\\to\\maps\\OverviewMapName.tdb"
+
+2)Edit the registry by hand
+
+3)Using MapSetToolKit (http://cypherman1.googlepages.com/)
+ Run MapSetToolKit and click “Install” button placed at the bottom right corner. A dialogue will appear with some blank fields:
+	Registry name: introduce any name for your reference.
+	TDB file: browse to the file osmmap.tdb.
+	Overview map: browse to the file osmmap.img.
+	Maps directory: it is filled automatically after giving the path to the files above .
+ Click “Install”, close the application and you are done. You now have the map in MapSource.

 
 * RoadTrip
 
