Results 1 to 3 of 3

Thread: WIX Checkbox checked registry

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    115

    WIX Checkbox checked registry

    Hi

    How can I make checkbox be checked or not from registry
    <?if CHKSETTINGSGREG = 0 ?> don't work

    it always go to <!--<Condition Message="[CHKSETTINGSGREG]/1">0</Condition>-->


    Code:
       <Property Id="CHKSETTINGSGREG">
          <RegistrySearch Id="REGION_VAL" Name="TRUEFALSE" Root="HKCU" Key="SOFTWARE\VB and VBA Program Settings\TEST" Type="raw" />
        </Property>
    
    
        <?if CHKSETTINGSGREG = 0  ?>
        <!--<Condition Message="[CHKSETTINGSGREG]/0">0</Condition>-->
        <Property Id="CHKSETTINGS">1</Property>
        <?else ?> 
        <!--<Condition Message="[CHKSETTINGSGREG]/1">0</Condition>--> 
        <?endif ?>

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,807

    Re: WIX Checkbox checked registry

    What is WIX?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    115

    Re: WIX Checkbox checked registry

    Wix = Create Windows installation packages. in .NET

    you can install it in Extensions in .NET

    https://wixtoolset.org/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width