.net - ClickOnce 应用程序和 Windows 8 认证

标签 .net windows-8 clickonce app-certification-kit

是否有可能拥有 ClickOnce , WPF应用程序认证为与 Windows 8 兼容?

请注意,我指的不是让应用程序获得 Windows Store 的认证。 .我只是想让它被认证为兼容的 Windows 8 桌面应用程序。

最佳答案

不可以,ClickOnce 应用程序无法通过认证。 :(

以下是团队的官方说法:

ClickOnce deployment manages install/uninstall a bit different than a traditional installer. For instance, install location doesn’t go to %ProgramFiles% as mandated by the desktop certification requirements, short cuts have a different extension used by Windows app e.g. *.lnk, and so forth. The result is these apps aren’t properly detected by ACK, and hence cannot be certified.



对于非 ClickOnce 桌面应用程序,请查看 Get your desktop app compatible关于如何准备好您的桌面应用程序并获得认证。另请查看左侧菜单侧边栏(特别是 Windows 8 and Windows RT Compatible Logo Usage Guidelines )。这使您能够在您的应用程序上显示“Windows 8 兼容” Logo ,因为它已被认证为兼容。

关于.net - ClickOnce 应用程序和 Windows 8 认证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13057390/

相关文章:

.net - 如何安装 .NET 4.5?

c# - 物理、相对、绝对和其他路径

c# - WebAuthenticationBroker 在候选版本发布后的 Windows 8 Metro 应用程序中是否工作

deployment - ClickOnce 安装完成后如何避免运行应用程序?

.net - Clickonce 签名的应用程序失败并显示 "has a different computed hash than specified in manifest"。法师无法解决问题

visual-studio-2008 - Clickonce发布页面突然禁用 'Updates'按钮

c# - System.Diagnostics.Trace,最简单的编程配置

ios - Metro 风格应用程序是否可移植到 iphone 和 ipad 以及 Web 应用程序?

opencv - windows 8和windows phone 8的opencv图像编辑库

.net - .designer.cs 有什么用?