Re: [WiX-users] Id and Guid Questions

2009-06-08 Thread Christopher Painter
Rats on the Ids. The way heat rolls seems to be a pretty good answer to the problems I've seen. Thanks for pointing out Directory/@ComponentGuidGenerationSeed. This seems to do the trick for me. --- On Mon, 6/8/09, Brian Rogers wrote: > From: Brian Rogers > Subject: Re: [Wi

Re: [WiX-users] Id and Guid Questions

2009-06-08 Thread Brian Rogers
Hey Chris, > Is there a way to make it make the autogenerated flavor be like the way heat does it? Short answer is no. The Ids in heat are done using a seed to keep them unique according to the output. Once moved into the Compiler/Linker level it would be a bit more tricky to get it 100% right to

[WiX-users] Id and Guid Questions

2009-06-08 Thread Christopher Painter
When I use heat, it generates dir/comp/file ID's such as cmp dir fil If I omit the File/@Id attribute I get a different transformation pattern autogenerated. Is there a way to make it make the autogenerated flavor be like the way heat does it?