Quantcast

Error 2836: The control Next on the dialog...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate

Error 2836: The control Next on the dialog...

md5hans
Hi!

When I run an installtion I get an error:

DEBUG: Error 2836:  The control Next on the dialog SelectInstallationFeaturesDialog can not take focus
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2836. The arguments are: SelectInstallationFeaturesDialog, Next,
 

The installtion works fine but it would be nice if I could do something to remove this logging. I suppose that the reason for this logging is that the next button is disabled when the dialog is displayed. My definiton of the next button is like this:

    <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="Next">
      <Condition Action="enable">INSTALL_GDP OR INSTALL_ARCGIS</Condition>
      <Condition Action="disable">NOT INSTALL_GDP AND NOT INSTALL_ARCGIS</Condition>
      <Publish Event="DoAction" Value="FillPackageList">INSTALL_GDP</Publish>
    </Control>

Best regards Hans
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate

Re: Error 2836: The control Next on the dialog...

Bob Arnson-6
md5hans wrote:
> The installtion works fine but it would be nice if I could do something to
> remove this logging. I suppose that the reason for this logging is that the
> next button is disabled when the dialog is displayed. My definiton of the
> next button is like this:
>  

Disabled controls can't take focus, so the error message is correct.
Change your dialog so the default control is another control.

--
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Loading...