将高级安装程序功能文件放入应用程序数据中?

发布于 2024-11-06 15:59:36 字数 128 浏览 3 评论 0原文

我的应用程序使用的扩展必须放置在文件夹 [AppDataFolder]\A\B\C...但是高级安装程序功能不允许我将文件放入“系统”文件夹”。
我真的需要一个解决这个限制的方法......

My application uses extensions that must be placed in the the folder [AppDataFolder]\A\B\C... But Advanced Installer features do not allow me to put my files in a "system folder".
I really need a workaround for this limitation...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谷夏 2024-11-13 15:59:36

经过1个多小时的研究,我在用户手册上发现了一个有趣的知识。
“大写标识符”
诀窍是在文件和文件夹部分中有一个带有大写标识符的文件夹。为此,您必须将文件夹的名称更改为大写,例如 "LOL" 或更改其标识符......以某种方式。

After 1 more hour of research, I have spotted an interesting piece of knowledge on the user manual.
"Uppercase identifier"
The trick was to have a folder with an uppercase identifier in the Files and Folders section. For this you either have to change the name of the folder to uppercase, like "LOL" or change it's identifier... somehow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文