0

Possible Duplicate:
Features installed to different locations but referencing the same components

I have a wix installer which installs several web services. After the services are installed I need to install some kind of plugins to each binary directory of the installed services. The plugin files are in a separate fragment file, I generated it with heat. The question is: how to install the same fragment to several locations?

It wouldn't be a pb to install it to one location only - then I would create the correct folder structure for this fragment during generation. But I don't know how to do it for several locations. An obvious alternative is to create two fragments with the same files but different folder structure. Is wix smart enough to understand that files shouldn't be packed twice in this case?

Community
  • 1
  • 1
ElDog
  • 1,230
  • 1
  • 10
  • 21

1 Answers1

0

This question appears to be a duplicate. It is actually answered here:

Features installed to different locations but referencing the same components

Community
  • 1
  • 1
ElDog
  • 1,230
  • 1
  • 10
  • 21