如何在安装项目中使用安装配置变量?

发布于 2024-08-13 17:44:32 字数 86 浏览 4 评论 0原文

使用.net的安装项目,我想将我的软件安装位置写入注册表,以帮助插件知道主应用程序在哪里。我可以使用某种 %variable% 来代表安装应用程序的文件夹吗?

Using .net's setup project, I want to write the location that my software is installed to into the registry, in order to help a plugin know where the main application is. Is there some kind of %variable% I can use which represents the folder to which the application was installed?

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

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

发布评论

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

评论(1

难理解 2024-08-20 17:44:32

如果您在文件系统视图中查看应用程序文件夹的属性,您会发现它有一个名为“Property”的属性,其值为“TARGETDIR”。您可以在任何其他视图中使用 [TARGETDIR] 来表示所选的安装目录。

If you look at the properties for Application Folder in File System view, it has a property called "Property" with value "TARGETDIR". You can use [TARGETDIR] in any of the other views to represent the chosen installation directory.

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