Re: [WiX-users] How to add Active Directory user into SQL server with windows authentication through WIX installer

2014-11-05 Thread Nick Ramirez
Is SQL Server already set up? When you set it up you can enable Windows
authentication at that point. Otherwise, you'd have to turn it on somehow
during your installation, but could be trickier.

Are you installing SQL Server along with your website install? If so, turn
Windows authentication on then with command-line parameters.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-add-Active-Directory-user-into-SQL-server-with-windows-authentication-through-WIX-installer-tp7597655p7597772.html
Sent from the wix-users mailing list archive at Nabble.com.

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to add Active Directory user into SQL server with windows authentication through WIX installer

2014-11-02 Thread Bala
Hi,

 

 

I am new to WIX installer, I am creating installer application to install
the web application

 

In my requirement like Install the application in server having active
directory user account and sql server with windows authentication. I am able
to install the web application, but while trying to connect the SQL database
from the web application it throws error DB permission issue.

 

Please help me to solve the issue.

I think this is due to the active directory user does not exist in SQL
server, I want to know how to add Active directory user in to SQL server
through WIX installer with Windows authentication.

 

 

Thanks

Bala.

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users