Hi guys, has anyone succesfully included the PrintEULA call in the latest
wixca.dll (2.0.5805.0)?

I have my custom action:
<CustomAction Id="PrintEula" BinaryKey="wixca" DllEntry="PrintEula"
Return="ignore" Execute="immediate" />

And my 'Print' button:
<Control Id="Print" Type="PushButton" X="112" Y="243" Width="56" Height="17"
Text="$(loc.DIALOG_LicenseAgreementDlg_CONTROL_Print)">
    <Publish Event="DoAction" Value="PrintEula">1</Publish>
</Control>

But, while clicking said button I get the familiar dialog to choose my
printer and it's options, clicking 'Print' there results in nothing
appearing in the printer queue :-(

Any ideas?

Thanks,
Gareth
-- 
View this message in context: 
http://www.nabble.com/PrintEULA-CA-tf4856905.html#a13898360
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to