Open IanSwatton opened 2 months ago
Does is happen for other Log
attributes or only <Log Disable="yes" />
?
Does is happen for other
Log
attributes or only<Log Disable="yes" />
?
I don't know, I will test and let you know.
As this works when the <Log Disable="no" />
?
Thanks. It's odd that disabling the log would change Burn's behavior but it's worth investigating.
WiX Version
5.0.0
.NET or MSBuild or Visual Studio Version
Visual Studio 2022 Version 17.10.1
HeatWave Version
n/a
Windows Version
Win 10 Version 22H2 (OS Build 19045.4780)
Repro Repo
No response
Repro Steps
Compressed="yes" InstallerVersion="500"
to the Package element. Add the following element to the Package,wxs<MediaTemplate EmbedCab="yes" />
<Log Disable="yes" />
Update the MsiPackage element to specify the SourceFile attribute to the above MSI package.Actual Result
After running the second installer (the upgrade) there are two entries in the Add/Remove programs dialog one for each version.
Expected Result
After running the second installer (the upgrade) there should be only one entry in the Add/Remove programs dialog. This should be for the 1.0.1.0 version.
Please note that, if the
<Log Disable="yes" />
element is removed from the Bundle.wxs file then the upgrade runs as expected (but logs are automatically written in the user's temp folder)Acknowledgements