wix - How do I create components with different directories under same component group? -


how create components different directories under same component group?

sample heat command: "%wix%bin\heat.exe" dir %source%\%version% -srd -dr video -cg encrypted -gg -nologo -out abc.wxs -template:fragment

if manually edit abc.wxs file receive output heat tool, can move components different directories wish. can place several componentref elements inside componentgroup link different components want grouped together:

<componentgroup id="mycomponentgroup">     <componentref id="component1"/>     <componentref id="component2"/>     <componentref id="component3"/> </componentgroup> 

this allows several components grouped together, allowing whole group references similar componentgroupref element.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -