OK, let's start with a fairly straight-forward (at least from my perspective 🙂 ) enhancement. After running prevalidation on a vendor's MSI, I think it would be nice to be able to suppress those errors/warnings later (such as during the postvalidation that I would run after creating my MST). No, actually I wouldn't limit it to any one time as a packager might want to filter the view of that log file at many different times throughout the process.
This could be in the form of a single option (e.g. a checkbox for "suppress original ICE error/warnings") or a more detailed interface where you could go down through the log file, right-click on a line and have a menu of options:
- suppress once (this error/warning is ignored the next time you run a validation),
- suppress (this error/warning is ignored from this point on),
- revert (all error/warnings are reported again) and,
- ??? (can anyone think of any others to add?).
*Note* When I say "this error/warning" I'm referring to that particular line item in the log, not every instance of that particular ICE error.
tanks