Did you read the help documentation about how to do multi-language 
builds in the WiX.chm? It has changed a lot in the last year+ since you 
last picked up a build.

Scott Button wrote:
> Hello, all:
>
>
>
> I recently upgraded from Wix 3.0.3829 to 3.0.5217, in order to develop an
> MSI for Windows 7.
>
>
>
> I now get the error:
>
>
>
> candle.exe : error CNDL0288: The variable 'Configuration' with value
> 'Release' was previously declared with value 'Release'.
>
>
>
> The salient lines of my .wixproj are:
>
>
>
>   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
>
>     <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
>
>
> <DefineConstants>$(DefineConstants);Configuration=Release;Release=</DefineCo
> nstants>
>
>   </PropertyGroup>
>
>
>
> The reason we are doing this is to get multi-lingual installation support.
> We build the .MSI's for each language and then merge them.
>
>
>
> The build worked before, with wix 3.0.3829.  Any suggestions how to get our
> build working again? (besides downgrading back to 3.0.3829)
>
>
>
> If I remove or change any part of the DefineConstants line, candles stops
> complaining, but the build breaks because the locale-specific directory is
> omitted from the build paths.
>
>
>
> Please guide me on what further information is needed, if I've missed
> something necessary for diagnosis.
>
>
>
>
>
> Scott Button
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to