简体   繁体   English

桌面桥应用程序是否通过 Microsoft 商店自动更新

[英]Does a desktop-bridge app auto-update through the Microsoft store

I have a traditional Win32 desktop app written in C++/MFC that I have packaged as a UWP app for the Microsoft store using the desktop-bridge facility in Visual Studio 2019. It is currently published on the store, and users have been downloading it successfully.我有一个用 C++/MFC 编写的传统 Win32 桌面应用程序,我使用 Visual Studio 2019 中的桌面桥工具将它打包为 Microsoft 商店的 UWP 应用程序。它目前已在商店中发布,用户已成功下载.

I now need to release an update.我现在需要发布更新。 I have incremented the Version numbers in the Packaging tab of the Package.appxmanifest and have a package just-about ready to submit to the Store.我已经在Package.appxmanifest的“打包”选项卡中增加了版本号,并且有一个 package 即将提交到商店。 I hope (expect?) that current users will get their existing copy of the app automatically updated if they have set that choice in the Store app itself, or if they manually check the Store for updates.我希望(期望?)如果当前用户在商店应用程序本身中设置了该选项,或者如果他们手动检查商店以获取更新,他们将自动更新他们现有的应用程序副本。 However, I am not sure whether that is actually true.但是,我不确定这是否真的如此。 Do I need to do anything within my program itself to make that happen?我是否需要在我的程序本身内做任何事情来实现这一点?

Thanks for any help.谢谢你的帮助。

Yes, desktop bridge apps published in the Store update automatically.是的,在商店中发布的桌面桥应用程序会自动更新。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 什么时候在dxvahd.h中#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)Microsoft头文件变为true - When does #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) in dxvahd.h Microsoft header file become true 将多个可执行项目设置为 Windows 10 Desktop Bridge 中的公共 output 路径 - Set multiple executable projects to a common output path in Windows 10 Desktop Bridge 如何在不使用WinRT的情况下从桌面应用获取Windows 8应用商店安装 - How to get installed Windows 8 store App from Desktop app without WinRT Microsoft应用程序的互斥示例 - Mutex example with microsoft app 通过 CryptAPI 生成并添加到远程证书存储的自签名证书没有私钥 - Self-signed cert generated through CryptAPI and added to a remote certificate store does not have private key Microsoft Visual C ++如何存储签名字符,如何测试签名字符中的各个位? - How does Microsoft Visual C++ store signed chars and how can I test individual bits in a signed char? 在桌面上渲染形状和文本(单击) - rendering shapes and text on the desktop (click through) CMFCToolbar图像通过远程桌面或连接到投影仪时消失 - CMFCToolbar image disappears through remote desktop or when connected to projector 使用msvc 2015编译的Windows桌面应用程序的便携式安装 - Portable installation for windows desktop app compiled with msvc 2015 为什么要使用v v {create()}; 不编译? - Why auto v {create()}; does not compile?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM