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&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to