在 Window 应用程序安装过程中有条件地安装 Sql Server Express
我有 2 个疑问..
我可以在安装项目中包含我自己的界面之一,而不是安装项目提供的自定义对话框吗?该界面将帮助用户选择在安装过程中是否安装 Sql Server Express 的选项。
如果用户选择安装,我需要执行哪些步骤
I have 2 queries..
Can I include one of my own interfaces, not the custom dialog the setup project provides, in the setup project? The interface will help user to choose an option for installing Sql Server Express during setup or not.
If the user select to install it, what are the steps do I need to follow
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅将 SQL Server Express 嵌入自定义应用程序。
从应用程序安装程序中运行带有 Templete.ini 参数的 Express 的 setup.exe。这个ini文件很容易创建,首先单独运行Express的安装程序,但在最后一步取消。该步骤提到了 ini 文件的位置和名称。
See Embedding SQL Server Express into Custom Applications.
Run setup.exe of Express with a Templete.ini parameter, from within your application installer. This ini file is easily created by first running the installer of Express separately, but cancel at the last step. That step mentions the location and name of the ini file.