App-Manifest using customInstall
Hi all,
I hope that topic fits in this board. I want to deploy a Windows-Store-App with a customInstall-Action as I need Dokany installed on the local system to create a Virtual File System that I want to manage with a UWP-app. The app itself works, but I do not get the Package-Project to pre-install the Dokany-Prerequisit. On install, I get an "invalid manifest" error, which is quite unspecific. I followed the instructions on how to use the customInstall-extension.
This github-issue describes the same problem - I've got to your community by a hint from there:
https://github.com/MicrosoftDocs/winrt-related/issues/194#event-3493578241
This is the open-source-project where I need to deploy dokany before my own app:
https://github.com/TopperDEL/DokanNet.Tardigrade
You can find the appx-manifest in question here:
Can someone tell me, if:
- customInstall is available for everybody? The doc says only for partners and for certain games, but the github-issue does not mention that restriction.
- if my manifest is correct or where I may have an error.
Thank you very much!
Kind regards,
TopperDEL