How do use multiple files inside of the component in WiX?
<DirectoryRef Id='v5.0' >
<Component Id='V5.0Ref' Guid='7c9e6679-83F1-4F22-985B-FDB3C8ABD471'>
<File Id='SimpleMvvmToolkitCommon.dll' Name='SimpleMvvmToolkit-Common.dll' DiskId='1' Source='Source\Binaries\Silverlight\v5.0\SimpleMvvmToolkit-Common.dll' KeyPath='yes'>
</File>
</Component>
</DirectoryRef>
I am getting an issue when I add more than on file inside of the component.