[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 2093, Fri Jun 6 20:43:17 2014 UTC revision 2159, Tue Jan 31 14:57:27 2017 UTC
# Line 1  Line 1 
1  <project>  <project>
2      <shortName>Xvid</shortName>      <shortName>Xvid</shortName>
3      <fullName>Xvid Video Codec</fullName>      <fullName>Xvid Video Codec</fullName>
4      <version>14</version>      <version>15</version>
5      <installerFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</installerFilename>      <installerFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</installerFilename>
6      <readmeFile>releasenotes.txt</readmeFile>      <readmeFile>releasenotes.txt</readmeFile>
7      <licenseFile>../../LICENSE</licenseFile>      <licenseFile>../../LICENSE</licenseFile>
# Line 107  Line 107 
107                          <distributionFile>                          <distributionFile>
108                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>
109                          </distributionFile>                          </distributionFile>
110                            <distributionFile>
111                                <origin>xvid_logo.png</origin>
112                            </distributionFile>
113                            <distributionFile>
114                                <origin>xvid.png</origin>
115                            </distributionFile>
116                            <distributionFile>
117                                <origin>xvidw.ico</origin>
118                            </distributionFile>
119                            <distributionFile>
120                                <origin>CheckUpdate.ps1</origin>
121                            </distributionFile>
122                            <distributionFile>
123                                <origin>CheckUpdateLauncher.vbs</origin>
124                            </distributionFile>
125                      </distributionFileList>                      </distributionFileList>
126                      <shortcutList>                      <shortcutList>
127                          <linkShortcut>                          <linkShortcut>
# Line 191  Line 206 
206              </folderList>              </folderList>
207              <startMenuShortcutList>              <startMenuShortcutList>
208                  <startMenuShortcut>                  <startMenuShortcut>
209                      <comment>Uninstall ${product_fullname}</comment>                      <comment>Configure the Decoder properties</comment>
210                      <name>Uninstall ${product_fullname}</name>                      <name>Decoder Config</name>
211                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
212                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
213                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
214                      <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
215                      <windowsExecArgs></windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
216                      <windowsIcon></windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
217                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath></windowsPath>
218                        <ruleList>
219                            <platformTest>
220                                <type>windows-xp</type>
221                            </platformTest>
222                            <platformTest>
223                                <type>windows-vista</type>
224                            </platformTest>
225                            <platformTest>
226                                <type>windows-9x</type>
227                            </platformTest>
228                            <platformTest>
229                                <type>windows-2003</type>
230                            </platformTest>
231                            <platformTest>
232                                <type>windows-2000</type>
233                            </platformTest>
234                            <platformTest>
235                                <type>windows-7</type>
236                            </platformTest>
237                        </ruleList>
238                  </startMenuShortcut>                  </startMenuShortcut>
239                  <startMenuShortcut>                  <startMenuShortcut>
240                      <comment>Configure the Decoder properties</comment>                      <comment>Configure the Decoder properties</comment>
241                      <name>Configure Decoder</name>                      <name>Decoder Config</name>
242                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
243                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
244                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
245                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
246                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
247                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
248                        <ruleList>
249                            <platformTest>
250                                <negate>1</negate>
251                                <type>windows-xp</type>
252                            </platformTest>
253                            <platformTest>
254                                <negate>1</negate>
255                                <type>windows-vista</type>
256                            </platformTest>
257                            <platformTest>
258                                <negate>1</negate>
259                                <type>windows-9x</type>
260                            </platformTest>
261                            <platformTest>
262                                <negate>1</negate>
263                                <type>windows-2003</type>
264                            </platformTest>
265                            <platformTest>
266                                <negate>1</negate>
267                                <type>windows-2000</type>
268                            </platformTest>
269                            <platformTest>
270                                <negate>1</negate>
271                                <type>windows-7</type>
272                            </platformTest>
273                        </ruleList>
274                  </startMenuShortcut>                  </startMenuShortcut>
275                  <startMenuShortcut>                  <startMenuShortcut>
276                      <comment>Configure the encoder properties</comment>                      <comment>Configure the encoder properties</comment>
277                      <name>Configure Encoder</name>                      <name>Encoder Config</name>
278                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
279                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
280                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
281                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
282                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
283                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
284                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
285                        <ruleList>
286                            <platformTest>
287                                <type>windows-xp</type>
288                            </platformTest>
289                            <platformTest>
290                                <type>windows-vista</type>
291                            </platformTest>
292                            <platformTest>
293                                <type>windows-9x</type>
294                            </platformTest>
295                            <platformTest>
296                                <type>windows-2003</type>
297                            </platformTest>
298                            <platformTest>
299                                <type>windows-2000</type>
300                            </platformTest>
301                            <platformTest>
302                                <type>windows-7</type>
303                            </platformTest>
304                        </ruleList>
305                    </startMenuShortcut>
306                    <startMenuShortcut>
307                        <comment>Configure the encoder properties</comment>
308                        <name>Encoder Config</name>
309                        <runAsAdmin>0</runAsAdmin>
310                        <runInTerminal>0</runInTerminal>
311                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
312                        <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
313                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
314                        <windowsPath></windowsPath>
315                        <ruleList>
316                            <platformTest>
317                                <negate>1</negate>
318                                <type>windows-xp</type>
319                            </platformTest>
320                            <platformTest>
321                                <negate>1</negate>
322                                <type>windows-vista</type>
323                            </platformTest>
324                            <platformTest>
325                                <negate>1</negate>
326                                <type>windows-9x</type>
327                            </platformTest>
328                            <platformTest>
329                                <negate>1</negate>
330                                <type>windows-2003</type>
331                            </platformTest>
332                            <platformTest>
333                                <negate>1</negate>
334                                <type>windows-2000</type>
335                            </platformTest>
336                            <platformTest>
337                                <negate>1</negate>
338                                <type>windows-7</type>
339                            </platformTest>
340                        </ruleList>
341                  </startMenuShortcut>                  </startMenuShortcut>
342                  <startMenuFileShortcut>                  <startMenuFileShortcut>
343                      <comment>Important notes concerning this Xvid build</comment>                      <comment>Important notes concerning this Xvid build</comment>
344                      <filePath>${installdir}/releasenotes.txt</filePath>                      <filePath>${installdir}/releasenotes.txt</filePath>
345                      <name>Release Notes</name>                      <name>Release Notes</name>
346                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
347                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
348                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
349                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
350                        <ruleList>
351                            <platformTest>
352                                <type>windows-xp</type>
353                            </platformTest>
354                            <platformTest>
355                                <type>windows-vista</type>
356                            </platformTest>
357                            <platformTest>
358                                <type>windows-9x</type>
359                            </platformTest>
360                            <platformTest>
361                                <type>windows-2003</type>
362                            </platformTest>
363                            <platformTest>
364                                <type>windows-2000</type>
365                            </platformTest>
366                            <platformTest>
367                                <type>windows-7</type>
368                            </platformTest>
369                        </ruleList>
370                  </startMenuFileShortcut>                  </startMenuFileShortcut>
371                  <startMenuShortcut>                  <startMenuShortcut>
372                      <comment>Check whether a new update for Xvid is available</comment>                      <comment>Check whether a new update for Xvid is available</comment>
# Line 243  Line 383 
383                      <name>Xvid Homepage</name>                      <name>Xvid Homepage</name>
384                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
385                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
386                      <url>http://www.xvid.org</url>                      <url>https://www.xvid.com</url>
387                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
388                  </startMenuLinkShortcut>                  </startMenuLinkShortcut>
389                    <startMenuShortcut>
390                        <comment>Command line encoder application</comment>
391                        <name>xvid_encraw</name>
392                        <runAsAdmin>0</runAsAdmin>
393                        <runInTerminal>0</runInTerminal>
394                        <windowsExec>%comspec%</windowsExec>
395                        <windowsExecArgs>/k ""${installdir}\xvid_encraw.exe"" -h</windowsExecArgs>
396                        <windowsIcon></windowsIcon>
397                        <windowsPath>${installdir}</windowsPath>
398                        <ruleList>
399                            <platformTest>
400                                <negate>1</negate>
401                                <type>windows-xp</type>
402                            </platformTest>
403                            <platformTest>
404                                <negate>1</negate>
405                                <type>windows-vista</type>
406                            </platformTest>
407                            <platformTest>
408                                <negate>1</negate>
409                                <type>windows-9x</type>
410                            </platformTest>
411                            <platformTest>
412                                <negate>1</negate>
413                                <type>windows-2003</type>
414                            </platformTest>
415                            <platformTest>
416                                <negate>1</negate>
417                                <type>windows-2000</type>
418                            </platformTest>
419                            <platformTest>
420                                <negate>1</negate>
421                                <type>windows-7</type>
422                            </platformTest>
423                        </ruleList>
424                    </startMenuShortcut>
425                  <startMenuFolder>                  <startMenuFolder>
426                      <name>Advanced</name>                      <name>Advanced</name>
427                      <platforms>windows</platforms>                      <platforms>windows</platforms>
428                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
429                        <ruleList>
430                            <platformTest>
431                                <type>windows-xp</type>
432                            </platformTest>
433                            <platformTest>
434                                <type>windows-vista</type>
435                            </platformTest>
436                            <platformTest>
437                                <type>windows-9x</type>
438                            </platformTest>
439                            <platformTest>
440                                <type>windows-2003</type>
441                            </platformTest>
442                            <platformTest>
443                                <type>windows-2000</type>
444                            </platformTest>
445                            <platformTest>
446                                <type>windows-7</type>
447                            </platformTest>
448                        </ruleList>
449                      <startMenuShortcutList>                      <startMenuShortcutList>
450                          <startMenuShortcut>                          <startMenuShortcut>
451                              <comment>Quickly change the FourCC of your AVI files</comment>                              <comment>Quickly change the FourCC of your AVI files</comment>
# Line 318  Line 515 
515                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
516                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath>${installdir}/</windowsPath>
517                  </startMenuShortcut>                  </startMenuShortcut>
518                    <startMenuShortcut>
519                        <comment>Uninstall ${product_fullname}</comment>
520                        <name>Uninstall ${product_fullname}</name>
521                        <runAsAdmin>0</runAsAdmin>
522                        <runInTerminal>0</runInTerminal>
523                        <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
524                        <windowsExecArgs>--debuglevel 3</windowsExecArgs>
525                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
526                        <windowsPath>${installdir}</windowsPath>
527                    </startMenuShortcut>
528              </startMenuShortcutList>              </startMenuShortcutList>
529          </component>          </component>
530      </componentList>      </componentList>
# Line 983  Line 1190 
1190              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>
1191              <ruleList>              <ruleList>
1192                  <platformTest>                  <platformTest>
1193                      <type>windows-7</type>                      <negate>1</negate>
1194                        <type>windows-xp</type>
1195                    </platformTest>
1196                    <platformTest>
1197                        <negate>1</negate>
1198                        <type>windows-vista</type>
1199                    </platformTest>
1200                    <platformTest>
1201                        <negate>1</negate>
1202                        <type>windows-9x</type>
1203                    </platformTest>
1204                    <platformTest>
1205                        <negate>1</negate>
1206                        <type>windows-2003</type>
1207                    </platformTest>
1208                    <platformTest>
1209                        <negate>1</negate>
1210                        <type>windows-2000</type>
1211                  </platformTest>                  </platformTest>
1212              </ruleList>              </ruleList>
1213          </runProgram>          </runProgram>
# Line 995  Line 1219 
1219              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>
1220              <ruleList>              <ruleList>
1221                  <platformTest>                  <platformTest>
1222                      <type>windows-7</type>                      <negate>1</negate>
1223                        <type>windows-xp</type>
1224                    </platformTest>
1225                    <platformTest>
1226                        <negate>1</negate>
1227                        <type>windows-vista</type>
1228                    </platformTest>
1229                    <platformTest>
1230                        <negate>1</negate>
1231                        <type>windows-9x</type>
1232                    </platformTest>
1233                    <platformTest>
1234                        <negate>1</negate>
1235                        <type>windows-2003</type>
1236                    </platformTest>
1237                    <platformTest>
1238                        <negate>1</negate>
1239                        <type>windows-2000</type>
1240                  </platformTest>                  </platformTest>
1241                  <platformTest>                  <platformTest>
1242                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1006  Line 1247 
1247              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1248              <name>Xvid</name>              <name>Xvid</name>
1249              <type>REG_SZ</type>              <type>REG_SZ</type>
1250              <value>${installdir}\CheckUpdate.exe</value>              <value>WScript "${installdir}\CheckUpdateLauncher.vbs" "${installdir}\CheckUpdate.ps1"</value>
1251              <ruleList>              <ruleList>
1252                  <platformTest>                  <platformTest>
1253                      <type>windows</type>                      <type>windows</type>
# Line 1014  Line 1255 
1255                  <compareText logic="equals" text="${AutoUpdate}" value="yes"/>                  <compareText logic="equals" text="${AutoUpdate}" value="yes"/>
1256              </ruleList>              </ruleList>
1257          </registrySet>          </registrySet>
1258          <registryDelete>          <registrySet>
1259              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1260              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1261              <name>58564944</name>              <name>58564944</name>
1262              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1263                <type>REG_DWORD</type>
1264                <value>1482049860</value>
1265              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1266              <ruleList>              <ruleList>
1267                  <platformTest>                  <platformTest>
# Line 1028  Line 1271 
1271                      <type>windows-x64</type>                      <type>windows-x64</type>
1272                  </platformTest>                  </platformTest>
1273              </ruleList>              </ruleList>
1274          </registryDelete>          </registrySet>
1275          <registryDelete>          <registrySet>
1276              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1277              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1278              <name>78766964</name>              <name>58564944</name>
1279              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1280              <wowMode>64</wowMode>              <type>REG_DWORD</type>
1281                <value>1482049860</value>
1282                <wowMode>32</wowMode>
1283              <ruleList>              <ruleList>
1284                  <platformTest>                  <platformTest>
1285                      <type>windows-7</type>                      <type>windows-7</type>
1286                  </platformTest>                  </platformTest>
                 <platformTest>  
                     <type>windows-x64</type>  
                 </platformTest>  
1287              </ruleList>              </ruleList>
1288          </registryDelete>          </registrySet>
1289          <registryDelete>          <registrySet>
1290              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1291              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1292              <name>58564944</name>              <name>78766964</name>
1293              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1294              <wowMode>32</wowMode>              <type>REG_DWORD</type>
1295                <value>2021026148</value>
1296                <wowMode>64</wowMode>
1297              <ruleList>              <ruleList>
1298                  <platformTest>                  <platformTest>
1299                      <type>windows-7</type>                      <type>windows-7</type>
1300                  </platformTest>                  </platformTest>
1301                    <platformTest>
1302                        <type>windows-x64</type>
1303                    </platformTest>
1304              </ruleList>              </ruleList>
1305          </registryDelete>          </registrySet>
1306          <registryDelete>          <registrySet>
1307              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1308              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1309              <name>78766964</name>              <name>78766964</name>
1310              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1311                <type>REG_DWORD</type>
1312                <value>2021026148</value>
1313              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1314              <ruleList>              <ruleList>
1315                  <platformTest>                  <platformTest>
1316                      <type>windows-7</type>                      <type>windows-7</type>
1317                  </platformTest>                  </platformTest>
1318              </ruleList>              </ruleList>
1319          </registryDelete>          </registrySet>
1320          <registrySet>          <registrySet>
1321              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1322              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
# Line 1095  Line 1344 
1344              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1345              <ruleList>              <ruleList>
1346                  <platformTest>                  <platformTest>
1347                      <type>windows-7</type>                      <negate>1</negate>
1348                        <type>windows-xp</type>
1349                    </platformTest>
1350                    <platformTest>
1351                        <negate>1</negate>
1352                        <type>windows-vista</type>
1353                    </platformTest>
1354                    <platformTest>
1355                        <negate>1</negate>
1356                        <type>windows-9x</type>
1357                    </platformTest>
1358                    <platformTest>
1359                        <negate>1</negate>
1360                        <type>windows-2003</type>
1361                    </platformTest>
1362                    <platformTest>
1363                        <negate>1</negate>
1364                        <type>windows-2000</type>
1365                  </platformTest>                  </platformTest>
1366                  <platformTest>                  <platformTest>
1367                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1112  Line 1378 
1378              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1379              <ruleList>              <ruleList>
1380                  <platformTest>                  <platformTest>
1381                      <type>windows-7</type>                      <negate>1</negate>
1382                        <type>windows-xp</type>
1383                    </platformTest>
1384                    <platformTest>
1385                        <negate>1</negate>
1386                        <type>windows-vista</type>
1387                    </platformTest>
1388                    <platformTest>
1389                        <negate>1</negate>
1390                        <type>windows-9x</type>
1391                    </platformTest>
1392                    <platformTest>
1393                        <negate>1</negate>
1394                        <type>windows-2003</type>
1395                    </platformTest>
1396                    <platformTest>
1397                        <negate>1</negate>
1398                        <type>windows-2000</type>
1399                  </platformTest>                  </platformTest>
1400              </ruleList>              </ruleList>
1401          </registrySet>          </registrySet>
# Line 1126  Line 1409 
1409              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1410              <ruleList>              <ruleList>
1411                  <platformTest>                  <platformTest>
1412                      <type>windows-7</type>                      <negate>1</negate>
1413                        <type>windows-xp</type>
1414                    </platformTest>
1415                    <platformTest>
1416                        <negate>1</negate>
1417                        <type>windows-vista</type>
1418                    </platformTest>
1419                    <platformTest>
1420                        <negate>1</negate>
1421                        <type>windows-9x</type>
1422                    </platformTest>
1423                    <platformTest>
1424                        <negate>1</negate>
1425                        <type>windows-2003</type>
1426                    </platformTest>
1427                    <platformTest>
1428                        <negate>1</negate>
1429                        <type>windows-2000</type>
1430                  </platformTest>                  </platformTest>
1431              </ruleList>              </ruleList>
1432          </registrySet>          </registrySet>
# Line 1267  Line 1567 
1567          </addDirectoryToPath>          </addDirectoryToPath>
1568      </postInstallationActionList>      </postInstallationActionList>
1569      <preUninstallationActionList>      <preUninstallationActionList>
1570            <registrySet>
1571                <abortOnError>0</abortOnError>
1572                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1573                <name>58564944</name>
1574                <type>REG_DWORD</type>
1575                <value>1446269005</value>
1576                <wowMode>32</wowMode>
1577                <ruleList>
1578                    <platformTest>
1579                        <negate>1</negate>
1580                        <type>windows-xp</type>
1581                    </platformTest>
1582                    <platformTest>
1583                        <negate>1</negate>
1584                        <type>windows-9x</type>
1585                    </platformTest>
1586                    <platformTest>
1587                        <negate>1</negate>
1588                        <type>windows-2000</type>
1589                    </platformTest>
1590                    <platformTest>
1591                        <negate>1</negate>
1592                        <type>windows-2003</type>
1593                    </platformTest>
1594                    <platformTest>
1595                        <negate>1</negate>
1596                        <type>windows-vista</type>
1597                    </platformTest>
1598                </ruleList>
1599            </registrySet>
1600            <registrySet>
1601                <abortOnError>0</abortOnError>
1602                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1603                <name>78766964</name>
1604                <type>REG_DWORD</type>
1605                <value>1446269005</value>
1606                <wowMode>32</wowMode>
1607                <ruleList>
1608                    <platformTest>
1609                        <negate>1</negate>
1610                        <type>windows-xp</type>
1611                    </platformTest>
1612                    <platformTest>
1613                        <negate>1</negate>
1614                        <type>windows-vista</type>
1615                    </platformTest>
1616                    <platformTest>
1617                        <negate>1</negate>
1618                        <type>windows-9x</type>
1619                    </platformTest>
1620                    <platformTest>
1621                        <negate>1</negate>
1622                        <type>windows-2003</type>
1623                    </platformTest>
1624                    <platformTest>
1625                        <negate>1</negate>
1626                        <type>windows-2000</type>
1627                    </platformTest>
1628                </ruleList>
1629            </registrySet>
1630            <registrySet>
1631                <abortOnError>0</abortOnError>
1632                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1633                <name>58564944</name>
1634                <type>REG_DWORD</type>
1635                <value>1446269005</value>
1636                <wowMode>64</wowMode>
1637                <ruleList>
1638                    <platformTest>
1639                        <negate>1</negate>
1640                        <type>windows-xp</type>
1641                    </platformTest>
1642                    <platformTest>
1643                        <negate>1</negate>
1644                        <type>windows-vista</type>
1645                    </platformTest>
1646                    <platformTest>
1647                        <negate>1</negate>
1648                        <type>windows-2000</type>
1649                    </platformTest>
1650                    <platformTest>
1651                        <negate>1</negate>
1652                        <type>windows-2003</type>
1653                    </platformTest>
1654                    <platformTest>
1655                        <negate>1</negate>
1656                        <type>windows-9x</type>
1657                    </platformTest>
1658                    <platformTest>
1659                        <type>windows-x64</type>
1660                    </platformTest>
1661                </ruleList>
1662            </registrySet>
1663            <registrySet>
1664                <abortOnError>0</abortOnError>
1665                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1666                <name>78766964</name>
1667                <type>REG_DWORD</type>
1668                <value>1446269005</value>
1669                <wowMode>64</wowMode>
1670                <ruleList>
1671                    <platformTest>
1672                        <negate>1</negate>
1673                        <type>windows-xp</type>
1674                    </platformTest>
1675                    <platformTest>
1676                        <type>windows-x64</type>
1677                    </platformTest>
1678                    <platformTest>
1679                        <negate>1</negate>
1680                        <type>windows-vista</type>
1681                    </platformTest>
1682                    <platformTest>
1683                        <negate>1</negate>
1684                        <type>windows-9x</type>
1685                    </platformTest>
1686                    <platformTest>
1687                        <negate>1</negate>
1688                        <type>windows-2000</type>
1689                    </platformTest>
1690                    <platformTest>
1691                        <negate>1</negate>
1692                        <type>windows-2003</type>
1693                    </platformTest>
1694                </ruleList>
1695            </registrySet>
1696          <runProgram>          <runProgram>
1697              <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>              <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>
1698              <program>${windows_folder_system}/regsvr32.exe</program>              <program>${windows_folder_system}/regsvr32.exe</program>
# Line 1519  Line 1945 
1945      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
1946      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
1947      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
1948      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
1949      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
1950      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
1951      <windowsResourceOriginalFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</windowsResourceOriginalFilename>      <windowsResourceOriginalFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</windowsResourceOriginalFilename>

Legend:
Removed from v.2093  
changed lines
  Added in v.2159

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