Forum Discussion
JohnMcC1983
Feb 02, 2024Copper Contributor
Program updates cant access appdata files
Hello. My program is installed via an appinstaller downloading an msixbundle. I have assigned a protocol to the app in the AppxManifest so that it can accept parameters when launched through a com...
JohnMcC1983
Feb 02, 2024Copper Contributor
Figured out the problem. When I write the file for the fist time I need to point to a folder in the WindowsApps folder. so it has an entry c:\Program Files\WindowsApp\AppFolder_1.0.0.0\RequiredFolder
When I upgrade the program to version 1.0.0.1 this path becomes obsolete.
I quick change to code to update the path to the correct version and everything has kicked back into life 🙂
When I upgrade the program to version 1.0.0.1 this path becomes obsolete.
I quick change to code to update the path to the correct version and everything has kicked back into life 🙂