Hi whenever I enter a specific dialog screen, I want a property to be
set. I have this right now. But whenever I click next nothing happens. I
tried removing the 1 but then the property doesn't get set. What am I
doing wrong? 

 

Thanks,

Mike

 

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

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