I figured this one out...
Added it's own component and changed the Guid="", which means unmanaged. The
files won't be uninstalled, but I didn't want them to be anyway.

<Component Id="ExtraFiles" Guid="">
   <CopyFile Id="MyFiles" SourceName="*.*" SourceProperty="EXTRAFILESDIR"
DestinationProperty="MYINSTALLDIR" Delete ="no" />
</Component>

Thanks for the help!
Eric


Blair-2 wrote:
> 
> Not sure. Are either MYINSTALLDIR or EXTRAFILESDIR in your Directory table
> (do you have any Directory elements where the Id attribute is one of these
> two strings)?
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/CopyFile-Question-tp3806138p3812062.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to