Suppress downgrade failures (#17117)
This commit is contained in:
parent
34b13c9a1e
commit
26626f3db3
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.Foundation">
|
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.Foundation">
|
||||||
<bal:WixStandardBootstrapperApplication
|
<bal:WixStandardBootstrapperApplication
|
||||||
LicenseFile="dummyeula.rtf"
|
LicenseFile="dummyeula.rtf"
|
||||||
|
SuppressDowngradeFailure="yes"
|
||||||
ShowFilesInUse="yes"
|
ShowFilesInUse="yes"
|
||||||
ShowVersion="yes" />
|
ShowVersion="yes" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue