Hi Ravi,
Heat creates its unique file/component references based on the source name
of the file.
So if you change the name, or the relative location of the source file, then
the file reference may well change.
I believe there is a way to force it to not generate new references, however
I've found that generally it's not a problem since it's really not so common
to be modifying the filename anyway.

It's probably very important to note however that if you allow WiX to
dynamically create your component IDs that you shouldn't be renaming /
moving the source files for these components unless you will be forcing a
major upgrade.  Since changing component IDs on a minor upgrade is getting
into dangerous territory.


Regards,
Bevan Weiss
SAGE Automation

>Date: Wed, 19 Mar 2014 10:11:38 +0530
>From: Ravishankar <ravishankar.krishnasw...@idsfortune.com>
>Subject: [WiX-users] Heat.exe harvesting case sensitive vb6 dll's
>
>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 (x86)\WiX Toolset v3.6\bin\heat.exe" dir "C:\Temp" -dr
INSTALLLOCATION -cg FORTUNEFilesGroup -gg -g1 -sfrag -scom -srd -svb6 -var
"var.SourceItemsDir" -out >"C:\Temp\Components.wxs"
>
>i have placed my dll under C:\Temp  folder
>
>Can anyone please help me, is extracting dll files using Heat.exe is case
sensitive?, i mean should the filenames be case-sensitive?
>
>Thanks and Regards
>Ravi Shankar

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to