Re: [WiX-users] .var not substituted in localized shortcut name in merge module

2009-06-25 Thread Rob Mensching
.wxl files are not run through the preprocessor (you probably could if you did it your self) so that value is never replaced. Gordon Dass Adams wrote: > In my example MergeModule project attached, I name my shortcut folder with a > localization string which doesn't completely resolve: > > N

[WiX-users] .var not substituted in localized shortcut name in merge module

2009-06-23 Thread Gordon Dass Adams
In my example MergeModule project attached, I name my shortcut folder with a localization string which doesn't completely resolve: That localization variable is defined in a .wxl file: http://schemas.microsoft.com/wix/2006/localization";> $(var.RmaProductName) Help The variable RmaProduc