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 =
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
2 matches
Mail list logo