简体   繁体   English

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

[英]DesktopAppConverter does not recognize installed files into roaming folder

The Setup created by InnoSetup is installing two files into the Roaming Directory. 由InnoSetup创建的安装程序正在将两个文件安装到漫游目录中。 For example: 例如:

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

I also can see the following directory when using the DesktopAppConverter 使用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 C:\\ temp \\ Recipe \\ PackageFiles \\ VFS \\ Users \\ ContainerAdministrator \\ AppData \\ Roaming \\ Get \\ Rezeptverwaltung \\ rezepte.xml C:\\ temp \\ Recipe \\ PackageFiles \\ VFS \\ Users \\ ContainerAdministrator \\ AppData \\ Roaming \\ Get \\ Rezeptverwaltung \\ ta .xml

When installing the Recipe.appx the required files (C:\\Users{userprofile}\\AppData\\Roaming\\Get\\Rezeptverwaltung*.xml are not installed into the userprofile Roaming directory. 安装Recipe.appx时,所需的文件(C:\\ Users {userprofile} \\ AppData \\ Roaming \\ Get \\ Rezeptverwaltung * .xml未安装到userprofile漫游目录中。

How can I tell the DesktopAppConverter to install this files too? 如何告诉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. 安装Recipe.appx时,所需的文件(C:\\ Users {userprofile} \\ AppData \\ Roaming \\ Get \\ Rezeptverwaltung * .xml未安装到userprofile漫游目录中。

These files have been redirected to the local app data store: 这些文件已被重定向到本地应用程序数据存储:

VFS/USERS/ContainerAdministrator/AppData/Roaming/xxxx

在此处输入图片说明

Please see the points listed in here 请查看此处列出的要点

Your app writes to the AppData folder with the intention of sharing data with another app. 您的应用程序将写入AppData文件夹,以与另一个应用程序共享数据。 After conversion, AppData is redirected to the local app data store , which is a private store for each UWP app. 转换后,AppData 将重定向到本地应用程序数据存储 ,这是每个UWP应用程序的专用存储。 Use a different means of inter-process data sharing. 使用不同的进程间数据共享方式。 For more info, see Store and retrieve settings and other app data . 有关更多信息,请参阅存储和检索设置以及其他应用程序数据

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在创建AppX时防止DesktopAppConverter丢弃不可执行的文件? - How to prevent DesktopAppConverter from dropping non-executable files while creating AppX? 有没有人在使用 DesktopAppConverter 将 win32 转换为 uwp 时遇到此错误? - Does anyone meet this error while using DesktopAppConverter to convert win32 to uwp? DesktopAppConverter不起作用 - DesktopAppConverter doesn't work DesktopAppConverter 无法转换 exe - DesktopAppConverter can't convert exe Desktop Bridge DesktopAppConverter中的AppFileTypes格式 - AppFileTypes format in Desktop Bridge DesktopAppConverter DesktopAppConverter出现问题,Windows 10 v.17134 - DesktopAppConverter woes, Windows 10 v.17134 尝试安装UWP DesktopAppConverter时显示“访问被拒绝” - Trying to install UWP DesktopAppConverter gets “Access is Denied” 在DesktopAppConverter UWP中使用自定义图标资源 - Using custom icon assets with DesktopAppConverter UWP UWP 应用程序安装形式 VS 已发布的应用程序包不显示/播放 MediaElement 中的 mp4 文件 - UWP App installed form VS Published App package does not show/play mp4 files in MediaElement DesktopAppConverter错误“找不到可以接受参数的位置参数” - DesktopAppConverter error “A positional parameter cannot be found that accepts argument”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM