wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
128 stars 36 forks source link

Difxapp incompatible with delta patching due to InstallExecuteSequence error #5446

Open grimbeaver opened 7 years ago

grimbeaver commented 7 years ago

WIX Toolset 3.10.2.2516

The Difxapp extension is incompatible with delta patching due to a sequencing error. When a delta patch is created the resulting InstallExecuteSequence table has MsiProcessDrivers@4001 and PatchFiles\@4090. As a result the existing driver is reinstalled and the new driver is never installed.

Since the sequencing of neither action is overridable there is currently no work around I can find.

Sample project to reproduce the issue: DifxSample.zip

orcaresult

rseanhall commented 7 years ago

We would have to see if we can resequence the custom action.