thanks guys,

I got rid of the user and the following worked fine:

<sql:SqlDatabase Id="testDB"
                              ContinueOnError="no"
                              CreateOnInstall="yes"
                              DropOnUninstall="yes"
                              Server="[DBSERVER]"
                              Database="TestDatabase"/>

Regards,
Asiri Wanigarathne


On 26 March 2010 11:54, Bob Arnson <b...@joyofsetup.com> wrote:

> On 3/25/2010 1:46 AM, Michael Osmond wrote:
> > Error 0x80004005: failed to create to database:
> >
> > 80004005 - is Access Denied.
> >
>
> That's 0x80040005; 0x80004005 is E_FAIL.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to