WIX database deployment, installation

后端 未结 2 1714
南旧
南旧 2020-12-07 13:30

During my setup I give an option to use \"windows authentication\" OR \"server authetication\". Everything works fine and db gets installed as long as I do \"server authenti

2条回答
  •  一向
    一向 (楼主)
    2020-12-07 14:04

    See: SqlDatabase Element (Sql Extension)

    Remarks

    The User attribute references credentials specified in a User element. If a user is not specified then Windows Authentication will be used by default using the credentials of the user performing the install to execute sql strings, etc.

提交回复
热议问题