Do you have the WiXCA DLL declared in a Binary stream? Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501
http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Sudripta Nandy [mailto:sudrip...@sarangsoft.co.in] Sent: 05 October 2009 14:19 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Unable to print EULA using Wix CA I have a EULA dialog in my setup. There I have the following control: <Control Id="LicenseText" Type="ScrollableText" X="20" Y="85" Width="380" Height="150" Sunken="yes" TabSkip="no"> <Text SourceFile=".\Resources\EULA.rtf" /> </Control> I also have a 'Print' button on that dialog and am doing the following thing when the 'Print' button is clicked: <Control Id="PrintButton" Type="PushButton" X="20" Y="290" Width="60" Height="20" Cancel="yes" Text="!(loc.SSUIBtnPrint)"> <Publish Event="DoAction" Value="PrintEula"><![CDATA[1]]></Publish> </Control> I am defining the PrintEula customaction as: <CustomAction Id="PrintEula" BinaryKey="WixCA" DllEntry="PrintEula" Execute="immediate" Return="check"/> I am calling light from command-line as: light .\MySetup\MySetup.wixobj -loc .\MySetup\MySetup.wxl -ext WixUtilExtension -o .\MySetup\MySetup.msi But, when I run the MSI and click on the 'Print' button, I get the following error: Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action PrintEula, entry: PrintEula, library: C:\DOCUME~1\SUDRIP~1\LOCALS~1\Temp\MSI1951.tmp I am using Wix 3.5. Thanks. With Regards, // Sudripta Nandy ------------------------------------------------------------------------ ------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users