Wix:有没有wix命令来创建数据库用户?

发布于 2024-12-25 18:36:40 字数 63 浏览 1 评论 0原文

它们是我可以用来创建数据库并将用户添加到数据库的任何 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 技术交流群。

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

发布评论

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

评论(2

乖乖兔^ω^ 2025-01-01 18:36:40

我建议您尝试以下操作:

  1. 使用此处提到的技术创建 SQL 数据库:Wix:在指定位置创建 SQL Server 数据库

  2. 通过 SQL 创建用户: http://msdn.microsoft.com/en-us/library/ms173463.aspx

  3. 使用以下命令通过 wix 运行 SQL:http://nicholas.piasecki.name/blog/2009/09/running-update-sql-scripts-during-minor-upgrades-with-wix/

I would recommend you try the following:

  1. Create your sql database using techniques mentioned here: Wix: create a sql server database at a specified location

  2. Create a user via SQL: http://msdn.microsoft.com/en-us/library/ms173463.aspx

  3. Run your sql via wix using: http://nicholas.piasecki.name/blog/2009/09/running-update-sql-scripts-during-minor-upgrades-with-wix/
妄想挽回 2025-01-01 18:36:40

请在此处查看 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.

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