I have the following problem. I have a packages winui program which should open a CANoe config when a button is pressed. Behind this CANoe config there are other SubFolder/Files which are also needed.
So that I don't have to put these files on a network drive, I wanted the tool to store these files locally on the respective computer during installation and always open them from there.
Example folder structure which should be copied locally
- Folder 1
- Subfolder 1
- files
- Subfolder 2
- files
- Subfolder 3
- files
- Subfolder 1
How do I ensure that this folder structure is copied to the following path of my computer during installation via the msxi bundle?
AppData\Local\Packages\{your app's ID}\temp\Folder 1
...........................................
There is no way to copy this folder structure to the specified path of the computer during installation via the MSIX bundle.
When you double click the .MSIX (during installation), App Installer launches and provides the basic app information as well as an install button, installation progress bar, and any relevant error messages.