Tutorials for using AIR Native Extensions in your Adobe AIR applications
AIR native extensions are available here
This content is deprecated. See the latest version of this site as part of the main documentation site
This content is deprecated. See the latest version of this tutorial here
The Desktop App Converter can be used to turn your AIR application into an appx installer for the Windows Store. This is an important process to be able to convert your AIR app into a UWP application.
A brief article on the process can be found here
More information on the Desktop App Converter can be found here.
To set up the Desktop App Converter (DAC):
NOTE: If you are not using the installer for you don’t need the
wim
file and you can skip to the next step once you have the converter installed
Set-ExecutionPolicy bypass
DesktopAppConverter.exe -Setup -BaseImage .\BaseImage-1XXXX.wim -Verbose
TIP: Don’t put the .wim file in a folder that contains other files, such as .iso or .exe files or any other installation files, because it will get copied to your C:\ drive.
This process has several approaches which vary slightly. They all start with installation of the desktop app converter (above) and then vary in the usage of the tool.
The method we suggest involves separating out some of the automated process in order to speed up testing. In involves a few extra steps to get started but is much easier to work with once setup.
We have listed the various approaches we have found here:
IMPORTANT: For this process to be successful you will need to package your AIR application with the captive runtime using the
-target bundle
. Shared runtime is not supported!
You should now be able to use the appx
file to submit to the store.
You must have acquired permission to submit Desktop Bridge applications before this step. If you haven’t you will see the following error:
Package acceptance validation error: Your developer account doesn't have permission to submit apps converted with the Desktop Bridge at this time. https://aka.ms/desktopbridgeforwindowsstore
This documentation is based on the e-pity case study