I am getting 2819 error on clicking “Next” button in WelcomeDlg. Please help.



<UI Id="UserInterface">
      <Property Id="WIXUI_Mondo" Value="INSTALLDIR" />

      <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
      <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="9"
Bold="yes" />
      <TextStyle Id="WixUI_Font_Title"  FaceName="Tahoma" Size="9"
Bold="yes" />

      <DialogRef Id="BrowseDlg" />
      <DialogRef Id="DiskCostDlg" />
      <DialogRef Id="ErrorDlg" />
      <DialogRef Id="FatalError" />
      <DialogRef Id="FilesInUse" />
      <DialogRef Id="MsiRMFilesInUse" />
      <DialogRef Id="PrepareDlg" />
      <DialogRef Id="ProgressDlg" />
      <DialogRef Id="ResumeDlg" />
      <DialogRef Id="UserExit" />

      <DialogRef Id="Dlg_SelectLanguage" />

      <DialogRef Id="SetupTypeDlg" />
      <DialogRef Id="FeaturesDlg"/>

      <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
Value="Dlg_SelectLanguage">1</Publish>

      <Publish Dialog="Dlg_SelectLanguage" Control="Back" Event="NewDialog"
Value="WelcomeDlg">1</Publish>
      <Publish Dialog="Dlg_SelectLanguage" Control="Next" Event="NewDialog"
Value="SetupTypeDlg">1</Publish>

      <Publish Dialog="SetupTypeDlg" Control="Back" Event="NewDialog"
Value="WelcomeDlg">1</Publish>
      
      <Publish Dialog="SetupTypeDlg" Control="TypicalButton"
Event="AddLocal" Value="ALL" Order="10"></Publish>
      <Publish Dialog="SetupTypeDlg" Control="TypicalButton" Event="Remove"
Value="FEATUREB" Order="20"></Publish>
      <Publish Dialog="SetupTypeDlg" Control="TypicalButton" Event="Remove"
Value="FEATUREC" Order="30"></Publish>
      <Publish Dialog="SetupTypeDlg" Control="TypicalButton" Event="Remove"
Value="FEATURED" Order="40"></Publish>
      <Publish Dialog="SetupTypeDlg" Control="TypicalButton"
Event="NewDialog" Value="InstallDirDlg" Order="50">1</Publish>

      
      <Publish Dialog="SetupTypeDlg" Control="CustomButton"
Event="NewDialog" Value="FeaturesDlg" Order="10">1</Publish>



      
      <Publish Dialog="SetupTypeDlg" Control="CompleteButton"
Event="AddLocal" Value="ALL" Order="10"></Publish>
      <Publish Dialog="SetupTypeDlg" Control="CompleteButton"
Event="NewDialog" Value="InstallDirDlg" Order="30">1</Publish>

      <Publish Dialog="FeaturesDlg" Control="Back" Event="NewDialog"
Value="SetupTypeDlg">1</Publish>
      <Publish Dialog="FeaturesDlg" Control="Install" Event="DoNothing"
Value="MissingFeature" Order="10"></Publish>
      <Publish Dialog="FeaturesDlg" Control="Install" Event="NewDialog"
Value="InstallDirDlg" Order="20">1</Publish>

      <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog"
Value="SetupTypeDlg"></Publish>
      <Publish Dialog="InstallDirDlg" Control="Next" Event="SetTargetPath"
Value="[WIXUI_INSTALLDIR]" Order="10">1</Publish>
      <Publish Dialog="InstallDirDlg" Control="Next" Event="NewDialog"
Value="VerifyReadyDlg" Order="20">1</Publish>
      <Publish Dialog="InstallDirDlg" Control="ChangeFolder"
Property="_BrowseProperty" Value="[WIXUI_INSTALLDIR]" Order="10">1</Publish>
      <Publish Dialog="InstallDirDlg" Control="ChangeFolder"
Event="SpawnDialog" Value="BrowseDlg" Order="20">1</Publish>


      <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog"
Value="Return" Order="999">1</Publish>

      
      <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog"
Value="InstallDirDlg"></Publish>


      <Dialog Id="Dlg_SelectLanguage" Width="370" Height="270" Title="Cincom
Guru">
        <Control Type="Line" Id="line_divide" Width="364" Height="2" X="0"
Y="50" />
        <Control Type="Edit" Id="edit_DialogTitle" Width="173" Height="15"
X="20" Y="19" Text="Language Selection" Disabled="no" />
        <Control Type="Line" Id="line_BottomLine" Width="359" Height="2"
X="4" Y="218" />
        <Control Type="PushButton" Id="Btn_Back" Width="56" Height="17"
X="142" Y="229" Text="Back" ToolTip="Back" >
          <Publish Event="NewDialog" Value="WelcomeDlg">1</Publish>
        </Control>
        <Control Type="PushButton" Id="Btn_Next" Width="56" Height="17"
X="206" Y="229" Text="Next" ToolTip="Next" >
          <Publish Event="NewDialog" Value="SetupTypeDlg">1</Publish>
        </Control>
        <Control Type="PushButton" Id="Btn_Cancel" Width="56" Height="17"
X="304" Y="229" Text="Cancel" ToolTip="Cancel" >
          <Publish Event="NewDialog" Value="SetupTypeDlg">1</Publish>
        </Control>

        <Control Type="CheckBox" Id="chkBox_English" Width="82" Height="17"
X="38" Y="101" Text="English" Property="LanguageSelected" />
        <Control Type="CheckBox" Id="chkBox_French" Width="62" Height="18"
X="38" Y="124" Text="French" CheckBoxPropertyRef="LanguageSelected" />
        <Control Type="Edit" Id="edit_SelectALanguage" Width="195"
Height="15" X="5" Y="76" Text="Please Select A Language"></Control>
      </Dialog>
    </UI>

    <UIRef Id="WixUI_Common" />
    <UIRef Id="WixUI_ErrorProgressText" />




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Getting-2819-error-on-clicking-Next-button-in-WelcomeDlg-Please-help-tp7594531.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to