The logic for which page's controls get saved when you click which button
is hardcoded
<https://github.com/wixtoolset/wix3/blob/develop/src/ext/BalExtension/wixstdba/WixStandardBootstrapperApplication.cpp>.
Clicking the "OptionsButton" or the "InstallButton" saves the "Install"
page.  Clicking the "OptionsOkButton" saves the "Options" page.  Clicking
on the "RepairButton" or the "UninstallButton" saves the "Modify" page.

You'll only see the variable initialized in the log if you declare the
variable with a default value in the bundle.

On Wed, Dec 10, 2014 at 6:59 PM, garymonk <g...@gurudental.com> wrote:

> I do not see anything in the log that shows that the checkbox is being
> initialized.
>
> I copied the variable statement and the checkbox statement from your code
> and changed the names and I still do not see anything in my log.
>
> My log looks like this...
>
> [022C:2E6C][2014-12-10T16:51:33]i000: Setting numeric variable
> 'EulaAcceptCheckbox' to value 1
> [022C:2E6C][2014-12-10T16:51:35]i000: Setting numeric variable
> 'EulaAcceptCheckbox' to value 1
> [022C:5B60][2014-12-10T16:51:35]i200: Plan begin, 2 packages, action:
> Install
> [022C:5B60][2014-12-10T16:51:35]i052: Condition 'InstallServer = 1'
> evaluates to false.
> [022C:5B60][2014-12-10T16:51:35]w321: Skipping dependency registration on
> package with no dependency providers: Server
>
> I'd almost think that it wasn't using my theme file except that the option
> dialog displays with the checkbox and text in the theme file.
>
> I'm wondering why the EulaAcceptCheckbox is displayed twice?
>
> Thanks,
> Gary
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Install-condition-is-not-being-set-in-options-dialog-P-tp7598521p7598524.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to