[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 2119, Tue Jun 16 09:49:28 2015 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                      </distributionFileList>                      </distributionFileList>
123                      <shortcutList>                      <shortcutList>
124                          <linkShortcut>                          <linkShortcut>
# Line 202  Line 214 
214                  </startMenuShortcut>                  </startMenuShortcut>
215                  <startMenuShortcut>                  <startMenuShortcut>
216                      <comment>Configure the Decoder properties</comment>                      <comment>Configure the Decoder properties</comment>
217                      <name>Configure Decoder</name>                      <name>Decoder Config</name>
218                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
219                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
220                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
221                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
222                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
223                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
224                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
225                        <ruleList>
226                            <platformTest>
227                                <type>windows-xp</type>
228                            </platformTest>
229                            <platformTest>
230                                <type>windows-vista</type>
231                            </platformTest>
232                            <platformTest>
233                                <type>windows-9x</type>
234                            </platformTest>
235                            <platformTest>
236                                <type>windows-2003</type>
237                            </platformTest>
238                            <platformTest>
239                                <type>windows-2000</type>
240                            </platformTest>
241                            <platformTest>
242                                <type>windows-7</type>
243                            </platformTest>
244                        </ruleList>
245                    </startMenuShortcut>
246                    <startMenuShortcut>
247                        <comment>Configure the Decoder properties</comment>
248                        <name>Decoder Config</name>
249                        <runAsAdmin>0</runAsAdmin>
250                        <runInTerminal>0</runInTerminal>
251                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
252                        <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
253                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
254                        <windowsPath></windowsPath>
255                        <ruleList>
256                            <platformTest>
257                                <negate>1</negate>
258                                <type>windows-xp</type>
259                            </platformTest>
260                            <platformTest>
261                                <negate>1</negate>
262                                <type>windows-vista</type>
263                            </platformTest>
264                            <platformTest>
265                                <negate>1</negate>
266                                <type>windows-9x</type>
267                            </platformTest>
268                            <platformTest>
269                                <negate>1</negate>
270                                <type>windows-2003</type>
271                            </platformTest>
272                            <platformTest>
273                                <negate>1</negate>
274                                <type>windows-2000</type>
275                            </platformTest>
276                            <platformTest>
277                                <negate>1</negate>
278                                <type>windows-7</type>
279                            </platformTest>
280                        </ruleList>
281                  </startMenuShortcut>                  </startMenuShortcut>
282                  <startMenuShortcut>                  <startMenuShortcut>
283                      <comment>Configure the encoder properties</comment>                      <comment>Configure the encoder properties</comment>
284                      <name>Configure Encoder</name>                      <name>Encoder Config</name>
285                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
286                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
287                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
288                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
289                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
290                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
291                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
292                        <ruleList>
293                            <platformTest>
294                                <type>windows-xp</type>
295                            </platformTest>
296                            <platformTest>
297                                <type>windows-vista</type>
298                            </platformTest>
299                            <platformTest>
300                                <type>windows-9x</type>
301                            </platformTest>
302                            <platformTest>
303                                <type>windows-2003</type>
304                            </platformTest>
305                            <platformTest>
306                                <type>windows-2000</type>
307                            </platformTest>
308                            <platformTest>
309                                <type>windows-7</type>
310                            </platformTest>
311                        </ruleList>
312                    </startMenuShortcut>
313                    <startMenuShortcut>
314                        <comment>Configure the encoder properties</comment>
315                        <name>Encoder Config</name>
316                        <runAsAdmin>0</runAsAdmin>
317                        <runInTerminal>0</runInTerminal>
318                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
319                        <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
320                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
321                        <windowsPath></windowsPath>
322                        <ruleList>
323                            <platformTest>
324                                <negate>1</negate>
325                                <type>windows-xp</type>
326                            </platformTest>
327                            <platformTest>
328                                <negate>1</negate>
329                                <type>windows-vista</type>
330                            </platformTest>
331                            <platformTest>
332                                <negate>1</negate>
333                                <type>windows-9x</type>
334                            </platformTest>
335                            <platformTest>
336                                <negate>1</negate>
337                                <type>windows-2003</type>
338                            </platformTest>
339                            <platformTest>
340                                <negate>1</negate>
341                                <type>windows-2000</type>
342                            </platformTest>
343                            <platformTest>
344                                <negate>1</negate>
345                                <type>windows-7</type>
346                            </platformTest>
347                        </ruleList>
348                  </startMenuShortcut>                  </startMenuShortcut>
349                  <startMenuFileShortcut>                  <startMenuFileShortcut>
350                      <comment>Important notes concerning this Xvid build</comment>                      <comment>Important notes concerning this Xvid build</comment>
351                      <filePath>${installdir}/releasenotes.txt</filePath>                      <filePath>${installdir}/releasenotes.txt</filePath>
352                      <name>Release Notes</name>                      <name>Release Notes</name>
353                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
354                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
355                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
356                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
357                        <ruleList>
358                            <platformTest>
359                                <type>windows-xp</type>
360                            </platformTest>
361                            <platformTest>
362                                <type>windows-vista</type>
363                            </platformTest>
364                            <platformTest>
365                                <type>windows-9x</type>
366                            </platformTest>
367                            <platformTest>
368                                <type>windows-2003</type>
369                            </platformTest>
370                            <platformTest>
371                                <type>windows-2000</type>
372                            </platformTest>
373                            <platformTest>
374                                <type>windows-7</type>
375                            </platformTest>
376                        </ruleList>
377                  </startMenuFileShortcut>                  </startMenuFileShortcut>
378                  <startMenuShortcut>                  <startMenuShortcut>
379                      <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 390 
390                      <name>Xvid Homepage</name>                      <name>Xvid Homepage</name>
391                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
392                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
393                      <url>http://www.xvid.org</url>                      <url>https://www.xvid.com</url>
394                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
395                  </startMenuLinkShortcut>                  </startMenuLinkShortcut>
396                    <startMenuShortcut>
397                        <comment>Command line encoder application</comment>
398                        <name>xvid_encraw</name>
399                        <runAsAdmin>0</runAsAdmin>
400                        <runInTerminal>0</runInTerminal>
401                        <windowsExec>%comspec%</windowsExec>
402                        <windowsExecArgs>/k ""${installdir}\xvid_encraw.exe"" -h</windowsExecArgs>
403                        <windowsIcon></windowsIcon>
404                        <windowsPath>${installdir}</windowsPath>
405                        <ruleList>
406                            <platformTest>
407                                <negate>1</negate>
408                                <type>windows-xp</type>
409                            </platformTest>
410                            <platformTest>
411                                <negate>1</negate>
412                                <type>windows-vista</type>
413                            </platformTest>
414                            <platformTest>
415                                <negate>1</negate>
416                                <type>windows-9x</type>
417                            </platformTest>
418                            <platformTest>
419                                <negate>1</negate>
420                                <type>windows-2003</type>
421                            </platformTest>
422                            <platformTest>
423                                <negate>1</negate>
424                                <type>windows-2000</type>
425                            </platformTest>
426                            <platformTest>
427                                <negate>1</negate>
428                                <type>windows-7</type>
429                            </platformTest>
430                        </ruleList>
431                    </startMenuShortcut>
432                  <startMenuFolder>                  <startMenuFolder>
433                      <name>Advanced</name>                      <name>Advanced</name>
434                      <platforms>windows</platforms>                      <platforms>windows</platforms>
435                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
436                        <ruleList>
437                            <platformTest>
438                                <type>windows-xp</type>
439                            </platformTest>
440                            <platformTest>
441                                <type>windows-vista</type>
442                            </platformTest>
443                            <platformTest>
444                                <type>windows-9x</type>
445                            </platformTest>
446                            <platformTest>
447                                <type>windows-2003</type>
448                            </platformTest>
449                            <platformTest>
450                                <type>windows-2000</type>
451                            </platformTest>
452                            <platformTest>
453                                <type>windows-7</type>
454                            </platformTest>
455                        </ruleList>
456                      <startMenuShortcutList>                      <startMenuShortcutList>
457                          <startMenuShortcut>                          <startMenuShortcut>
458                              <comment>Quickly change the FourCC of your AVI files</comment>                              <comment>Quickly change the FourCC of your AVI files</comment>
# Line 983  Line 1187 
1187              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>
1188              <ruleList>              <ruleList>
1189                  <platformTest>                  <platformTest>
1190                      <type>windows-7</type>                      <negate>1</negate>
1191                        <type>windows-xp</type>
1192                    </platformTest>
1193                    <platformTest>
1194                        <negate>1</negate>
1195                        <type>windows-vista</type>
1196                    </platformTest>
1197                    <platformTest>
1198                        <negate>1</negate>
1199                        <type>windows-9x</type>
1200                    </platformTest>
1201                    <platformTest>
1202                        <negate>1</negate>
1203                        <type>windows-2003</type>
1204                    </platformTest>
1205                    <platformTest>
1206                        <negate>1</negate>
1207                        <type>windows-2000</type>
1208                  </platformTest>                  </platformTest>
1209              </ruleList>              </ruleList>
1210          </runProgram>          </runProgram>
# Line 995  Line 1216 
1216              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>
1217              <ruleList>              <ruleList>
1218                  <platformTest>                  <platformTest>
1219                      <type>windows-7</type>                      <negate>1</negate>
1220                        <type>windows-xp</type>
1221                    </platformTest>
1222                    <platformTest>
1223                        <negate>1</negate>
1224                        <type>windows-vista</type>
1225                    </platformTest>
1226                    <platformTest>
1227                        <negate>1</negate>
1228                        <type>windows-9x</type>
1229                    </platformTest>
1230                    <platformTest>
1231                        <negate>1</negate>
1232                        <type>windows-2003</type>
1233                    </platformTest>
1234                    <platformTest>
1235                        <negate>1</negate>
1236                        <type>windows-2000</type>
1237                  </platformTest>                  </platformTest>
1238                  <platformTest>                  <platformTest>
1239                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1006  Line 1244 
1244              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1245              <name>Xvid</name>              <name>Xvid</name>
1246              <type>REG_SZ</type>              <type>REG_SZ</type>
1247              <value>${installdir}\CheckUpdate.exe</value>              <value>powershell.exe -nologo -WindowStyle hidden -Noninteractive -NoProfile -ExecutionPolicy Bypass -File "${installdir}\CheckUpdate.ps1"</value>
1248              <ruleList>              <ruleList>
1249                  <platformTest>                  <platformTest>
1250                      <type>windows</type>                      <type>windows</type>
# Line 1022  Line 1260 
1260              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1261              <ruleList>              <ruleList>
1262                  <platformTest>                  <platformTest>
1263                      <type>windows-7</type>                      <negate>1</negate>
1264                        <type>windows-xp</type>
1265                    </platformTest>
1266                    <platformTest>
1267                        <negate>1</negate>
1268                        <type>windows-vista</type>
1269                    </platformTest>
1270                    <platformTest>
1271                        <negate>1</negate>
1272                        <type>windows-9x</type>
1273                    </platformTest>
1274                    <platformTest>
1275                        <negate>1</negate>
1276                        <type>windows-2003</type>
1277                    </platformTest>
1278                    <platformTest>
1279                        <negate>1</negate>
1280                        <type>windows-2000</type>
1281                  </platformTest>                  </platformTest>
1282                  <platformTest>                  <platformTest>
1283                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1037  Line 1292 
1292              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1293              <ruleList>              <ruleList>
1294                  <platformTest>                  <platformTest>
1295                      <type>windows-7</type>                      <negate>1</negate>
1296                        <type>windows-xp</type>
1297                    </platformTest>
1298                    <platformTest>
1299                        <negate>1</negate>
1300                        <type>windows-vista</type>
1301                    </platformTest>
1302                    <platformTest>
1303                        <negate>1</negate>
1304                        <type>windows-9x</type>
1305                    </platformTest>
1306                    <platformTest>
1307                        <negate>1</negate>
1308                        <type>windows-2003</type>
1309                    </platformTest>
1310                    <platformTest>
1311                        <negate>1</negate>
1312                        <type>windows-2000</type>
1313                  </platformTest>                  </platformTest>
1314                  <platformTest>                  <platformTest>
1315                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1052  Line 1324 
1324              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1325              <ruleList>              <ruleList>
1326                  <platformTest>                  <platformTest>
1327                      <type>windows-7</type>                      <negate>1</negate>
1328                        <type>windows-xp</type>
1329                    </platformTest>
1330                    <platformTest>
1331                        <negate>1</negate>
1332                        <type>windows-vista</type>
1333                    </platformTest>
1334                    <platformTest>
1335                        <negate>1</negate>
1336                        <type>windows-9x</type>
1337                    </platformTest>
1338                    <platformTest>
1339                        <negate>1</negate>
1340                        <type>windows-2003</type>
1341                    </platformTest>
1342                    <platformTest>
1343                        <negate>1</negate>
1344                        <type>windows-2000</type>
1345                  </platformTest>                  </platformTest>
1346              </ruleList>              </ruleList>
1347          </registryDelete>          </registryDelete>
# Line 1064  Line 1353 
1353              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1354              <ruleList>              <ruleList>
1355                  <platformTest>                  <platformTest>
1356                      <type>windows-7</type>                      <negate>1</negate>
1357                        <type>windows-xp</type>
1358                    </platformTest>
1359                    <platformTest>
1360                        <negate>1</negate>
1361                        <type>windows-vista</type>
1362                    </platformTest>
1363                    <platformTest>
1364                        <negate>1</negate>
1365                        <type>windows-9x</type>
1366                    </platformTest>
1367                    <platformTest>
1368                        <negate>1</negate>
1369                        <type>windows-2003</type>
1370                    </platformTest>
1371                    <platformTest>
1372                        <negate>1</negate>
1373                        <type>windows-2000</type>
1374                  </platformTest>                  </platformTest>
1375              </ruleList>              </ruleList>
1376          </registryDelete>          </registryDelete>
# Line 1078  Line 1384 
1384              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1385              <ruleList>              <ruleList>
1386                  <platformTest>                  <platformTest>
1387                      <type>windows-7</type>                      <negate>1</negate>
1388                        <type>windows-xp</type>
1389                    </platformTest>
1390                    <platformTest>
1391                        <negate>1</negate>
1392                        <type>windows-vista</type>
1393                    </platformTest>
1394                    <platformTest>
1395                        <negate>1</negate>
1396                        <type>windows-9x</type>
1397                    </platformTest>
1398                    <platformTest>
1399                        <negate>1</negate>
1400                        <type>windows-2003</type>
1401                    </platformTest>
1402                    <platformTest>
1403                        <negate>1</negate>
1404                        <type>windows-2000</type>
1405                  </platformTest>                  </platformTest>
1406                  <platformTest>                  <platformTest>
1407                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1095  Line 1418 
1418              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1419              <ruleList>              <ruleList>
1420                  <platformTest>                  <platformTest>
1421                      <type>windows-7</type>                      <negate>1</negate>
1422                        <type>windows-xp</type>
1423                    </platformTest>
1424                    <platformTest>
1425                        <negate>1</negate>
1426                        <type>windows-vista</type>
1427                    </platformTest>
1428                    <platformTest>
1429                        <negate>1</negate>
1430                        <type>windows-9x</type>
1431                    </platformTest>
1432                    <platformTest>
1433                        <negate>1</negate>
1434                        <type>windows-2003</type>
1435                    </platformTest>
1436                    <platformTest>
1437                        <negate>1</negate>
1438                        <type>windows-2000</type>
1439                  </platformTest>                  </platformTest>
1440                  <platformTest>                  <platformTest>
1441                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1112  Line 1452 
1452              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1453              <ruleList>              <ruleList>
1454                  <platformTest>                  <platformTest>
1455                      <type>windows-7</type>                      <negate>1</negate>
1456                        <type>windows-xp</type>
1457                    </platformTest>
1458                    <platformTest>
1459                        <negate>1</negate>
1460                        <type>windows-vista</type>
1461                    </platformTest>
1462                    <platformTest>
1463                        <negate>1</negate>
1464                        <type>windows-9x</type>
1465                    </platformTest>
1466                    <platformTest>
1467                        <negate>1</negate>
1468                        <type>windows-2003</type>
1469                    </platformTest>
1470                    <platformTest>
1471                        <negate>1</negate>
1472                        <type>windows-2000</type>
1473                  </platformTest>                  </platformTest>
1474              </ruleList>              </ruleList>
1475          </registrySet>          </registrySet>
# Line 1126  Line 1483 
1483              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1484              <ruleList>              <ruleList>
1485                  <platformTest>                  <platformTest>
1486                      <type>windows-7</type>                      <negate>1</negate>
1487                        <type>windows-xp</type>
1488                    </platformTest>
1489                    <platformTest>
1490                        <negate>1</negate>
1491                        <type>windows-vista</type>
1492                    </platformTest>
1493                    <platformTest>
1494                        <negate>1</negate>
1495                        <type>windows-9x</type>
1496                    </platformTest>
1497                    <platformTest>
1498                        <negate>1</negate>
1499                        <type>windows-2003</type>
1500                    </platformTest>
1501                    <platformTest>
1502                        <negate>1</negate>
1503                        <type>windows-2000</type>
1504                  </platformTest>                  </platformTest>
1505              </ruleList>              </ruleList>
1506          </registrySet>          </registrySet>
# Line 1519  Line 1893 
1893      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
1894      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
1895      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
1896      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
1897      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
1898      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
1899      <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.2119

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