如何配置安装和部署项目以使用转换后的应用程序配置?

发布于 2024-12-15 09:24:22 字数 360 浏览 0 评论 0原文

我一直在使用 SlowCheetah 来转换我的 app.config 文件,这部分全部正常美好的。当我构建 Windows 客户端应用程序时,正确的转换将应用于 AppName.exe.config。

我遇到的问题是 S&D 项目总是寻找 app.config,它显然不包含更新的值。

如何配置 S&D 项目来查找 AppName.exe.config 并将其打包?

I've been using SlowCheetah to transform my app.config files and this part is all working fine. The correct transforms are applied to AppName.exe.config when I build the windows client application.

The problem I have is that the S&D Project always looks for app.config which obviously does not contain the updated values.

How can I configure the S&D project to look for AppName.exe.config and package that instead?

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

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

发布评论

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

评论(1

缱绻入梦 2024-12-22 09:24:22

经过一些长时间的研究,使用 VS 2010 设置和构建 MSI 时,这似乎是不可能的。部署。
也许可以使用 MSBUILD,因为它更强大、更灵活,但我目前没有时间详细探索该途径。

因此,暂时作为临时解决方法,我在生产环境的 app.config 中输入了值,因为这是 MSI 将使用的值。
我的转换对于其他环境仍然有效。但由于我不使用 MSI 部署到其他环境,所以这并不重要。

在某个阶段,我将使用构建服务器和 CI 来解决这一切。

希望有一天这可以帮助某人。

After some lengthy research it seems this is not possible when building an MSI using VS 2010 Setup & Deployment.
It may be possible to do with MSBUILD as this is more powerful and flexible but I currently don't have the time to explore that avenue in detail.

So for the time being as a temporary workaround I have entered the values in app.config for the production environment as this is what the MSI will use.
My transforms are still in place for other environments. But seeing as I don't deploy to other environments with MSI it doesn't really matter.

At some stage I will sort this all out with a build server and CI.

Hope this helps someone, someday.

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