Had one of those eureka moments before and realised it was all in the registry:
Decided to do a quick mock webpage complete with donate button linking to feathercoin:address_here
[img]http://mtgoxlagometer.herobo.com/regclient.png[/img]
The following registry entries are dependant on the client being installed in the above (see image) location…I have created an installer.exe for the client already, I just need to add the following entries to it.
[code]Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\feathercoin]
@=“URL:Feathercoin Protocol”
“URL Protocol”=“”
“UseOriginalUrlEncoding”=dword:00000001
[HKEY_CLASSES_ROOT\feathercoin\shell]
[HKEY_CLASSES_ROOT\feathercoin\shell\open]
[HKEY_CLASSES_ROOT\feathercoin\shell\open\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,29,00,5c,00,\
46,00,65,00,61,00,74,00,68,00,65,00,72,00,63,00,6f,00,69,00,6e,00,5c,00,66,\
00,65,00,61,00,74,00,68,00,65,00,72,00,63,00,6f,00,69,00,6e,00,2d,00,71,00,\
74,00,2e,00,65,00,78,00,65,00,22,00,00,00[/code]
Now when you enter feathercoin:address_here into the browser address bar you will see the above prompt to open the qt client.