1
On Windows Server 2016 Technical Preview 4, multiple entries are getting created for cost estimation of MSI.
Under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{ProductCode}, EstimatedSize entry is getting created during MSI execution, but after some time another entry "sEstimatedSize2" getting automatically created. The issue is, during uninstall the {ProductCode} hive remains with that sEstimatedSize2 registry.
Is there a way to find out who modified the registry? I am able find out when that key got created using regscanner.
There exist 'uninstaller' tools that watch every modification to the registry and disk, so that they can revert these... – Jan Doggen – 2016-01-08T11:09:13.340