[wix-users] AllowDuplicateDirectoryIds 3.11.1.2318

Rob Mensching rob at firegiant.com
Tue Mar 26 20:08:48 PDT 2019


First, I've ever heard of that problem before. Only guess is to make sure you're pointing at the correct WixTasks.dll since you've customized the install path.
_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Boaz Lev via wix-users
Sent: Tuesday, March 26, 2019 2:22 PM
To: wix-users at lists.wixtoolset.org
Cc: Boaz Lev <boazlev at hotmail.com>
Subject: [wix-users] AllowDuplicateDirectoryIds 3.11.1.2318

I am trying to build an installer using 3.11.1.2318. It fails running Light with this error message:

C:\MyProj\Ext\Wix\3.11.1.2318\wix2010.targets(2439,7): error MSB4064: The "AllowDuplicateDirectoryIds" parameter is not supported by the "Light" task. Verify the parameter exists on the task, and it is a settable public instance property.
C:\MyProj\Ext\Wix\3.11.1.2318\wix2010.targets(2435,5): error MSB4063: The "Light" task could not be initialized with its input parameters.

I checked that the WixTasks.dll in that particular directory actually has that property on the Light class. Additionally, my project has these properties set in the project file:

<PropertyGroup>
    <WixToolPath>$(SolutionDir)\Ext\Wix\3.11.1.2318\</WixToolPath>
    <WixTargetsPath>$(WixToolPath)Wix.targets</WixTargetsPath>
    <WixTasksPath>$(WixToolPath)WixTasks.dll</WixTasksPath>
    <WixExtDir>$(WixToolPath)</WixExtDir>
</PropertyGroup>

I have tried searching online, but not really found anything useful. Any ideas?

Thanks,

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list