Re: [WiX-users] Case Sensitive dll name

2014-03-07 Thread Nick Ramirez
Heat generates the IDs based off the name of the file. In FileHarvester.cs, it has: if (this.setUniqueIdentifiers) { file.Id = this.Core.GenerateIdentifier(FilePrefix, (this.suppressRootDirectory) ? directoryRef.Id : directory.Id, Path.GetFileName(file.Source)); component.Id =

[WiX-users] Case Sensitive dll name

2014-03-04 Thread Ravishankar
Hi, Am facing a strange issue, i have a dll(VB6 created) with name = LITA300.dll and when i extract using Heat.exe it generates a set of Component ID and FileID Now if i change my dll name = lita300.dll , the heat.exe is generating a different set of Component ID and FileID "C:\Program Files (x