Only properties in uppercase get passed over to the server-side of the 
installation.

Rob

polan wrote:
> Hi 
> I've got a property that acts differently depending on the Id spelling!
> 
> It looks like this:
> 
> <Property Id="DEFAULTSERVERPATH" Value="localhost\SQLEXPRESS" />
> 
> The property gets set in Custom action before showing my custom dialog. And
> is bound to Edit field in UI
> 
> <Control Id="ServerPathEdit" Type="Edit" X="22" Y="68" Width="320"
> Height="15" Property="DEFAULTSERVERPATH" />
> 
> The user can change the value of the field.
> Then I use my property to set some node value in xml file. 
> 
> If The id is written like above Id="DEFAULTSERVERPATH"  the value entered in
> the UI by the user gets written in the xml file, but when i spell it like
> this Id="DefaultServerPath" (of course changing the binding spelling,
> changing it in custom action and in the property tag) then it changes to the
> value typed by the user (I checked it by custom action) and then before
> installing files gets reset to localhost\SQLEXPRESS.
> 
> It is totally mysterious for me? It doesn't affect me much, but I am just so
> curious why the hell is it working like this? Anybody knows what could be
> the reason?
> 
> 


-------------------------------------------------------------------------
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