1 - Check a verbose log.

2 - Post your Custom Action WiX code. Half the code sample isn't much
help.

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: Velu [mailto:velusa...@syncfusion.com] 
Sent: 13 May 2010 10:31
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Dialog Next Button Error in Custom Action


Hi

Whille installing my setup When i click the Next button in the Dialog i
got the following error

"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. "

In Next Button i have the following code in my WIX

<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56"
Height="17"
Text="[ButtonText_Next]" TabSkip="no" Default="yes">
         <Publish Event="DoAction" Value="VALID_SAMPLES">1</Publish> 
          <Publish Event="SetTargetPath"
Value="APPDIR">INSTALL</Publish>
          <Publish Event="NewDialog" Value="NewDialog_1">INSTALL AND
CHECKBOX_1_PROP</Publish>
          <Publish Event="NewDialog" Value="SetupTypeDlg">INSTALL AND
NOT CHECKBOX_1_PROP</Publish>
        </Control>
        <Control Id="CheckBox_1" Type="CheckBox" X="25" Y="164"
Width="211"
Height="26" Property="CHECKBOX_1_PROP" Text="Do you want to install
theSamples" CheckBoxValue="TRUE" TabSkip="no" Hidden="yes">
          <Condition Action="show">INSTALL</Condition>
        </Control>

Initially i have set the CHECKBOX_1_PROP property=TRUE

VALID_SAMPLES is the name of the Custom Action.  
Pls help me on this ?

--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Dialog-Nex
t-Button-Error-in-Custom-Action-tp5045343p5045343.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to