admin管理员组文章数量:1305127
Wix harvesting doesn't include .runtimeconfig.json file into .wxs file. My app doesn't run without this file. How can I include it? What can I do in general if Wix doesn't harvest certain file that I want to include?
Wix harvesting doesn't include .runtimeconfig.json file into .wxs file. My app doesn't run without this file. How can I include it? What can I do in general if Wix doesn't harvest certain file that I want to include?
Share Improve this question asked Feb 3 at 20:22 YolaYola 19.1k12 gold badges67 silver badges116 bronze badges1 Answer
Reset to default 1Are 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>
本文标签: heatWix is not harvesting runtimeconfigjsonStack Overflow
版权声明:本文标题:heat - Wix is not harvesting .runtimeconfig.json - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741799496a2398134.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论