>From the docs,

Component identifier; this is the primary key for identifying components. If 
omitted, the compiler defaults the identifier to the identifier of the resource 
that is the explicit keypath of the component (for example, a child File 
element with KeyPath attribute with value 'yes'.  

Did you by chance modify the XAP file in any way? If a file is modified it is 
considered user data and will be left behind. If you need to modify it and 
still want it removed, you need to add an explicit RemoveFile element.

-----Original Message-----
From: Allan Edwards [mailto:allan.edwa...@pointsolutionsllc.com] 
Sent: Wednesday, September 26, 2012 12:51 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Bug?

I was able to specify a component with an empty guid

<Component Id="SilverlightXap" Guid="">

The installer compiled, linked, ran.  The reason I found this problem was that 
when I went to uninstall the product it left the silverlight xap file the 
component was needing to uninstall.

Thanks!!!
Allan
------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to