wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 24 forks source link

Force Burn to continue when Package failed #3894

Open wixbot opened 11 years ago

wixbot commented 11 years ago

(from mailing list: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/quot-Force-quot-Burn-to-continue-when-package-failed-td7583001.html)

In ExecutePackageComplete is it possible to force Burn to ignore that a package failed to install/uninstall and move on to the next like nothing happened? (I know that I can set the package as not vital, but it's not what we're after here)

I guess it could possible by simply setting the ExecutePackageCompleteEventArgs' Result parameter to Ignore -- or Continue. That would be a neat solution. Any insight?

Cheers, Amadeus

Originally opened by amadeushein from http://sourceforge.net/p/wix/feature-requests/718/

wixbot commented 11 years ago

Originally changed by barnson Area set to burn Release changed from Future to v4.x