Re: [WiX-users] Information about PrintEula.dll

2008-07-30 Thread Brian Rogers
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/UIExten

Re: [WiX-users] Information about PrintEula.dll

2008-07-30 Thread Stefan Webb
the printeula.dll in our installer. > > Neil > > > From: [EMAIL PROTECTED] [ > [EMAIL PROTECTED] On Behalf Of Stefan Webb [ > [EMAIL PROTECTED] > Sent: Wednesday, July 30, 2008 12:58 AM > To: wix-users@lists.sourceforge.net > Subject: [

Re: [WiX-users] Information about PrintEula.dll

2008-07-30 Thread Neil Enns
Stefan Webb [EMAIL PROTECTED] Sent: Wednesday, July 30, 2008 12:58 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Information about PrintEula.dll 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

Re: [WiX-users] Information about PrintEula.dll

2008-07-30 Thread Abubakar
hi, if you download the source code for wix, than inside \src\ca\wixca\dll you will find a file called PrintEula.cpp which contiains the code for this printing functionality. So you can see everything being done there. ..ab On Wed, Jul 30, 2008 at 12:58 PM, Stefan Webb <[EMAIL PROTECTED]> wrote

[WiX-users] Information about PrintEula.dll

2008-07-30 Thread Stefan Webb
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. Howeve