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?
(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