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-Next-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

Reply via email to