Wix:有没有wix命令来创建数据库用户?
它们是我可以用来创建数据库并将用户添加到数据库的任何 wix 命令吗? 如果是,有没有关于如何执行此操作的示例?
Is they any wix command I can use to create database and to also add a user to the database?
If yes, is there any example on how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您尝试以下操作:
使用此处提到的技术创建 SQL 数据库:Wix:在指定位置创建 SQL Server 数据库
通过 SQL 创建用户: http://msdn.microsoft.com/en-us/library/ms173463.aspx
I would recommend you try the following:
Create your sql database using techniques mentioned here: Wix: create a sql server database at a specified location
Create a user via SQL: http://msdn.microsoft.com/en-us/library/ms173463.aspx
请在此处查看 SQL 扩展。
您需要在安装程序项目中添加对它的引用,可以找到这样的示例 这里。
Check out the SQL extension here.
You'll need to add a reference to it in your installer project, an example of this can be found here.