如何为 .net 中的窗口应用程序创建自定义安装程序

发布于 2024-12-02 09:04:42 字数 160 浏览 0 评论 0原文

我想在 .net 中为我的窗口应用程序创建设置,其中我想要求用户在安装输入自定义连接字符串 .我该怎么办呢。 深入研究此事后。我为此创建了设置项目。现在我深陷其中。 如何进一步前进。 任何关于它的教程。

I want to create setup for my window application in .net,in which i want to asked user to input custom connection string at time of installation.how can I do it.
after digging in the matter. I have created set up project for this. now i stuck up in it.
how to move further.
any tutorial on it.

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

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

发布评论

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

评论(1

猫卆 2024-12-09 09:04:42

如果您使用的是 Visual Studio 安装项目,您可以尝试创建一个自定义对话框,通过它获取连接信息。也许本教程会有所帮助:
http://www.codeproject.com/KB/install/vsSetupCustomDialogs.aspx

如果您正在使用其他工具,请在您的帖子中提及,我将编辑我的答案并提供一些建议。

If you are using Visual Studio setup project, you can try creating a custom dialog through which you get the connection information. Perhaps this tutorial will help:
http://www.codeproject.com/KB/install/vsSetupCustomDialogs.aspx

If you are using another tool, mention it in your post and I will edit my answer with some suggestions.

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