[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 2143, Mon Oct 17 14:46:59 2016 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 1022  Line 1263 
1263              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1264              <ruleList>              <ruleList>
1265                  <platformTest>                  <platformTest>
1266                      <type>windows-7</type>                      <negate>1</negate>
1267                        <type>windows-xp</type>
1268                    </platformTest>
1269                    <platformTest>
1270                        <negate>1</negate>
1271                        <type>windows-vista</type>
1272                    </platformTest>
1273                    <platformTest>
1274                        <negate>1</negate>
1275                        <type>windows-9x</type>
1276                    </platformTest>
1277                    <platformTest>
1278                        <negate>1</negate>
1279                        <type>windows-2003</type>
1280                    </platformTest>
1281                    <platformTest>
1282                        <negate>1</negate>
1283                        <type>windows-2000</type>
1284                  </platformTest>                  </platformTest>
1285                  <platformTest>                  <platformTest>
1286                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1037  Line 1295 
1295              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1296              <ruleList>              <ruleList>
1297                  <platformTest>                  <platformTest>
1298                      <type>windows-7</type>                      <negate>1</negate>
1299                        <type>windows-xp</type>
1300                    </platformTest>
1301                    <platformTest>
1302                        <negate>1</negate>
1303                        <type>windows-vista</type>
1304                    </platformTest>
1305                    <platformTest>
1306                        <negate>1</negate>
1307                        <type>windows-9x</type>
1308                    </platformTest>
1309                    <platformTest>
1310                        <negate>1</negate>
1311                        <type>windows-2003</type>
1312                    </platformTest>
1313                    <platformTest>
1314                        <negate>1</negate>
1315                        <type>windows-2000</type>
1316                  </platformTest>                  </platformTest>
1317                  <platformTest>                  <platformTest>
1318                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1052  Line 1327 
1327              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1328              <ruleList>              <ruleList>
1329                  <platformTest>                  <platformTest>
1330                      <type>windows-7</type>                      <negate>1</negate>
1331                        <type>windows-xp</type>
1332                    </platformTest>
1333                    <platformTest>
1334                        <negate>1</negate>
1335                        <type>windows-vista</type>
1336                    </platformTest>
1337                    <platformTest>
1338                        <negate>1</negate>
1339                        <type>windows-9x</type>
1340                    </platformTest>
1341                    <platformTest>
1342                        <negate>1</negate>
1343                        <type>windows-2003</type>
1344                    </platformTest>
1345                    <platformTest>
1346                        <negate>1</negate>
1347                        <type>windows-2000</type>
1348                  </platformTest>                  </platformTest>
1349              </ruleList>              </ruleList>
1350          </registryDelete>          </registryDelete>
# Line 1064  Line 1356 
1356              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1357              <ruleList>              <ruleList>
1358                  <platformTest>                  <platformTest>
1359                      <type>windows-7</type>                      <negate>1</negate>
1360                        <type>windows-xp</type>
1361                    </platformTest>
1362                    <platformTest>
1363                        <negate>1</negate>
1364                        <type>windows-vista</type>
1365                    </platformTest>
1366                    <platformTest>
1367                        <negate>1</negate>
1368                        <type>windows-9x</type>
1369                    </platformTest>
1370                    <platformTest>
1371                        <negate>1</negate>
1372                        <type>windows-2003</type>
1373                    </platformTest>
1374                    <platformTest>
1375                        <negate>1</negate>
1376                        <type>windows-2000</type>
1377                  </platformTest>                  </platformTest>
1378              </ruleList>              </ruleList>
1379          </registryDelete>          </registryDelete>
# Line 1078  Line 1387 
1387              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1388              <ruleList>              <ruleList>
1389                  <platformTest>                  <platformTest>
1390                      <type>windows-7</type>                      <negate>1</negate>
1391                        <type>windows-xp</type>
1392                    </platformTest>
1393                    <platformTest>
1394                        <negate>1</negate>
1395                        <type>windows-vista</type>
1396                    </platformTest>
1397                    <platformTest>
1398                        <negate>1</negate>
1399                        <type>windows-9x</type>
1400                    </platformTest>
1401                    <platformTest>
1402                        <negate>1</negate>
1403                        <type>windows-2003</type>
1404                    </platformTest>
1405                    <platformTest>
1406                        <negate>1</negate>
1407                        <type>windows-2000</type>
1408                  </platformTest>                  </platformTest>
1409                  <platformTest>                  <platformTest>
1410                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1095  Line 1421 
1421              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1422              <ruleList>              <ruleList>
1423                  <platformTest>                  <platformTest>
1424                      <type>windows-7</type>                      <negate>1</negate>
1425                        <type>windows-xp</type>
1426                    </platformTest>
1427                    <platformTest>
1428                        <negate>1</negate>
1429                        <type>windows-vista</type>
1430                    </platformTest>
1431                    <platformTest>
1432                        <negate>1</negate>
1433                        <type>windows-9x</type>
1434                    </platformTest>
1435                    <platformTest>
1436                        <negate>1</negate>
1437                        <type>windows-2003</type>
1438                    </platformTest>
1439                    <platformTest>
1440                        <negate>1</negate>
1441                        <type>windows-2000</type>
1442                  </platformTest>                  </platformTest>
1443                  <platformTest>                  <platformTest>
1444                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1112  Line 1455 
1455              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1456              <ruleList>              <ruleList>
1457                  <platformTest>                  <platformTest>
1458                      <type>windows-7</type>                      <negate>1</negate>
1459                        <type>windows-xp</type>
1460                    </platformTest>
1461                    <platformTest>
1462                        <negate>1</negate>
1463                        <type>windows-vista</type>
1464                    </platformTest>
1465                    <platformTest>
1466                        <negate>1</negate>
1467                        <type>windows-9x</type>
1468                    </platformTest>
1469                    <platformTest>
1470                        <negate>1</negate>
1471                        <type>windows-2003</type>
1472                    </platformTest>
1473                    <platformTest>
1474                        <negate>1</negate>
1475                        <type>windows-2000</type>
1476                  </platformTest>                  </platformTest>
1477              </ruleList>              </ruleList>
1478          </registrySet>          </registrySet>
# Line 1126  Line 1486 
1486              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1487              <ruleList>              <ruleList>
1488                  <platformTest>                  <platformTest>
1489                      <type>windows-7</type>                      <negate>1</negate>
1490                        <type>windows-xp</type>
1491                    </platformTest>
1492                    <platformTest>
1493                        <negate>1</negate>
1494                        <type>windows-vista</type>
1495                    </platformTest>
1496                    <platformTest>
1497                        <negate>1</negate>
1498                        <type>windows-9x</type>
1499                    </platformTest>
1500                    <platformTest>
1501                        <negate>1</negate>
1502                        <type>windows-2003</type>
1503                    </platformTest>
1504                    <platformTest>
1505                        <negate>1</negate>
1506                        <type>windows-2000</type>
1507                  </platformTest>                  </platformTest>
1508              </ruleList>              </ruleList>
1509          </registrySet>          </registrySet>
# Line 1519  Line 1896 
1896      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
1897      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
1898      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
1899      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
1900      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
1901      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
1902      <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.2143

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