如何为 .net 中的窗口应用程序创建自定义安装程序
我想在 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 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.