Re: [WiX-users] Generating unique and stable GUIDs in foreach loops

2015-05-27 Thread Tunney, Stephen
ade a dictionary wix extension that would help you accomplish this. Example: -Original Message- From: Samer Vazdekis [mailto:sbazd...@yahoo.com] Sent: May-26-15 11:22 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Generating unique and sta

[WiX-users] Generating unique and stable GUIDs in foreach loops

2015-05-26 Thread Samer Vazdekis
Hi there, I have a question about the following piece of Wix code. I am finding that all components added by the following foreach loop has the same GUID. Is there a way to guarantee a unique and stable GUID for each competent and still use the foreach loop?