Hi,
I've created a localizable string variable(SQLSrvName), linked it to a
property(SQLServerName) of an edit of a dialog.
the variables receive the values, BUT, the Server = "!(loc.SQLSrvName) " do not
repass the value to the connection string.
log line:
MSI (s) (B0!40) [15:18:28:388]: PROPERTY CHANGE: Modifying CreateDatabase
property. Its current value is 'SqlDb?[SQLServerName]??MyDatabase?3?1???0?0'.
Its new value: 'SqlDbMyDatabase3100'.
the [property] that contains the value of de loc variable do not write it to
the CreateDatabase property('SqlDb"the value should be
here"MyDatabase3100')
if i write : Server = "machine\instance " it works right.
my wxs' :
< Sql:SqlDatabase Id = " Sqlid " Database = " MyDatabse " Server = "
!(loc.SQLSrvName) " CreateOnInstall = " yes " DropOnUninstall = " yes "
ContinueOnError = " no "/ >
< Control Id = " ServerNameEdit " Type = " Edit " X = " 45 " Y = " 85 "
Width = " 220 " Height = " 18 " Property = " SQLServerName " Text = "
{60} " />
How can i resolve?
thanx,
Arthur Curvello.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users