[wix-users] wix Assembly files packaging

uday kumar reddy kundarapu uday.kundarapu at gmail.com
Fri Aug 16 13:58:39 PDT 2019


Hi,

I have two files that needs to be installed in assembly.

Infragistics2.Win.v6.3.dll

Infragistics2.Win.v6.31.ll


While trying to build MSI, I'm getting below error message. Could
something be wrong?


<Component Id="Infragistics2.Win.v6.dll"
Guid="{AA6E3D3E-B4B5-43D5-8CF1-D4FA4D920FD0}">
                    <File Id="Infragistics2.Win.v6.3.dll"
KeyPath="yes" Source="Global Assembly
Cache\Infragistics2.Win.v6.3.dll" Assembly=".net" />
                </Component>
                <Component Id="Infragistics2.Win.v6.31.dll"
Guid="{A00BB3DA-D355-4DD6-BF4B-21E973B76AC8}">
                    <File Id="Infragistics2.Win.v6.31.dll"
KeyPath="yes" Source="Global Assembly
Cache\Infragistics2.Win.v6.31.dll" Assembly=".net" />
		</Component>

error LGHT0299 : The destination name of file
'Infragistics2.Win.v6.31' does not match its assembly name
'Infragistics2.Win.v6.3' in your authoring. This will cause an
installation failure for this assembly, because it will be installed
to the Global Assembly Cache. To fix this error, update File/@Name of
file 'Infragistics2.Win.v6.31' to be the actual name of the assembly.

Both the files are available but still its not rcoginizing second file.

Could someone provide solution for this?


More information about the wix-users mailing list