Yes that's OK for the reason that you suggest. In fact, if you omit the IDs
from file and component, wix will generate them and are the file name with
any invalid characters substituted.

-----Original Message-----
From: Sam Boman [mailto:s...@samb.se] 
Sent: 11 February 2013 15:23
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Id for Component and File

Hi, I just have a quick question, are these Id's valid (same on Component and
File)... I guess they are in different tables.

It have been working ok, but I have today got stuck by this error:
LGHT0216: An unexpected Win32 exception with error code 0x65B occurred:
Function failed during execution

<Component Id="IronPython.dll" Guid="*">

    <File Id="IronPython.dll"
Source="$(var.MyProj.TargetDir)IronPython.dll"
KeyPath="yes"/></Component><Component Id="Microsoft.Dynamic.dll"
Guid="*">    <File Id="Microsoft.Dynamic.dll"
Source="$(var.MyProj.TargetDir)Microsoft.Dynamic.dll" KeyPath="yes"/>
</Component><Component Id="Microsoft.Scripting.dll" Guid="*"> <File
Id="Microsoft.Scripting.dll"
Source="$(var.MyProj.TargetDir)Microsoft.Scripting.dll"
KeyPath="yes"/>
</Component>
-----------------------------------------------------------------------------
-
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to