79411334

Date: 2025-02-04 10:32:52
Score: 0.5
Natty:
Report link

Are you using any XSL file for transformation which does the job of excluding the particular file from including? Wix should harvest all the files present inside a directory , It does not harvest a specific file . Your heat command will help to diagnosie .

Alternatively you can write a File copy command in WiX for the particular file to copy from the source to destination. Similar to below :

<Component Id="cmp1F85" Directory="INSTALLFOLDER" Guid="*">
            <File Id="filC6A7" KeyPath="yes" Source="SourceDir\xyz.json" />
        </Component>
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: madhusudhan samantray