Forum Discussion
Sigmarsson
Jul 14, 2020Copper Contributor
MSIX -> Local Activation permission for COM
Hi, My package is installed in sideloaded way and keeps encountering the app-specific permission error. Yes many suggest to alter permissions and owners manully in regedit and Component Ser...
Sigmarsson
Jul 17, 2020Copper Contributor
As the next step I fabricate a mapping file so that the dir layout exhibits some order. The last invocations are :
makeappx.exe pack /v /o /f mapping.map /m Appxmanifest.xml /p ./Weather.History.msix
SignTool.exe sign /fd SHA256 /a /f devcert.pfx /p certpwd ./Weather.History.msix
Maybe the devcert puts a crimp on the exe launch...
makeappx.exe pack /v /o /f mapping.map /m Appxmanifest.xml /p ./Weather.History.msix
SignTool.exe sign /fd SHA256 /a /f devcert.pfx /p certpwd ./Weather.History.msix
Maybe the devcert puts a crimp on the exe launch...
Sigmarsson
Jul 17, 2020Copper Contributor
Btw what yet strange is that upon app start it shows an empty window for a while until it gives up that daft DCOM action. But thats window is not supposed to be the entry point exe just judging by the window dimensions. Im launching a 240x240 window and that is much bigger.