1

Is it possible to create a hardlink in WiX without creating a Custom Action? I found this thread describing the problem, but it doesn't provide an answer. The reason for wanting to create a hardlink is that I've got four different applications sharing the same prerequisites, and these take up all available space on the server. It would be nice to share them somehow.

I'm using WiX 3.0

CharlesB
  • 86,532
  • 28
  • 194
  • 218
Bjarne
  • 131
  • 1
  • 1
  • 3

1 Answers1

2

The thread you mentioned does provide an answer: "MSI doesn't have support so you'd have to ( carefully ) roll your own CA pattern to do this.".

Moved from comments

nabulke
  • 11,025
  • 13
  • 65
  • 114