desktop bridge
53 TopicsDesktop Bridge – The bridge between desktop apps and the Universal Windows Platform
First published on MSDN on Oct 13, 2016 A couple of years ago, during the BUILD conference, Microsoft announced a technology called Project Centennial, which goal is to help developers to take their existing traditional desktop applications and to bring them to the Store, along with the native full Universal Windows Platform apps.27KViews0likes3CommentsConvert your Electron app using the Desktop Bridge
First published on MSDN on Mar 14, 2017 Electron is an emerging development platform that allows to create cross-platform desktop apps (which means that they can run on Windows, Linux and macOS) using web technologies: everything is powered by HTML and CSS for the user interface and by Javascript for the logic and the user interaction.8.8KViews0likes0CommentsUnpackage, modify, repackage, sign an APPX
First published on MSDN on Aug 07, 2017 If you are working on a desktop application that you want to release on the Windows Store by packaging it with the Desktop Bridge, you’ll know that one of the requirements is that your application should work fine also on Windows 10 S, the new Windows edition that was introduced on 2nd May 2017.5.3KViews0likes0CommentsDeploying local application data in a Desktop Bridge app with Advanced Installer
First published on MSDN on Jul 31, 2018 One of the best practices when it comes to Windows development is to leverage the AppData folder (which lives under C:\Users\username\AppData) to store files which require read and write access and which are tightly coupled with the application.3.6KViews0likes0CommentsDesktop Bridge - Converting an installer with Desktop App Converter
First published on MSDN on Oct 17, 2016 Hopefully, thanks to the previous post, you have now a better picture of the scenario where the Desktop Bridge fits: it helps Win32 developers to start moving their first steps in the UWP world and getting benefits of some of his advantages, without having to rewrite the app from scratch.3.5KViews0likes0CommentsPackaging desktop applications with Advanced Installer Express
First published on MSDN on Apr 24, 2018 Other than releasing our own tools to support developers who want to package desktop applications using the Desktop Bridge (like Desktop App Converter or the Windows Application Packaging Project in Visual Studio), as Microsoft we have partnered with many popular 3rd party setup authoring tools.3.3KViews0likes1CommentHow to validate if your application is compliant with the Windows Store polices (Windows 10 and Windows 10 S)
First published on MSDN on Aug 16, 2017 As you may already know, in order to publish a Desktop application to the Store the application must be in accordance with the policies of the Store.3.2KViews1like0Comments