-
QuestionHello, I'm migrating from WiX v3.x to v6.0x and I'm currently working of the patching side of my build process. With v3.x I would use The problem I'm experiencing is that decompile appears to name the binaries it extracts from the MSI based the However, in a couple of cases I cannot set the File@Id to be the file name because it contains characters that are invalid for a File@Id. For example, the OpenSSL binary that I include contains '-' characters that are not allowed in a File@Id attribute and therefore has to be different to the file name, so I authored it like this: I want to build my patches using the .wixpdb rather the .msi method for performance reasons, but with the decompiled file name in the baseline being different to the file name in the update obviously causes it to fail. I have looked at not using Is there some way I can extract baseline binaries suitable for .wixpdb patch builds and have the true file name exported? Thanks, Darren Open Source Maintenance Fee
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Have you tried patching in WiX v6 with .wixpdbs and found the performance slower? Patching is done a lot differently than from WiX v3 and some of the behaviors that were problematic in v3 aren't in v4+. |
Beta Was this translation helpful? Give feedback.
Have you tried patching in WiX v6 with .wixpdbs and found the performance slower? Patching is done a lot differently than from WiX v3 and some of the behaviors that were problematic in v3 aren't in v4+.