I am installing files to \MyApp. I want to add some of these files to GAC. How could i refer to the installed location in source attribute of the File element ( which has assembly set to .net) to acheive this?
EDIT >>>
Jus to clarify a couple of things.
using Wix 3 to generate the msi the dll being added is a .net dll
the above segment is within a separate dir & component
I want to add a new file element to add the file to GAC