Script to Acknowledge Windows Msg Box
I'm wondering if any of you guys would have a good idea (or at least the beginning of one) for a script to acknowledge several Windows popup boxes?
Here's the deal;
I'm packaging up a HORRIBLY nasty application and when I run the newly-crafted MSI that I've made, I receive some DLL registration errors. I've noticed that when I use the "/qn" switch on the MSI (for "quiet / no user interaction") the install fails.
If I use the "/qb" switch (quiet / basic user interaction), however, and then click on the "ignore" option during each popup, the install goes thru without a hitch. As one of the guys here explained, the /qn switch will cause the install to just time out since it never receives any input on what to do with these errors.
What do you think my best approach would be to this? I know it's possible, just not sure how I should do it. I can embed a VB Script in the install and actually have for several packages I've done, but lately I've just been writing scripts for Xcacls folder permissions at the end of the install.
Any ideas?

