[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 2126, Sat Jun 20 17:18:22 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 191  Line 203 
203              </folderList>              </folderList>
204              <startMenuShortcutList>              <startMenuShortcutList>
205                  <startMenuShortcut>                  <startMenuShortcut>
206                      <comment>Uninstall ${product_fullname}</comment>                      <comment>Configure the Decoder properties</comment>
207                      <name>Uninstall ${product_fullname}</name>                      <name>Decoder Config</name>
208                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
209                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
210                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
211                      <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
212                      <windowsExecArgs></windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
213                      <windowsIcon></windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
214                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath></windowsPath>
215                        <ruleList>
216                            <platformTest>
217                                <type>windows-xp</type>
218                            </platformTest>
219                            <platformTest>
220                                <type>windows-vista</type>
221                            </platformTest>
222                            <platformTest>
223                                <type>windows-9x</type>
224                            </platformTest>
225                            <platformTest>
226                                <type>windows-2003</type>
227                            </platformTest>
228                            <platformTest>
229                                <type>windows-2000</type>
230                            </platformTest>
231                            <platformTest>
232                                <type>windows-7</type>
233                            </platformTest>
234                        </ruleList>
235                  </startMenuShortcut>                  </startMenuShortcut>
236                  <startMenuShortcut>                  <startMenuShortcut>
237                      <comment>Configure the Decoder properties</comment>                      <comment>Configure the Decoder properties</comment>
238                      <name>Configure Decoder</name>                      <name>Decoder Config</name>
239                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
240                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
241                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
242                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
243                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
244                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
245                        <ruleList>
246                            <platformTest>
247                                <negate>1</negate>
248                                <type>windows-xp</type>
249                            </platformTest>
250                            <platformTest>
251                                <negate>1</negate>
252                                <type>windows-vista</type>
253                            </platformTest>
254                            <platformTest>
255                                <negate>1</negate>
256                                <type>windows-9x</type>
257                            </platformTest>
258                            <platformTest>
259                                <negate>1</negate>
260                                <type>windows-2003</type>
261                            </platformTest>
262                            <platformTest>
263                                <negate>1</negate>
264                                <type>windows-2000</type>
265                            </platformTest>
266                            <platformTest>
267                                <negate>1</negate>
268                                <type>windows-7</type>
269                            </platformTest>
270                        </ruleList>
271                  </startMenuShortcut>                  </startMenuShortcut>
272                  <startMenuShortcut>                  <startMenuShortcut>
273                      <comment>Configure the encoder properties</comment>                      <comment>Configure the encoder properties</comment>
274                      <name>Configure Encoder</name>                      <name>Encoder Config</name>
275                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
276                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
277                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
278                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
279                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
280                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
281                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
282                        <ruleList>
283                            <platformTest>
284                                <type>windows-xp</type>
285                            </platformTest>
286                            <platformTest>
287                                <type>windows-vista</type>
288                            </platformTest>
289                            <platformTest>
290                                <type>windows-9x</type>
291                            </platformTest>
292                            <platformTest>
293                                <type>windows-2003</type>
294                            </platformTest>
295                            <platformTest>
296                                <type>windows-2000</type>
297                            </platformTest>
298                            <platformTest>
299                                <type>windows-7</type>
300                            </platformTest>
301                        </ruleList>
302                    </startMenuShortcut>
303                    <startMenuShortcut>
304                        <comment>Configure the encoder properties</comment>
305                        <name>Encoder Config</name>
306                        <runAsAdmin>0</runAsAdmin>
307                        <runInTerminal>0</runInTerminal>
308                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
309                        <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
310                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
311                        <windowsPath></windowsPath>
312                        <ruleList>
313                            <platformTest>
314                                <negate>1</negate>
315                                <type>windows-xp</type>
316                            </platformTest>
317                            <platformTest>
318                                <negate>1</negate>
319                                <type>windows-vista</type>
320                            </platformTest>
321                            <platformTest>
322                                <negate>1</negate>
323                                <type>windows-9x</type>
324                            </platformTest>
325                            <platformTest>
326                                <negate>1</negate>
327                                <type>windows-2003</type>
328                            </platformTest>
329                            <platformTest>
330                                <negate>1</negate>
331                                <type>windows-2000</type>
332                            </platformTest>
333                            <platformTest>
334                                <negate>1</negate>
335                                <type>windows-7</type>
336                            </platformTest>
337                        </ruleList>
338                  </startMenuShortcut>                  </startMenuShortcut>
339                  <startMenuFileShortcut>                  <startMenuFileShortcut>
340                      <comment>Important notes concerning this Xvid build</comment>                      <comment>Important notes concerning this Xvid build</comment>
341                      <filePath>${installdir}/releasenotes.txt</filePath>                      <filePath>${installdir}/releasenotes.txt</filePath>
342                      <name>Release Notes</name>                      <name>Release Notes</name>
343                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
344                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
345                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
346                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
347                        <ruleList>
348                            <platformTest>
349                                <type>windows-xp</type>
350                            </platformTest>
351                            <platformTest>
352                                <type>windows-vista</type>
353                            </platformTest>
354                            <platformTest>
355                                <type>windows-9x</type>
356                            </platformTest>
357                            <platformTest>
358                                <type>windows-2003</type>
359                            </platformTest>
360                            <platformTest>
361                                <type>windows-2000</type>
362                            </platformTest>
363                            <platformTest>
364                                <type>windows-7</type>
365                            </platformTest>
366                        </ruleList>
367                  </startMenuFileShortcut>                  </startMenuFileShortcut>
368                  <startMenuShortcut>                  <startMenuShortcut>
369                      <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 380 
380                      <name>Xvid Homepage</name>                      <name>Xvid Homepage</name>
381                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
382                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
383                      <url>http://www.xvid.org</url>                      <url>https://www.xvid.com</url>
384                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
385                  </startMenuLinkShortcut>                  </startMenuLinkShortcut>
386                    <startMenuShortcut>
387                        <comment>Command line encoder application</comment>
388                        <name>xvid_encraw</name>
389                        <runAsAdmin>0</runAsAdmin>
390                        <runInTerminal>0</runInTerminal>
391                        <windowsExec>%comspec%</windowsExec>
392                        <windowsExecArgs>/k ""${installdir}\xvid_encraw.exe"" -h</windowsExecArgs>
393                        <windowsIcon></windowsIcon>
394                        <windowsPath>${installdir}</windowsPath>
395                        <ruleList>
396                            <platformTest>
397                                <negate>1</negate>
398                                <type>windows-xp</type>
399                            </platformTest>
400                            <platformTest>
401                                <negate>1</negate>
402                                <type>windows-vista</type>
403                            </platformTest>
404                            <platformTest>
405                                <negate>1</negate>
406                                <type>windows-9x</type>
407                            </platformTest>
408                            <platformTest>
409                                <negate>1</negate>
410                                <type>windows-2003</type>
411                            </platformTest>
412                            <platformTest>
413                                <negate>1</negate>
414                                <type>windows-2000</type>
415                            </platformTest>
416                            <platformTest>
417                                <negate>1</negate>
418                                <type>windows-7</type>
419                            </platformTest>
420                        </ruleList>
421                    </startMenuShortcut>
422                  <startMenuFolder>                  <startMenuFolder>
423                      <name>Advanced</name>                      <name>Advanced</name>
424                      <platforms>windows</platforms>                      <platforms>windows</platforms>
425                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
426                        <ruleList>
427                            <platformTest>
428                                <type>windows-xp</type>
429                            </platformTest>
430                            <platformTest>
431                                <type>windows-vista</type>
432                            </platformTest>
433                            <platformTest>
434                                <type>windows-9x</type>
435                            </platformTest>
436                            <platformTest>
437                                <type>windows-2003</type>
438                            </platformTest>
439                            <platformTest>
440                                <type>windows-2000</type>
441                            </platformTest>
442                            <platformTest>
443                                <type>windows-7</type>
444                            </platformTest>
445                        </ruleList>
446                      <startMenuShortcutList>                      <startMenuShortcutList>
447                          <startMenuShortcut>                          <startMenuShortcut>
448                              <comment>Quickly change the FourCC of your AVI files</comment>                              <comment>Quickly change the FourCC of your AVI files</comment>
# Line 318  Line 512 
512                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
513                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath>${installdir}/</windowsPath>
514                  </startMenuShortcut>                  </startMenuShortcut>
515                    <startMenuShortcut>
516                        <comment>Uninstall ${product_fullname}</comment>
517                        <name>Uninstall ${product_fullname}</name>
518                        <runAsAdmin>0</runAsAdmin>
519                        <runInTerminal>0</runInTerminal>
520                        <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
521                        <windowsExecArgs>--debuglevel 3</windowsExecArgs>
522                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
523                        <windowsPath>${installdir}</windowsPath>
524                    </startMenuShortcut>
525              </startMenuShortcutList>              </startMenuShortcutList>
526          </component>          </component>
527      </componentList>      </componentList>
# 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.2126

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