Re: [WiX-users] WiX v3.7 - CopyFile not working

2013-07-07 Thread Christopher Painter
2:20 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] WiX v3.7 - CopyFile not working I discovered that the folder is not being moved because CopyFile only supports moving files, not folders. I will have to do this a different way. Thanks anyway! &g

Re: [WiX-users] WiX v3.7 - CopyFile not working

2013-07-07 Thread Stephane Fagnan
X-users] WiX v3.7 - CopyFile not working > > Look for all lines in the log referring to the MoveFiles action to see if > your file move operation shows up there or not. > > > From: stephane...@hotmail.com > > To: wix-users@lists.sourceforge.net > > Date: Wed, 3 Jul 2

Re: [WiX-users] WiX v3.7 - CopyFile not working

2013-07-05 Thread Blair Murri
Look for all lines in the log referring to the MoveFiles action to see if your file move operation shows up there or not. > From: stephane...@hotmail.com > To: wix-users@lists.sourceforge.net > Date: Wed, 3 Jul 2013 23:37:08 -0600 > Subject: [WiX-users] WiX v3.7 - CopyFile not work

[WiX-users] WiX v3.7 - CopyFile not working

2013-07-03 Thread Stephane Fagnan
I'm creating a major upgrade for a program using WiX. The last version of the program had a data file that is always found in C:\. I am allowing the user to either keep the file in the same location or select a different location. I am using a CopyFile element to move the file, which looks like t