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
8: INSTALL. Return value 3. ... Blair-2 wrote: > > 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-us

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

[WiX-users] CopyFile Question

2009-10-11 Thread ezimmerman
I want to copy files from the "[source]\Files\" directory to the root of the target directory. I added the following line into the main executable component. It works, but on uninstall, it errors out with "unable to locate network files". Any idea what I'm doing wrong or the best way to accomp