Hi,

I am using Wix 3.0.4318.0 for creating a Database. The code snippet is as 
follows:-

<sql:SqlDatabase Id="CreateConfigDB"
                     Database="[DBNAME]"
                     Server="[SQLSERVER]"
                     Instance="[NAMEDINSTANCE]"
                     CreateOnInstall='yes'
                     ConfirmOverwrite='yes'
                     ContinueOnError='no'>

I noticed that when I specify the sqlserver name in lowercase I get an error 
during DB Creation. The message is "Unspecified error" thrown by Wix. Providing 
the same server name in Uppercase works without any issues.

What is the cause for this? Should I be adding/taking care of this?

Thanks in advance.

Regards,
Vidya
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to