Mike Menaker wrote:

<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Disabled="no" Text="$(loc.WixUINext)">

          <Publish Property="ISWEBBOX" Value="TRUE">1</Publish>

<Publish Event="NewDialog" Value="[WixUI_WEBConfigToReadyToInstall_Next]"></Publish>
        </Control>


Take a look at the ControlEvent Table topic in the MSI SDK doc. Control events you want to run need a true condition; you can't omit it.

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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to