Same file to two location in WIX 3.5
I am trying to add the same file to two diferent locations. I am deploying an SDK and want certain files to reside in .\Binaries* as well as .\Samples\SampleX* and also .\Editor*
The Answer is probably going to be to put them in the GAC,but we realy wa开发者_JAVA技巧nt them on disk so they are disributable.
Use the CopyFile Element
精彩评论