[svn] / trunk / xvidextra / src / installer / xvid.xml Repository:
ViewVC logotype

Diff of /trunk/xvidextra/src/installer/xvid.xml

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

revision 1999, Thu May 19 09:35:09 2011 UTC revision 2007, Thu May 19 19:17:56 2011 UTC
# Line 6  Line 6 
6      <readmeFile>releasenotes.txt</readmeFile>      <readmeFile>releasenotes.txt</readmeFile>
7      <licenseFile>../../LICENSE</licenseFile>      <licenseFile>../../LICENSE</licenseFile>
8      <logoImage>xvid.png</logoImage>      <logoImage>xvid.png</logoImage>
9      <splashImage>Xvid_logo.png</splashImage>      <splashImage>xvid_logo.png</splashImage>
10        <allowLanguageSelection>1</allowLanguageSelection>
11      <initializationActionList>      <initializationActionList>
12          <registryGet>          <registryGet>
13              <key>HKEY_LOCAL_MACHINE\Software\${project.windowsSoftwareRegistryPrefix}</key>              <key>HKEY_LOCAL_MACHINE\Software\${project.windowsSoftwareRegistryPrefix}</key>
# Line 46  Line 47 
47          <copyFile>          <copyFile>
48              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
49              <destination>${system_temp_directory}/xvid_x86/xvid.ax</destination>              <destination>${system_temp_directory}/xvid_x86/xvid.ax</destination>
50              <origin>${system_temp_directory}/xvid_x86/xvid.ax_mft</origin>              <origin>${system_temp_directory}/xvid_x86/xvid_mft.ax</origin>
51              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
52              <ruleList>              <ruleList>
53                  <platformTest>                  <platformTest>
# Line 243  Line 244 
244              <type>REG_SZ</type>              <type>REG_SZ</type>
245              <value>Fraunhofer IIS MPEG Layer-3 Codec (professional)</value>              <value>Fraunhofer IIS MPEG Layer-3 Codec (professional)</value>
246              <wowMode>32</wowMode>              <wowMode>32</wowMode>
247                <ruleList>
248                    <fileExists>
249                        <path>${windows_folder_system}/l3codecp.acm</path>
250                    </fileExists>
251                </ruleList>
252          </registrySet>          </registrySet>
253          <registryDelete>          <registryDelete>
254              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
255              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
256              <name>C:\Windows\SysWOW64\l3codeca.acm</name>              <name>l3codeca.acm</name>
257              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
258              <wowMode>32</wowMode>              <wowMode>32</wowMode>
259              <ruleList>              <ruleList>
260                  <platformTest>                  <fileExists>
261                      <type>windows-x64</type>                      <path>${windows_folder_system}/l3codecp.acm</path>
262                  </platformTest>                  </fileExists>
263              </ruleList>              </ruleList>
264          </registryDelete>          </registryDelete>
265          <registryDelete>          <registryDelete>
# Line 263  Line 269 
269              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
270              <wowMode>32</wowMode>              <wowMode>32</wowMode>
271              <ruleList>              <ruleList>
272                    <fileExists>
273                        <path>${windows_folder_system}/l3codecp.acm</path>
274                    </fileExists>
275                  <platformTest>                  <platformTest>
276                      <type>windows-x86</type>                      <type>windows-x86</type>
277                  </platformTest>                  </platformTest>
# Line 287  Line 296 
296                  <platformTest>                  <platformTest>
297                      <type>windows-xp</type>                      <type>windows-xp</type>
298                  </platformTest>                  </platformTest>
299                    <fileExists>
300                        <path>${windows_folder_system}/l3codecp.acm</path>
301                    </fileExists>
302              </ruleList>              </ruleList>
303          </registrySet>          </registrySet>
304            <showWarning>
305                <abortOnError>0</abortOnError>
306                <showMessageOnError>0</showMessageOnError>
307                <text>Xvid MiniConvert will run only in feature-restricted mode!
308    
309    Reason: Your installed version of Windows Media Player is too old! To make full use of Xvid MiniConvert, please update your Windows Media Player to Version 11 or higher and re-run the Xvid installer.</text>
310                <ruleList>
311                    <fileExists>
312                        <negate>1</negate>
313                        <path>${windows_folder_system}/l3codecp.acm</path>
314                    </fileExists>
315                </ruleList>
316            </showWarning>
317          <wow64FsRedirection>          <wow64FsRedirection>
318              <action>disable</action>              <action>disable</action>
319              <ruleList>              <ruleList>
# Line 297  Line 322 
322                  </platformTest>                  </platformTest>
323              </ruleList>              </ruleList>
324          </wow64FsRedirection>          </wow64FsRedirection>
325            <registryDelete>
326                <abortOnError>0</abortOnError>
327                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
328                <name>C:\Windows\SysWOW64\l3codeca.acm</name>
329                <showMessageOnError>0</showMessageOnError>
330                <wowMode>32</wowMode>
331                <ruleList>
332                    <fileExists>
333                        <path>${windows_folder_system}/l3codecp.acm</path>
334                    </fileExists>
335                    <platformTest>
336                        <type>windows-x64</type>
337                    </platformTest>
338                </ruleList>
339            </registryDelete>
340          <copyFile>          <copyFile>
341              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
342              <destination>${system_temp_directory}/xvid_x64/xvid.ax</destination>              <destination>${system_temp_directory}/xvid_x64/xvid.ax</destination>
343              <origin>${system_temp_directory}/xvid_x64/xvid.ax_mft</origin>              <origin>${system_temp_directory}/xvid_x64/xvid_mft.ax</origin>
344              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
345              <ruleList>              <ruleList>
346                  <platformTest>                  <platformTest>
# Line 755  Line 795 
795          <registrySet>          <registrySet>
796              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
797              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
798              <name>C:\Windows\System32\l3codeca.acm</name>              <name>l3codeca.acm</name>
             <showMessageOnError>0</showMessageOnError>  
             <type>REG_SZ</type>  
             <value>Fraunhofer IIS MPEG Layer-3 Codec</value>  
             <wowMode>32</wowMode>  
             <ruleList>  
                 <platformTest>  
                     <type>windows-x86</type>  
                 </platformTest>  
             </ruleList>  
         </registrySet>  
         <registrySet>  
             <abortOnError>0</abortOnError>  
             <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>  
             <name>C:\Windows\SysWOW64\l3codeca.acm</name>  
