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

2013-07-07 Thread Stephane Fagnan
- 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 2013 23:37:08 -0600 Subject: [WiX-users] WiX v3.7

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

2013-07-07 Thread Christopher Painter
To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net 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

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 working I'm

[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