I generated a new, blank, setup from the Win32 Template and when I run theMSI Database Validation tool with the "Display Warnings" checked, I see a number of warnings. There aren't any errors, just warnings -- I'm assuming it is because of (negligible?) IA incompatibilities with MSI?
Any suggestions on how to keep alert for when an "important" warning is flagged (I'm still somewhat new to MSI)? I'm assuming I could provide some build automation that diffs the "known" warnings with any new warnings that might occur following changes to a setup -- for better troubleshooting in times of crisis

. Also, any recommendations or suggested resources for analyzing errors and warnings? One reason I ask is a couple of times I've gotten myself into weird build/runtime trouble while playing around with IA and I wasn't sure if it was because something I've done illegally with MSI or illegally with IA; for example, whenever I attempt to run one of my particular setups, I always get an Error dialog: "Could not access network location <yada yada my target dir>" which occurs at the point the "Apply Install" command executes. I reckon it is because of some mistake I've made with IA which I thought I might be able to help troubleshoot with the database validator.
Thanks!