Hi!
I am using Heat to harvest files from a website, but how do I include the
fragment from heat directly in my Product.wxs?

I had to rename the top dir from:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Fragment>
        <Directory ID="myDir">

to:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Fragment>
      <DirectoryRef Id="INSTALLLOCATION">

and then include the ComponentGroup1 in my Product.wxs.

Then the harvested files are included below the installation dir. But is
this the correct way of doing it? I have to write a script that does this
modification at the build server and it feels a little wrong...

Heat parameters:
heat.exe dir myWebFolder -gg -sreg -scom -sfrag -out GeneratedFiles.wxs


-Christer
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to