799              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
800              <type>REG_SZ</type>              <type>REG_SZ</type>
801              <value>Fraunhofer IIS MPEG Layer-3 Codec</value>              <value>Fraunhofer IIS MPEG Layer-3 Codec</value>
802              <wowMode>32</wowMode>              <wowMode>32</wowMode>
803              <ruleList>              <ruleList>
804                  <platformTest>                  <fileExists>
805                      <type>windows-x64</type>                      <path>${windows_folder_system}/l3codeca.acm</path>
806                  </platformTest>                  </fileExists>
807              </ruleList>              </ruleList>
808          </registrySet>          </registrySet>
809          <registryDelete>          <registryDelete>
# Line 786  Line 812 
812              <name>l3codecp.acm</name>              <name>l3codecp.acm</name>
813              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
814              <wowMode>32</wowMode>              <wowMode>32</wowMode>
815                <ruleList>
816                    <fileExists>
817                        <path>${windows_folder_system}/l3codeca.acm</path>
818                    </fileExists>
819                </ruleList>
820          </registryDelete>          </registryDelete>
821          <registrySet>          <registrySet>
822              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
# Line 806  Line 837 
837                  <platformTest>                  <platformTest>
838                      <type>windows-xp</type>                      <type>windows-xp</type>
839                  </platformTest>                  </platformTest>
840                    <fileExists>
841                        <path>${windows_folder_system}/l3codeca.acm</path>
842                    </fileExists>
843              </ruleList>              </ruleList>
844          </registrySet>          </registrySet>
845          <wow64FsRedirection>          <wow64FsRedirection>
# Line 905  Line 939 
939              </ruleList>              </ruleList>
940          </deleteFile>          </deleteFile>
941      </postUninstallationActionList>      </postUninstallationActionList>
     <checkForUpdates>1</checkForUpdates>  
942      <compressionAlgorithm>lzma</compressionAlgorithm>      <compressionAlgorithm>lzma</compressionAlgorithm>
943      <enableRollback>1</enableRollback>      <enableRollback>1</enableRollback>
944      <enableTimestamp>1</enableTimestamp>      <enableTimestamp>1</enableTimestamp>
# Line 914  Line 947 
947      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
948      <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>      <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>
949      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
950      <versionId>131</versionId>      <versionId>132</versionId>
951      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
952        <windowsResourceFileVersion>1.3.2.0</windowsResourceFileVersion>
953        <windowsResourceOriginalFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</windowsResourceOriginalFilename>
954      <componentList>      <componentList>
955          <component>          <component>
956              <name>default</name>              <name>default</name>
# Line 959  Line 994 
994                      <platforms>windows</platforms>                      <platforms>windows</platforms>
995                      <distributionFileList>                      <distributionFileList>
996                          <distributionFile>                          <distributionFile>
997                              <origin>../src/xvid.ico</origin>                              <origin>../../../xvidcore/vfw/src/xvid.ico</origin>
998                          </distributionFile>                          </distributionFile>
999                          <distributionFile>                          <distributionFile>
1000                              <origin>AviC.exe</origin>                              <origin>AviC.exe</origin>
# Line 1009  Line 1044 
1044                      </distributionFileList>                      </distributionFileList>
1045                      <shortcutList>                      <shortcutList>
1046                          <linkShortcut>                          <linkShortcut>
                             <comment>Xvid support forum on doom9</comment>  
                             <icon></icon>  
                             <name>doom9forum</name>  
                             <platforms>windows</platforms>  
                             <runAsAdmin>0</runAsAdmin>  
                             <runInTerminal>0</runInTerminal>  
                             <url>http://forum.doom9.org/forumdisplay.php?s=&amp;forumid=52</url>  
                             <windowsIcon></windowsIcon>  
                         </linkShortcut>  
                         <linkShortcut>  
