Re: [WiX-users] CopyFile Question

2009-10-12 Thread ezimmerman
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. Thanks for the help! Eric Blair-2 wrote: > > Not sure. Are either MYINSTALLDIR or EXTRAFILESDIR in your Directory tabl

Re: [WiX-users] CopyFile Question

2009-10-12 Thread Blair
@lists.sourceforge.net Subject: Re: [WiX-users] CopyFile Question Here is an except.. It kinda looks like it is looking for the Files directory... Is there anyway, I can do a CopyFiles with a conditon of "NOT Installed"? How / Where would I put that? "EXTRAFILESDIR" property is

Re: [WiX-users] CopyFile Question

2009-10-12 Thread ezimmerman
Here is an except.. It kinda looks like it is looking for the Files directory... Is there anyway, I can do a CopyFiles with a conditon of "NOT Installed"? How / Where would I put that? "EXTRAFILESDIR" property is essentially set to a "Files" sub-directory of the Source directory of the origina

Re: [WiX-users] CopyFile Question

2009-10-12 Thread Blair
In your verbose uninstall log, which path is it trying to access that it can't? -Original Message- From: ezimmerman [mailto:ezimmer...@wi.rr.com] Sent: Sunday, October 11, 2009 9:43 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] CopyFile Question I want to copy files from t