-
Hey guys, I have a bundle using custom BA and two packages. one for business , the other for webview2runtime.
we used to use wix 3.11.2 to build the bundle and package(we call it 1.0) run bundle 1.0, and then I upgrade both package ,bundle and custom ba to wix4.0.1 and build this (we call it version 2.0).
Any one encountered this before? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
if I set my bundle and package to a new version and use wix4 to build it (like version 2.1). if 2.0 is installed, and then try to install 2.1. the installation could execute correctly! |
Beta Was this translation helpful? Give feedback.
-
WiX v4 uses a newer hash algorithm (SHA512) than WiX v3 (SHA1). This will force a recache, as you've noticed. |
Beta Was this translation helpful? Give feedback.
WiX v4 uses a newer hash algorithm (SHA512) than WiX v3 (SHA1). This will force a recache, as you've noticed.