1047                              <comment>Xvid Website</comment>                              <comment>Xvid Website</comment>
1048                              <icon></icon>                              <icon></icon>
1049                              <name>xvidhomepage</name>                              <name>xvidhomepage</name>
# Line 1043  Line 1068 
1068                      <platforms>windows</platforms>                      <platforms>windows</platforms>
1069                      <distributionFileList>                      <distributionFileList>
1070                          <distributionFile>                          <distributionFile>
1071                              <origin>../bin/xvidvfw.dll</origin>                              <origin>../../../xvidcore/vfw/bin/xvidvfw.dll</origin>
1072                          </distributionFile>                          </distributionFile>
1073                          <distributionFile>                          <distributionFile>
1074                              <origin>../bin/xvidcore.dll</origin>                              <origin>../../../xvidcore/vfw/bin/xvidcore.dll</origin>
1075                          </distributionFile>                          </distributionFile>
1076                          <distributionFile>                          <distributionFile>
1077                              <origin>xvid.inf</origin>                              <origin>xvid.inf</origin>
1078                          </distributionFile>                          </distributionFile>
1079                          <distributionFile>                          <distributionFile>
1080                              <origin>../../dshow/bin/xvid.ax</origin>                              <origin>../../../xvidcore/dshow/bin/xvid.ax</origin>
1081                          </distributionFile>                          </distributionFile>
1082                          <distributionFile>                          <distributionFile>
1083                              <origin>setpriv32.exe</origin>                              <origin>setpriv32.exe</origin>
1084                          </distributionFile>                          </distributionFile>
1085                          <distributionFile>                          <distributionFile>
1086                              <origin>../../dshow/bin/xvid.ax_mft</origin>                              <origin>../../../xvidcore/dshow/bin/xvid_mft.ax</origin>
1087                          </distributionFile>                          </distributionFile>
1088                      </distributionFileList>                      </distributionFileList>
1089                  </folder>                  </folder>
# Line 1069  Line 1094 
1094                      <platforms>windows</platforms>                      <platforms>windows</platforms>
1095                      <distributionFileList>                      <distributionFileList>
1096                          <distributionFile>                          <distributionFile>
1097                              <origin>../../dshow/bin/x64/xvid.ax</origin>                              <origin>../../../xvidcore/dshow/bin/x64/xvid.ax</origin>
1098                          </distributionFile>                          </distributionFile>
1099                          <distributionFile>                          <distributionFile>
1100                              <origin>../bin/x64/xvidcore.dll</origin>                              <origin>../../../xvidcore/vfw/bin/x64/xvidcore.dll</origin>
1101                          </distributionFile>                          </distributionFile>
1102                          <distributionFile>                          <distributionFile>
1103                              <origin>../bin/x64/xvidvfw.dll</origin>                              <origin>../../../xvidcore/vfw/bin/x64/xvidvfw.dll</origin>
1104                          </distributionFile>                          </distributionFile>
1105                          <distributionFile>                          <distributionFile>
1106                              <origin>xvid.inf</origin>                              <origin>xvid.inf</origin>
# Line 1084  Line 1109 
1109                              <origin>setpriv64.exe</origin>                              <origin>setpriv64.exe</origin>
1110                          </distributionFile>                          </distributionFile>
1111                          <distributionFile>                          <distributionFile>
1112                              <origin>../../dshow/bin/x64/xvid.ax_mft</origin>                              <origin>../../../xvidcore/dshow/bin/x64/xvid_mft.ax</origin>
1113                          </distributionFile>                          </distributionFile>
1114                      </distributionFileList>                      </distributionFileList>
1115                      <ruleList>                      <ruleList>

Legend:
Removed from v.1999  
changed lines
  Added in v.2007

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