Did'nt see any response for this? Anyone seen a similar error? -----Original Message----- From: Vidya Kukke [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 3:09 PM To: General discussion for Windows Installer XML toolset. Cc: Douglas Gong Subject: Re: [WiX-users] Help with SqlDatabase element...
Sorry for not being clear. What I meant was the value I provide for my public property [SQLSERVER] i.e, If the value of [SQLSERVER] is set to 'myservername' then the Wix throws an error during DB creation. However if [SQLSERVER] is set to 'MYSERVERNAME' the DB is created successfully. Where myservername is a valid name of my machine. Can't see how the casing on the value matters/affecting SqlDatabase creation. Is this clearer? Regards, Vidya -----Original Message----- From: Ian Elliott (Excell Data Corporation) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 2:07 PM To: General discussion for Windows Installer XML toolset. Cc: Douglas Gong Subject: Re: [WiX-users] Help with SqlDatabase element... 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 ------------------------------------------------------------------------- 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