If you specify the property name with lower case letters then it is no longer a public property and can't be passed in via command line. I assume you are passing these values in so that might explain what is going on.
There is some good info here on properties: http://bonemanblog.blogspot.com/2005/06/all-about-properties.html -----Original Message----- From: Vidya Kukke [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 1:58 PM To: wix-users@lists.sourceforge.net Cc: Douglas Gong Subject: [WiX-users] Help with SqlDatabase element... 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 ------------------------------------------------------------------------- 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