Hi Neil,

We use at least two builds of WiX at the same time. Newer builds on 
the development computers and older and well-tested on the production 
server. And we upgrade the server only when we need to use some new 
functions. Before each upgrade we have to make sure that all our 
setups are not broken.

For our environment, the output into subdirectories is better than 
culture suffix but this still is not as flexible as It could be.

Is it possible to replace the proposed

$(TargetDir)\CultureName\$(TargetName)$(TargetExt).

with

$(TargetDir)\$(CultureSuffix)\$(TargetName)$(TargetExt)

where CultureSuffix is overridable and is empty by default when single 
culture is used?

Or, even better, put 
$(TargetDir)\$(CultureSuffix)\$(TargetName)$(TargetExt) into the 
overridable property, say TargetDirLocalized.

Best regards,
Ilya Slobodin

----- Original Message ----- 
From: "Neil Enns" <[EMAIL PROTECTED]>
To: "General discussion for Windows Installer XML toolset." 
<wix-users@lists.sourceforge.net>
Sent: Monday, July 21, 2008 6:18 PM
Subject: Re: [WiX-users] Localization filename change


> Ilya,
>
> If we changed things so the localized output went into 
> subdirectories, rather than modified the name of the MSI, would htat 
> work for your situation?
> Neil
>
> ________________________________
> From: [EMAIL PROTECTED] 
> [EMAIL PROTECTED] On Behalf Of Ilya Slobodin 
> [EMAIL PROTECTED]
> Sent: Monday, July 21, 2008 1:59 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Localization filename change



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