Title column in Feature table 
(http://msdn.microsoft.com/en-us/library/aa368585(VS.85).aspx) has type Text 
(http://msdn.microsoft.com/en-us/library/aa372072(VS.85).aspx).  Things like 
[PROPERTYNAME] are valid in Formatted type 
(http://msdn.microsoft.com/en-us/library/aa368609(VS.85).aspx).  You have to 
use custom action to change the Title column value in the Feature table to 
accomplish what you want.

Alex



-----Original Message-----
From: Yuri Sakharov [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2008 5:38 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Change the title during install

Is there any way to change the title of feature during install?
For example:

<Property Id="VARTITLE" Value="Default title" />

<Feature Id="SomeFeature" Title="[VARTITLE]" Level="1">
     <ComponentRef Id="Dummy" />
</Feature>

And run it with
msiexec /i my.msi VARTITLE="Another title"

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

Reply via email to