Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标题基本上说明了一切。我在安装过程中有一个自述文件对话框,我需要安装程序从指定文件夹获取 readme.txt 文件,并在安装程序运行时更新它。例如,每当构建设置时,app.config 文件就会更新。有没有办法对自述文件做同样的事情?
如果您更改项目目录中的 readme.rtf 文件,它将被使用,而不是 GUI 中指定的文件。新文件将在项目构建后使用。自述文件作为支持文件编译到设置中,因此必须在构建之前更改自述文件。