Reputation: 910
I am trying to create a custom Wix Extension which copies a file with come preparations.
How can I achieve the similar procedure to File Element when all you need is specify file source and the file gets stored in the MSI tables?
<File Id="Some.dll"
Source="files\Some.dll"
KeyPath="yes" />
As a workaround I can use Binary Element, but I want to have the same elegant style as Wix Toolset.
Upvotes: 0
Views: 135