Re: [WiX-users] File Id: uniqueness requirements

2008-10-20 Thread Rob Mensching
MSI. -Original Message- From: Greg Silin [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 14:36 To: wix-users@lists.sourceforge.net Subject: [WiX-users] File Id: uniqueness requirements Hi, When specifying the File Id element in the wix files, how unique does it have to be

[WiX-users] File Id: uniqueness requirements

2008-10-20 Thread Greg Silin
Hi, When specifying the File Id element in the wix files, how unique does it have to be? Online docs have this: "The unique identifier for this File element. May be referenced as a Property by specifying [#value]." Is it unique within a directory, component, msi, or globally unique? Thanks! -g