Jeremy Farrell wrote:
> Please show all 
>uses of the token 'Configuration' in the .wxs file which candle is 
>complaining about.>

Scott now:
To summarize earlier exchanges:
I'm now using Wix 3.0.5315.(15 May 2009) 

I was previously using WIX 3.0.3829 without error.  I now get the error:
 
candle.exe : error CNDL0288: The variable 'Configuration' with value
'Release' was previously declared with value 'Release'.

All usages of 'Condition' in the .wixproj:
 
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == ''
">Debug</Configuration>
    <ProductVersion>3.0</ProductVersion>
    <ProjectGuid>{?????????????}</ProjectGuid>
    <SchemaVersion>2.0</SchemaVersion>
    <OutputType>Package</OutputType>
    <WixTargetsPath Condition=" '$(WixTargetsPath)' == ''
">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
    <WixToolPath>$(ProgramFiles)\Windows Installer XML v3\bin\</WixToolPath>
 
<WixVariables>WixUIBannerBmp=files\resources\Banner.bmp;WixUIDialogBmp=files
\resources\LaregImage.bmp;WixUILicenseRtf=files\EN_US\SA
EULA.rtf</WixVariables>
    <Cultures Condition=" '$(Cultures)' == '' ">en-US</Cultures>
    <CultureCode Condition=" '$(CultureCode)' == '' ">1033</CultureCode>
    <LocaleCode Condition=" '$(CultureCode)' == '0' ">1033</LocaleCode>
    <LocaleCode Condition=" '$(CultureCode)' != '0'
">$(CultureCode)</LocaleCode>
    <OutputName>cc-MPulse.Setup_$(CultureCode)</OutputName>
 
<DefineConstants>CultureCode=$(CultureCode);Cultures=$(Cultures)</DefineCons
tants>
    <AllowIdenticalRows>False</AllowIdenticalRows>
    <CabinetCreationThreadCount>-1</CabinetCreationThreadCount>
    <VerboseOutput>True</VerboseOutput>
    <IncludeSearchPaths />
    <CabinetCachePath />
    <SetMsiAssemblyNameFileVersion>False</SetMsiAssemblyNameFileVersion>
    <SuppressAclReset>False</SuppressAclReset>
    <SuppressAssemblies>False</SuppressAssemblies>
 
<SuppressDefaultAdminSequenceActions>False</SuppressDefaultAdminSequenceActi
ons>
 
<SuppressDefaultAdvSequenceActions>False</SuppressDefaultAdvSequenceActions>
 
<SuppressDefaultUISequenceActions>False</SuppressDefaultUISequenceActions>
    <SuppressDroppingUnrealTables>False</SuppressDroppingUnrealTables>
    <SuppressFileHashAndInfo>False</SuppressFileHashAndInfo>
    <SuppressFiles>False</SuppressFiles>
    <SuppressIces>ICE45;ICE09;ICE69;ICE03</SuppressIces>
    <ReuseCabinetCache>False</ReuseCabinetCache>
 
<LinkerSuppressIntermediateFileVersionMatching>False</LinkerSuppressIntermed
iateFileVersionMatching>
    <SuppressLayout>False</SuppressLayout>
 
<SuppressMsiAssemblyTableProcessing>False</SuppressMsiAssemblyTableProcessin
g>
    <LinkerSuppressSchemaValidation>False</LinkerSuppressSchemaValidation>
    <LinkerSuppressSpecificWarnings />
    <SuppressValidation>False</SuppressValidation>
    <LinkerTreatWarningsAsErrors>False</LinkerTreatWarningsAsErrors>
    <LinkerVerboseOutput>True</LinkerVerboseOutput>
    <LeaveTemporaryFiles>False</LeaveTemporaryFiles>
    <LinkerPedantic>False</LinkerPedantic>
    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
    <SuppressSpecificWarnings>1000</SuppressSpecificWarnings>
    <SuppressSchemaValidation>False</SuppressSchemaValidation>
    <ShowSourceTrace>False</ShowSourceTrace>
    <Pedantic>False</Pedantic>
    <DefineSolutionProperties>false</DefineSolutionProperties>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
 
<DefineConstants>$(DefineConstants);Configuration=Debug;Debug=</DefineConsta
nts>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
 
<DefineConstants>$(DefineConstants);Configuration=Release;Release=</DefineCo
nstants>
  </PropertyGroup>

Scott Button



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to