ClickOnce applications and Windows 8 certification

霸气de小男生 提交于 2019-12-10 17:16:03

问题


Is it possible to have a ClickOnce, WPF application certified as compatible with Windows 8?

Note that I’m not referring to getting the application certified for the Windows Store. I just would like to have it certified as a compatible Windows 8 desktop application.


回答1:


No, ClickOnce applications can't be certified. :(

Here is the official word from the team:

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.

For non-ClickOnce desktop applications, check out Get your desktop app compatible on how to get your desktop application ready and certified. Also look at the left menu sidebar (specifically Windows 8 and Windows RT Compatible Logo Usage Guidelines). This gives you the ability to display the “Windows 8 Compatible” logo on your application since it is certified as compatible.



来源:https://stackoverflow.com/questions/13057390/clickonce-applications-and-windows-8-certification

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!