DesktopAppConverter 无法将安装的文件识别到漫游文件夹中

DesktopAppConverter does not recognize installed files into roaming folder

InnoSetup 创建的安装程序正在将两个文件安装到漫游目录中。例如:

C:\Users{user}\AppData\Roaming\Get\Rezeptverwaltung\zutaten.xml C:\Users{user}\AppData\Roaming\Get\Rezeptverwaltung\rezepte.xml

我在使用DesktopAppConverter时也能看到如下目录

C:\temp\Recipe\PackageFiles\VFS\Users\ContainerAdministrator\AppData\Roaming\Get\Rezeptverwaltung\rezepte.xml C:\ temp\Recipe\PackageFiles\VFS\Users\ContainerAdministrator\AppData\Roaming\Get\Rezeptverwaltung\zutaten.xml

安装时 Recipe.appx 需要的文件 (C:\Users{userprofile}\AppData\Roaming\Get\Rezeptverwaltung*.xml 未安装到用户配置文件 Roaming 目录中。

如何让 DesktopAppConverter 也安装这些文件?

When installing the Recipe.appx the required files (C:\Users{userprofile}\AppData\Roaming\Get\Rezeptverwaltung*.xml are not installed into the userprofile Roaming directory.

这些文件已被重定向到本地应用程序数据存储:

VFS/USERS/ContainerAdministrator/AppData/Roaming/xxxx

请查看here

中列出的要点

您的应用写入 AppData 文件夹,目的是与另一个应用共享数据。转换后,AppData 被重定向到本地应用数据存储,这是每个UWP应用程序的私有商店。使用不同的进程间数据共享方式。有关详细信息,请参阅 Store and retrieve settings and other app data