Re: [WiX-users] GUID stability between builds

2007-02-06 Thread Bob Arnson
Jesper Hogstrom wrote: To the best of my understanding there is no wix-macro that descends a folder structure and grabs everything it finds. Is that correct? Yes. How important is it to keep GUIDs stable over time for components? Is the better solution to get to it and simply specify all file

Re: [WiX-users] GUID stability between builds

2007-02-05 Thread Levi Wilson
If by "descends a folder structure and..." you mean you want something that will generate the WiX code for you, then yes. There is heat.exe that comes with WiX version 3. On 2/5/07, Jesper Hogstrom <[EMAIL PROTECTED]> wrote: I have set up a wix script for most of what I need. However, the re

[WiX-users] GUID stability between builds

2007-02-05 Thread Jesper Hogstrom
I have set up a wix script for most of what I need. However, the remaining section is a subtree where every single file should be included - and files may be added every now and then. The file structure contains demo files. An obvious solution is to write wix code to specify all files. Another