将应用程序添加到 Windows 7 自动播放处理程序列表
我正在开发一个轻量级 WPF 应用程序,该应用程序将从本地文件系统或可移动媒体设备获取多媒体文件并将其上传到 Amazon S3 云存储。项目要求之一是 Windows 7 能够识别何时检测到设备(例如相机、SD 卡等),并使我的应用程序成为自动播放选项之一。
我们不要求上传应用程序在没有用户交互的情况下自动运行。我只想将我的应用程序添加到可用的自动播放事件处理程序列表中。
我知道必须将许多注册表项添加到 Windows 注册表中的 HKLM 配置单元中。我的研究似乎表明,这对于 ClickOnce 安装(这是该项目所需的安装方法)是不可能的,但我的信息已经有几年了。
是否仍然需要成熟的 Windows 安装程序才能实现这一目标?或者是否有某种方法可以通过 ClickOnce WPF 安装实现所需的结果?
I am developing a lightweight WPF application that will take multimedia files from either the local file system or removable media devices and upload them to Amazon S3 cloud storage. One of the project requirements is for Windows 7 to recognize when a device (e.g., camera, SD card, etc.) is detected and make my application one of the AutoPlay options.
We are NOT requiring the uploader application to AutoRun without user interaction. I simply want to get my application added to the list of avalable AutoPlay event handlers.
I'm aware that a number of registry keys must be added to the HKLM hive in the Windows registry. My research seems to indicate that this is not possible with ClickOnce installation (which is the install method desired for this project), but my information is a couple of years old.
Is is still the case that a full-blown Windows Installer is required to make this a reality? Or is there some method of achieving the desired result with a ClickOnce WPF install?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论