Hey Stefan, On the WixUIPrintEula topic, take a look at the follow link. The main lines you should look at are 22 and 354 - 383. It actually doesn't look for the handle on the MSI window. Rather, it reads from the rtf from the control's text.
http://wix.cvs.sourceforge.net/wix/wix/src/ext/UIExtension/ca/PrintEula.cpp?revision=1.3&view=markup&pathrev=HEAD Hope this helps! -- Brian Rogers "Intelligence removes complexity." - Me http://www.codeplex.com/wixml On Wed, Jul 30, 2008 at 12:58 AM, Stefan Webb <[EMAIL PROTECTED]> wrote: > I am trying to customize my dialogs in Wix 3.0.4318. I have extracted the > standard dialogs from the source and compiled a modified version of them > with my project. If I include WixUIExtension.dll then it is not possible to > customize the FilesInUse dialog, as pointed out in an earlier thread. > However, if I do not include WixUIExtension.dll, then I do not have access > to the custom actions in PrintEula.dll. > > My understanding is that PrintEula.dll contains two functions, > WixUIPrintEula and WixUIValidatePath. I believe WixUIPrintEula finds the > handle of the RichEdit control in the MSI window, extracts the text, and > sends it the printer. It doesn't take or return any parameters. Is this > correct? I am not sure what the WixUIValidatePath function does, if it is > crucial and how it is called. I am an experienced Win32 developer and would > like to implement my own PrintEula.dll file. Would somebody be able to > provide more information on the PrintEula.dll file? > > Thanks, > Stefan. > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users