I'm new to Wix using 2.0 since it is tagged as stable and is documented
fairly well.

Is there a way to get Tallow to generate a component Id and File Id based on
the root of the name attribute of the File element?

E.g. instead of....

        <Component Id="component2" DiskId="1" Guid="PUT-GUID-HERE">
          <File Id="file2" Name="c31112a1.tif" Source="c31112a1.tif" />
        </Component>

I am hoping for...

        <Component Id="component_c31108a1" DiskId="1" Guid="PUT-GUID-HERE">
          <File Id="file_c31108a1" Name="c31108a1.tif" Source="c31108a1.tif"
/>
        </Component>

This will enable me to keep my Component IDs unique across multiple
installers.

Thanks for the help,
Craig


---
http://www.overlandnavigator.com
Touchscreen Friendly GPS Mapping 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.15.26/1120 - Release Date: 11/9/2007
9:26 AM
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to