I have a WinUI3 application that should supposed to copy a certain folder structure during installation so that this data is available local on each pc.
How do I implement this so that when I create an AppPackage, the folder structure is also copied when I run the installer?
Example folder structure which should be also packaged
- Folder 1
- Subfolder 1
- files
- Subfolder 2
- files
- Subfolder 3
- files
- Subfolder 1
The above folder structure should be present in the installation path of the app on every PC on which the application is installed.
Try this on Visual Studio: