> -----Original Message----- > From: CoolBreeze [mailto:coolbreeze...@googlemail.com] > > For the second question I have, currently the location that contains the files > Heat is harvesting doesn't include this folder I need added. I was hoping it > was possible to have it created it on the fly during the harvesting process. > As > I said right now I harvest the files and then edit the resulting .wxs file > and add > the <Directory /> and Component.
One option would be to keep this extra directory in a .wxs that is not generated like this: <Fragment> <DirectoryRef Id="ExtraParentDir"> <Directory Id="ExtraDir" Name="MyExtraDir"> <Component ... /> </Directory> </DirectoryRef> </Fragment> You'll need to update ExtraParentDir to be the Directory/@Id of the harvested directory. Depending on how you are harvesting this could be a known value or it could be a generated value... Edwin G. Castro Software Developer - Staff Digital Channels Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users