Re: MSI: partially implement of AppSearch action

2005-02-01 Thread Juan Lang
Hey Aric! --- Aric Stewart <[EMAIL PROTECTED]> wrote: > a) if the action returns anything other than ERROR_SUCCESS the install > will halt at that action returning that error. So you need to make sure > that you only return errors that should fully halt the install. Ah, okay, you're right, most

Re: MSI: partially implement of AppSearch action

2005-02-01 Thread Aric Stewart
Hi Juan, YAY! someone else doing action work.. However there are a few problems i want to point out so you can review your code and check. I have attached a patch i quickly made to avoid some problems i was having. But what you will want to look over and figure out is a) if the action returns