I decided to have another crack at converting my tool (https://github.com/mikecann/Windows7-Taskbar-Monitor) to a windows store app using the Desktop App Converter.
Things I did this time:
1) Force-updated my machine to the anniversary update. 2) Downloaded Desktop App Converter and .wim file. 3) Setup the base image .wim 4) Ran the converter on my self-extracting installer with the following:
.\DesktopAppConverter.ps1 -Installer C:\tmp\TaskbarSystemMonitorInstaller.exe -InstallerArguments "/T:c:\out /C" -Destination C:\Out2 -PackageName "TaskbarSystemMonitor" -Publisher "CN=mikecann.co.uk" -Version 0.0.0.1 -MakeAppx -Verbose -AppExecutable C:\Out2\TaskbarSystemMonitor.exe -Sign
5) I get a .appx file but when I try to run it I get:
6) This is my first winows store app so im not sure exactly what I need to do cert wise. So I decided to have a go at uploading it to the store, but I get the following errors:
7) I dont know what to do about the first error, the second and third error I tihnk I can fix, the fourth error im not sure about.
Any help would be great.
Thanks!
Mike
5) I get a .appx file but when I try to run it I get
Ref Appx package deployment section in here
"Add-AppxPackage : Deployment failed with HRESULT: 0x800B0109, A certificate chain processed, but terminated in a rootcertificate which is not trusted by the trust provider. (Exception from HRESULT: 0x800B0109) error 0x800B0109: The root certificate of the signature in the app package must be trusted."
So I decided to have a go at uploading it to the store, but I get the following errors
You need to get a valid certification from Windows Store and resign your app before publishing. Using the -Sign
flag in the Desktop App Converter will auto-generate a testing certificate. See here
-----Update(09/14/2016)------
About publishing Desktop Bridge Apps, please also see the very important part which described here
In addition, we will begin the process of accepting apps using the Desktop Bridge. While we build the pipeline into the Windows Store to publish these apps, our team will work directly with developers to get their converted apps and games into the Windows Store. Contact our team here if you are interested in submitting an app using the Desktop Bridge to the Windows Store.