Re: implement MsiSetExternalUIRecord

2008-06-22 Thread Paolo Abeni
hello, On Sat, Jun 21, 2008 at 5:08 AM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > > The only place where new stuff is used is package.c, why did > you add it to msi_main.c and msipriv.h? I followed the example of the current implementation of the text-based external UI handler. It also define

Re: implement MsiSetExternalUIRecord

2008-06-20 Thread Dmitry Timoshkov
"Paolo Abeni" <[EMAIL PROTECTED]> wrote: > Changelog: > * add basic implementation for MsiSetExternalUIRecord The only place where new stuff is used is package.c, why did you add it to msi_main.c and msipriv.h? -- Dmitry.