Forum Discussion
pulkitarora
Feb 25, 2019Copper Contributor
Issue with installing a bundle with resource package
I created a bundle using packaging layout as https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-layout, and used self-signed certificate to sign the appx and appxbundle. In my packagi...
Andy Liu
Feb 25, 2019Former Employee
If you are using resource packages then you need to have the appropriate resources.pri files for your resource packages (and your main package); the error you're seeing is from a problem with your pri files. The packaging layout won't create or validate your resources.pri files, so you should either use Visual Studio to build your initial package first to get your resource.pri files or create them manually with makepri.exe (https://docs.microsoft.com/en-us/windows/uwp/app-resources/compile-resources-manually-with-makepri).