使用 Visual Studio 安装项目在安装过程中将文件复制到特定目录

发布于 2024-09-08 18:36:02 字数 265 浏览 5 评论 0原文

我有一个文件 - 比如说readme.txt,我想将其复制或插入到目录中

C:\Documents and Settings\fooUsername\Application Data\BarSoftware

在使用 Visual Studio 的安装项目安装程序期间 - 我知道这与文件系统编辑器有关,但不太确定,因为它有我已经有一段时间没有做过这类事情了。

I have a file - say readme.txt that I want to copy or insert to a directory say

C:\Documents and Settings\fooUsername\Application Data\BarSoftware

during the installation of my program using Visual Studio's setup project - I know it is something to do with File System Editor but not exactly sure as it has been some time since I have done this type of thing.

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

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

发布评论

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

评论(2

心舞飞扬 2024-09-15 18:36:02
  1. 右键单击您的安装项目 ->
    查看->文件系统
  2. 右键单击​​“目标机器上的文件系统”->添加特价
    文件夹->用户的应用数据
    文件夹

  3. 右键单击​​“用户的应用程序数据文件夹” -> >添加->文件夹
  4. 将新文件夹命名为您喜欢的任何名称(例如 BarSoftware)
  5. 右键单击​​新文件夹(例如 BarSoftware)->添加->文件
  6. 查找要添加到该文件夹​​的 Readme.txt。
  1. Right click your setup project ->
    View -> File System
  2. Right click "File System on Target Machine" -> Add Special
    Folder -> User's Application Data
    Folder

  3. Right click "User's Application Data Folder" -> Add -> Folder
  4. Name the new folder whatever you like (e.g. BarSoftware)
  5. Right Click new folder (e.g. BarSoftware) -> Add -> File
  6. Find your Readme.txt to add to that folder.
暮光沉寂 2024-09-15 18:36:02

对于其他偶然发现此问题的人,如果您需要更通用的位置(在应用程序目录之外),请参阅问题:

VS 安装项目:在不同目录中安装文件

For others that stumble across this, if you need a more general location (outside your application directory) see question:

VS Setup project: install files in different directories

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