Здравстуйте,
подскажите, пожалуйста, что пропустил.
Задача:
При открытии в IE файла с моим расширением .myfile (MIME: application/myfile-viewer) с WEB-сервера нужно, чтобы запускалось "C:\MyfileViewer\myviewer.exe" "%1".
Пишу в реесте:
HKCR\MyfileViewer\(Default) = 'My file viewer'
HKCR\MyfileViewer\shell\open\command\(Default) ='"C:\MyfileViewer\myviewer.exe" "%1"'
HKCR\Applications\myviewer.exe\shell\open\command\(Default) = '"C:\MyFileViewer\myviewer.exe" "%1"'
HKCR\.myfile\(Default) = "MyfileViewer"
HKCR\.myfile\Content Type = "application/myfile-viewer"
HKCR\MIME\Database\Content Type\application/myfile-viewer\Extension = ".myfile"
Не работает. Чего и где не хватает (кроме извилин у меня в голове
)?