Forum Discussion
How to package a Windows Desktop C++ application together with its DLL dependency using MSIX
I'm not sure about your .txt files, but probably using the desktop7 extension to set the working directory would help.
Hello, thank you for your reply.
Could you maybe clarify your answer a bit more? Because I am not very familiar with these projects.
How and at what stage should I place the dll into the root folder of the project, if its built as part of the visual studio solution? I expected that adding a reference to the dll project would suffice, but it doesn't appear to be the case. Do I need to write some shell script? Is there some UI button in VS that i can press? Some specific package or manifest xml command?
I am not familiar with PSF. How is it relevant for this situation?
Regarding .txt files, i am not even at a stage where i want to be able to find them within the package.
My problem is making sure they are added to the package in the first place. Is there a common way to do that?
Thank you.