[svn] / trunk / xvidcore / vfw / installbuilder / xvid.xml Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/installbuilder/xvid.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1964, Fri Mar 18 21:15:31 2011 UTC revision 1970, Thu Mar 24 12:59:51 2011 UTC
# Line 441  Line 441 
441                  </platformTest>                  </platformTest>
442              </ruleList>              </ruleList>
443          </deleteFile>          </deleteFile>
         <showQuestion text="Do you want to automatically check for Updates?" variable="AutoUpdate">  
             <default>yes</default>  
             <ruleList>  
                 <registryTest>  
                     <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>  
                     <logic>does_not_exist</logic>  
                     <name>Xvid</name>  
                 </registryTest>  
             </ruleList>  
         </showQuestion>  
444          <registrySet>          <registrySet>
445              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
446              <name>Xvid</name>              <name>Xvid</name>
# Line 1032  Line 1022 
1022              <mustExist>0</mustExist>              <mustExist>0</mustExist>
1023              <width>40</width>              <width>40</width>
1024          </directoryParameter>          </directoryParameter>
1025            <choiceParameter>
1026                <ask>yes</ask>
1027                <ruleList>
1028                    <registryTest>
1029                      <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1030                      <logic>does_not_exist</logic>
1031                      <name>Xvid</name>
1032                    </registryTest>
1033                </ruleList>
1034                <default>yes</default>
1035                <explanation>Do you want to automatically check for updates?</explanation>
1036                <title>Update Settings</title>
1037                <name>AutoUpdater</name>
1038                <displayType>radiobuttons</displayType>
1039                <optionList>
1040                  <option>
1041                    <value>yes</value>
1042                    <text>Yes, automatically notify me when updates are available.</text>
1043                  </option>
1044                  <option>
1045                    <value>no</value>
1046                    <text>No, I want to check for updates manually.</text>
1047                  </option>
1048                </optionList>
1049                <postShowPageActionList>
1050                  <setInstallerVariable>
1051                    <name>AutoUpdate</name>
1052                    <value>${AutoUpdater}</value>
1053                  </setInstallerVariable>
1054                </postShowPageActionList>
1055            </choiceParameter>
1056      </parameterList>      </parameterList>
1057      <platformOptionsList>      <platformOptionsList>
1058          <platformOptions>          <platformOptions>

Legend:
Removed from v.1964  
changed lines
  Added in v.1970

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4