When running SqlDatabase and SqlString as a trusted connection (i.e. NT
auth not Sql) can anyone tell be what account it runs as? I would
expected it to be localsystem but it doesn't seem to be as my
authentication keeps failing (if I use a SQL account it works so I think
this is the problem).

The code I am using is:

<sql:SqlDatabase Id="MyDatabase" Server="." Instance="Inst1"
Database="master" />
(this is just a reference in the Fragment)

<Component ... >
  <sql:SqlString Id="sql1" ExecuteOnInstall="yes" Sequence="1"
SqlDb="MyDatabase" SQL="...." />
</Component>

Thanks

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to