我们如何使用文件关联设置中的 ProgID 列?
我正在使用 ClickOnce 部署我的应用程序。
我想注册文件关联,但无法使其工作:在发布选项的文件关联部分中我应该使用什么作为ProgID ?
I'm deploying my application using ClickOnce.
I want to register a file association but I can't manage to make it work: What should I use as ProgID in the File Associations section of the Publish Options?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它是唯一标识文件类型的名称。因此,描述可能是“使用 Microsoft Word 创建的文档”,ProgID 可能是“Word”。如果您的应用程序名称很短,您可以将其放在那里。如果您的应用程序名称不短,请输入它的一些缩写。
It's a name that uniquely identifies the file type. So a description might be "Document created with Microsoft Word" and the ProgID might be "Word". If your app name is short, you can just put that in there. If your app name isn't short, put in some abbreviation of it.
注册表子项的一些示例
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\ ~ \OpenWithProgids
:Paint.Picture
VisualStudio.Launcher.csproj.15.0
Excel.CSV
WMP11.AssocFile.MP4
Some examples from the registry subkeys
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\ ~ \OpenWithProgids
:Paint.Picture
VisualStudio.Launcher.csproj.15.0
Excel.CSV
Word.Document.12
WMP11.AssocFile.MP4