deployment - Windows PowerShell to Deploy Windows Store Appx Side Loading -
i trying set windows store app side loading.
i have been following instructions such this one run troubles ms scheme , certificates.
being unable code signing certificate work due bug in above thread - next step has been try , side loading work app , certificate use windows store.
my current trouble comes when try add package using windows powershell.
i have certificate signed app in current user & local computer certificate stores under both personal & trusted root certificate authorities certificates.
i have app file sitting in current location: c:\temp\myapp.appxupload.
next enter:
add-appxpackage c:\temp\myapp.appxupload
when run command - receive
"deployment failed hresult: 0x80073cf0, package not opened."
the log contains bit more information stating:
"openerror: (c:\temp\myapp.appxupload) [add-appxpackage], filenotfoundexception".
this article tells me there number of possibilities error be:
the package couldn't opened. possible causes: package unsigned. publisher name doesn't match signing certificate subject. file:// prefix missing or package couldn't found @ specified location. check appxpackagingom event log more info.
i don't believe of these things case, , wondered if else had had similar problem , knew how resolve it.
i believe use add-appxpackage on .appx files , not .appxupload files. try renaming file zip file, open zip , extract .appx file. run add-appxpackage on extracted .appx file.
Comments
Post a Comment