I created a WixLib project and solution that contains a fragment that points to a set of DLLS's I would like to include in multiple projects.
However when I reference this wixlib from other solutions the preprocessor value for the directory the dlls are in come with the wixlib. I would like to override this value or update it.
My Wixlib looks like this:
<Fragment>
<ComponentGroup Id="CG.FarPointComponents">
<Component Id="cmpBBC3777DD58F5E2AE4704D66EF87C105" Directory="INSTALLDIR"
Guid="6CB60019-D122-41F6-8009-C41B07BCE5C3">
<File Id="filC126C8C2BFE502E045C17A812B8A907D" KeyPath="yes"
Source="$(var.FarPointDir)\FarPoint.CalcEngine.dll" />
</Component>
</ComponentGroup>
</Fragment>
I want to specify another directory for the var.FarPointDir in the other solution what should I do? I am using wix 3.6