-
I'm trying to grab an old file that only exists in old installations and is not replaced in our latest version, and move that old file (if it exists) into our new install directory. I understand that I believe at least one problem I'm seeing is that the old files are all deleted before I can get Anyway, I would really appreciate sample WXS code, integrated into what I already have. I generally don't know enough about the entire WXS/MSI ecosystem to understand abstract suggestions or generalities, so those probably won't be much use to me. Here is the old file that I want to copy: I would like it to end up here (again, if it actually exists): Here is my current WXS file, without any of my failed attempts to add
Thanks in advance for any assistance you can offer! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found a resolution for this. The solution I've implemented is explained here: |
Beta Was this translation helpful? Give feedback.
I found a resolution for this. The solution I've implemented is explained here:
https://stackoverflow.com/questions/73542234/how-to-use-copyfile-in-wix-toolset-to-move-a-file-from-old-install-into-new-inst