[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 2154, Thu Jan 26 22:44:02 2017 UTC
# Line 1  Line 1 
1  <project>  <project>
2      <shortName>Xvid</shortName>      <shortName>Xvid</shortName>
3      <fullName>Xvid Video Codec</fullName>      <fullName>Xvid Video Codec</fullName>
4      <version>14</version>      <version>15</version>
5      <installerFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</installerFilename>      <installerFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</installerFilename>
6      <readmeFile>releasenotes.txt</readmeFile>      <readmeFile>releasenotes.txt</readmeFile>
7      <licenseFile>../../LICENSE</licenseFile>      <licenseFile>../../LICENSE</licenseFile>
# Line 107  Line 107 
107                          <distributionFile>                          <distributionFile>
108                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>
109                          </distributionFile>                          </distributionFile>
110                            <distributionFile>
111                                <origin>xvid_logo.png</origin>
112                            </distributionFile>
113                            <distributionFile>
114                                <origin>xvid.png</origin>
115                            </distributionFile>
116                            <distributionFile>
117                                <origin>xvidw.ico</origin>
118                            </distributionFile>
119                            <distributionFile>
120                                <origin>CheckUpdate.ps1</origin>
121                            </distributionFile>
122                            <distributionFile>
123                                <origin>CheckUpdateLauncher.vbs</origin>
124                            </distributionFile>
125                      </distributionFileList>                      </distributionFileList>
126                      <shortcutList>                      <shortcutList>
127                          <linkShortcut>                          <linkShortcut>
# Line 191  Line 206 
206              </folderList>              </folderList>
207              <startMenuShortcutList>              <startMenuShortcutList>
208                  <startMenuShortcut>                  <startMenuShortcut>
209                      <comment>Uninstall ${product_fullname}</comment>                      <comment>Configure the Decoder properties</comment>
210                      <name>Uninstall ${product_fullname}</name>                      <name>Decoder Config</name>
211                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
212                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
213                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
214                      <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
215                      <windowsExecArgs></windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
216                      <windowsIcon></windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
217                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath></windowsPath>
218                        <ruleList>
219                            <platformTest>
220                                <type>windows-xp</type>
221                            </platformTest>
222                            <platformTest>
223                                <type>windows-vista</type>
224                            </platformTest>
225                            <platformTest>
226                                <type>windows-9x</type>
227                            </platformTest>
228                            <platformTest>
229                                <type>windows-2003</type>
230                            </platformTest>
231                            <platformTest>
232                                <type>windows-2000</type>
233                            </platformTest>
234                            <platformTest>
235                                <type>windows-7</type>
236                            </platformTest>
237                        </ruleList>
238                  </startMenuShortcut>                  </startMenuShortcut>
239                  <startMenuShortcut>                  <startMenuShortcut>
240                      <comment>Configure the Decoder properties</comment>                      <comment>Configure the Decoder properties</comment>
241                      <name>Configure Decoder</name>                      <name>Decoder Config</name>
242                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
243                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
244                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
245                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
246                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
247                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
248                        <ruleList>
249                            <platformTest>
250                                <negate>1</negate>
251                                <type>windows-xp</type>
252                            </platformTest>
253                            <platformTest>
254                                <negate>1</negate>
255                                <type>windows-vista</type>
256                            </platformTest>
257                            <platformTest>
258                                <negate>1</negate>
259                                <type>windows-9x</type>
260                            </platformTest>
261                            <platformTest>
262                                <negate>1</negate>
263                                <type>windows-2003</type>
264                            </platformTest>
265                            <platformTest>
266                                <negate>1</negate>
267                                <type>windows-2000</type>
268                            </platformTest>
269                            <platformTest>
270                                <negate>1</negate>
271                                <type>windows-7</type>
272                            </platformTest>
273                        </ruleList>
274                  </startMenuShortcut>                  </startMenuShortcut>
275                  <startMenuShortcut>                  <startMenuShortcut>
276                      <comment>Configure the encoder properties</comment>                      <comment>Configure the encoder properties</comment>
277                      <name>Configure Encoder</name>                      <name>Encoder Config</name>
278                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
279                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
280                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
281                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
282                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
283                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
284                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
285                        <ruleList>
286                            <platformTest>
287                                <type>windows-xp</type>
288                            </platformTest>
289                            <platformTest>
290                                <type>windows-vista</type>
291                            </platformTest>
292                            <platformTest>
293                                <type>windows-9x</type>
294                            </platformTest>
295                            <platformTest>
296                                <type>windows-2003</type>
297                            </platformTest>
298                            <platformTest>
299                                <type>windows-2000</type>
300                            </platformTest>
301                            <platformTest>
302                                <type>windows-7</type>
303                            </platformTest>
304                        </ruleList>
305                    </startMenuShortcut>
306                    <startMenuShortcut>
307                        <comment>Configure the encoder properties</comment>
308                        <name>Encoder Config</name>
309                        <runAsAdmin>0</runAsAdmin>
310                        <runInTerminal>0</runInTerminal>
311                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
312                        <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
313                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
314                        <windowsPath></windowsPath>
315                        <ruleList>
316                            <platformTest>
317                                <negate>1</negate>
318                                <type>windows-xp</type>
319                            </platformTest>
320                            <platformTest>
321                                <negate>1</negate>
322                                <type>windows-vista</type>
323                            </platformTest>
324                            <platformTest>
325                                <negate>1</negate>
326                                <type>windows-9x</type>
327                            </platformTest>
328                            <platformTest>
329                                <negate>1</negate>
330                                <type>windows-2003</type>
331                            </platformTest>
332                            <platformTest>
333                                <negate>1</negate>
334                                <type>windows-2000</type>
335                            </platformTest>
336                            <platformTest>
337                                <negate>1</negate>
338                                <type>windows-7</type>
339                            </platformTest>
340                        </ruleList>
341                  </startMenuShortcut>                  </startMenuShortcut>
342                  <startMenuFileShortcut>                  <startMenuFileShortcut>
343                      <comment>Important notes concerning this Xvid build</comment>                      <comment>Important notes concerning this Xvid build</comment>
344                      <filePath>${installdir}/releasenotes.txt</filePath>                      <filePath>${installdir}/releasenotes.txt</filePath>
345                      <name>Release Notes</name>                      <name>Release Notes</name>
346                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
347                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
348                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
349                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
350                        <ruleList>
351                            <platformTest>
352                                <type>windows-xp</type>
353                            </platformTest>
354                            <platformTest>
355                                <type>windows-vista</type>
356                            </platformTest>
357                            <platformTest>
358                                <type>windows-9x</type>
359                            </platformTest>
360                            <platformTest>
361                                <type>windows-2003</type>
362                            </platformTest>
363                            <platformTest>
364                                <type>windows-2000</type>
365                            </platformTest>
366                            <platformTest>
367                                <type>windows-7</type>
368                            </platformTest>
369                        </ruleList>
370                  </startMenuFileShortcut>                  </startMenuFileShortcut>
371                  <startMenuShortcut>                  <startMenuShortcut>
372                      <comment>Check whether a new update for Xvid is available</comment>                      <comment>Check whether a new update for Xvid is available</comment>
# Line 243  Line 383 
383                      <name>Xvid Homepage</name>                      <name>Xvid Homepage</name>
384                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
385                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
386                      <url>http://www.xvid.org</url>                      <url>https://www.xvid.com</url>
387                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
388                  </startMenuLinkShortcut>                  </startMenuLinkShortcut>
389                    <startMenuShortcut>
390                        <comment>Command line encoder application</comment>
391                        <name>xvid_encraw</name>
392                        <runAsAdmin>0</runAsAdmin>
393                        <runInTerminal>0</runInTerminal>
394                        <windowsExec>%comspec%</windowsExec>
395                        <windowsExecArgs>/k ""${installdir}\xvid_encraw.exe"" -h</windowsExecArgs>
396                        <windowsIcon></windowsIcon>
397                        <windowsPath>${installdir}</windowsPath>
398                        <ruleList>
399                            <platformTest>
400                                <negate>1</negate>
401                                <type>windows-xp</type>
402                            </platformTest>
403                            <platformTest>
404                                <negate>1</negate>
405                                <type>windows-vista</type>
406                            </platformTest>
407                            <platformTest>
408                                <negate>1</negate>
409                                <type>windows-9x</type>
410                            </platformTest>
411                            <platformTest>
412                                <negate>1</negate>
413                                <type>windows-2003</type>
414                            </platformTest>
415                            <platformTest>
416                                <negate>1</negate>
417                                <type>windows-2000</type>
418                            </platformTest>
419                            <platformTest>
420                                <negate>1</negate>
421                                <type>windows-7</type>
422                            </platformTest>
423                        </ruleList>
424                    </startMenuShortcut>
425                  <startMenuFolder>                  <startMenuFolder>
426                      <name>Advanced</name>                      <name>Advanced</name>
427                      <platforms>windows</platforms>                      <platforms>windows</platforms>
428                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
429                        <ruleList>
430                            <platformTest>
431                                <type>windows-xp</type>
432                            </platformTest>
433                            <platformTest>
434                                <type>windows-vista</type>
435                            </platformTest>
436                            <platformTest>
437                                <type>windows-9x</type>
438                            </platformTest>
439                            <platformTest>
440                                <type>windows-2003</type>
441                            </platformTest>
442                            <platformTest>
443                                <type>windows-2000</type>
444                            </platformTest>
445                            <platformTest>
446                                <type>windows-7</type>
447                            </platformTest>
448                        </ruleList>
449                      <startMenuShortcutList>                      <startMenuShortcutList>
450                          <startMenuShortcut>                          <startMenuShortcut>
451                              <comment>Quickly change the FourCC of your AVI files</comment>                              <comment>Quickly change the FourCC of your AVI files</comment>
# Line 318  Line 515 
515                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
516                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath>${installdir}/</windowsPath>
517                  </startMenuShortcut>                  </startMenuShortcut>
518                    <startMenuShortcut>
519                        <comment>Uninstall ${product_fullname}</comment>
520                        <name>Uninstall ${product_fullname}</name>
521                        <runAsAdmin>0</runAsAdmin>
522                        <runInTerminal>0</runInTerminal>
523                        <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
524                        <windowsExecArgs>--debuglevel 3</windowsExecArgs>
525                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
526                        <windowsPath>${installdir}</windowsPath>
527                    </startMenuShortcut>
528              </startMenuShortcutList>              </startMenuShortcutList>
529          </component>          </component>
530      </componentList>      </componentList>
# Line 983  Line 1190 
1190              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>
1191              <ruleList>              <ruleList>
1192                  <platformTest>                  <platformTest>
1193                      <type>windows-7</type>                      <negate>1</negate>
1194                        <type>windows-xp</type>
1195                    </platformTest>
1196                    <platformTest>
1197                        <negate>1</negate>
1198                        <type>windows-vista</type>
1199                    </platformTest>
1200                    <platformTest>
1201                        <negate>1</negate>
1202                        <type>windows-9x</type>
1203                    </platformTest>
1204                    <platformTest>
1205                        <negate>1</negate>
1206                        <type>windows-2003</type>
1207                    </platformTest>
1208                    <platformTest>
1209                        <negate>1</negate>
1210                        <type>windows-2000</type>
1211                  </platformTest>                  </platformTest>
1212              </ruleList>              </ruleList>
1213          </runProgram>          </runProgram>
# Line 995  Line 1219 
1219              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>
1220              <ruleList>              <ruleList>
1221                  <platformTest>                  <platformTest>
1222                      <type>windows-7</type>                      <negate>1</negate>
1223                        <type>windows-xp</type>
1224                    </platformTest>
1225                    <platformTest>
1226                        <negate>1</negate>
1227                        <type>windows-vista</type>
1228                    </platformTest>
1229                    <platformTest>
1230                        <negate>1</negate>
1231                        <type>windows-9x</type>
1232                    </platformTest>
1233                    <platformTest>
1234                        <negate>1</negate>
1235                        <type>windows-2003</type>
1236                    </platformTest>
1237                    <platformTest>
1238                        <negate>1</negate>
1239                        <type>windows-2000</type>
1240                  </platformTest>                  </platformTest>
1241                  <platformTest>                  <platformTest>
1242                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1006  Line 1247 
1247              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1248              <name>Xvid</name>              <name>Xvid</name>
1249              <type>REG_SZ</type>              <type>REG_SZ</type>
1250              <value>${installdir}\CheckUpdate.exe</value>              <value>WScript "${installdir}\CheckUpdateLauncher.vbs" "${installdir}\CheckUpdate.ps1"</value>
1251              <ruleList>              <ruleList>
1252                  <platformTest>                  <platformTest>
1253                      <type>windows</type>                      <type>windows</type>
# Line 1014  Line 1255 
1255                  <compareText logic="equals" text="${AutoUpdate}" value="yes"/>                  <compareText logic="equals" text="${AutoUpdate}" value="yes"/>
1256              </ruleList>              </ruleList>
1257          </registrySet>          </registrySet>
1258          <registryDelete>          <registrySet>
1259              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1260              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1261              <name>58564944</name>              <name>58564944</name>
1262              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1263                <type>REG_DWORD</type>
1264                <value>1482049860</value>
1265              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1266              <ruleList>              <ruleList>
1267                  <platformTest>                  <platformTest>
1268                      <type>windows-7</type>                      <negate>1</negate>
1269                        <type>windows-xp</type>
1270                    </platformTest>
1271                    <platformTest>
1272                        <negate>1</negate>
1273                        <type>windows-vista</type>
1274                    </platformTest>
1275                    <platformTest>
1276                        <negate>1</negate>
1277                        <type>windows-9x</type>
1278                    </platformTest>
1279                    <platformTest>
1280                        <negate>1</negate>
1281                        <type>windows-2003</type>
1282                    </platformTest>
1283                    <platformTest>
1284                        <negate>1</negate>
1285                        <type>windows-2000</type>
1286                  </platformTest>                  </platformTest>
1287                  <platformTest>                  <platformTest>
1288                      <type>windows-x64</type>                      <type>windows-x64</type>
1289                  </platformTest>                  </platformTest>
1290              </ruleList>              </ruleList>
1291          </registryDelete>          </registrySet>
1292          <registryDelete>          <registrySet>
1293              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1294              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1295              <name>78766964</name>              <name>58564944</name>
1296              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1297              <wowMode>64</wowMode>              <type>REG_DWORD</type>
1298                <value>1482049860</value>
1299                <wowMode>32</wowMode>
1300              <ruleList>              <ruleList>
1301                  <platformTest>                  <platformTest>
1302                      <type>windows-7</type>                      <negate>1</negate>
1303                        <type>windows-xp</type>
1304                  </platformTest>                  </platformTest>
1305                  <platformTest>                  <platformTest>
1306                      <type>windows-x64</type>                      <negate>1</negate>
1307                        <type>windows-vista</type>
1308                    </platformTest>
1309                    <platformTest>
1310                        <negate>1</negate>
1311                        <type>windows-9x</type>
1312                    </platformTest>
1313                    <platformTest>
1314                        <negate>1</negate>
1315                        <type>windows-2003</type>
1316                    </platformTest>
1317                    <platformTest>
1318                        <negate>1</negate>
1319                        <type>windows-2000</type>
1320                  </platformTest>                  </platformTest>
1321              </ruleList>              </ruleList>
1322          </registryDelete>          </registrySet>
1323          <registryDelete>          <registrySet>
1324              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1325              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1326              <name>58564944</name>              <name>78766964</name>
1327              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1328              <wowMode>32</wowMode>              <type>REG_DWORD</type>
1329                <value>2021026148</value>
1330                <wowMode>64</wowMode>
1331              <ruleList>              <ruleList>
1332                  <platformTest>                  <platformTest>
1333                      <type>windows-7</type>                      <negate>1</negate>
1334                        <type>windows-xp</type>
1335                    </platformTest>
1336                    <platformTest>
1337                        <negate>1</negate>
1338                        <type>windows-vista</type>
1339                    </platformTest>
1340                    <platformTest>
1341                        <negate>1</negate>
1342                        <type>windows-9x</type>
1343                    </platformTest>
1344                    <platformTest>
1345                        <negate>1</negate>
1346                        <type>windows-2003</type>
1347                    </platformTest>
1348                    <platformTest>
1349                        <negate>1</negate>
1350                        <type>windows-2000</type>
1351                    </platformTest>
1352                    <platformTest>
1353                        <type>windows-x64</type>
1354                  </platformTest>                  </platformTest>
1355              </ruleList>              </ruleList>
1356          </registryDelete>          </registrySet>
1357          <registryDelete>          <registrySet>
1358              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1359              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1360              <name>78766964</name>              <name>78766964</name>
1361              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1362                <type>REG_DWORD</type>
1363                <value>2021026148</value>
1364              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1365              <ruleList>              <ruleList>
1366                  <platformTest>                  <platformTest>
1367                      <type>windows-7</type>                      <negate>1</negate>
1368                        <type>windows-xp</type>
1369                    </platformTest>
1370                    <platformTest>
1371                        <negate>1</negate>
1372                        <type>windows-vista</type>
1373                    </platformTest>
1374                    <platformTest>
1375                        <negate>1</negate>
1376                        <type>windows-9x</type>
1377                    </platformTest>
1378                    <platformTest>
1379                        <negate>1</negate>
1380                        <type>windows-2003</type>
1381                    </platformTest>
1382                    <platformTest>
1383                        <negate>1</negate>
1384                        <type>windows-2000</type>
1385                  </platformTest>                  </platformTest>
1386              </ruleList>              </ruleList>
1387          </registryDelete>          </registrySet>
1388          <registrySet>          <registrySet>
1389              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1390              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
# Line 1078  Line 1395 
1395              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1396              <ruleList>              <ruleList>
1397                  <platformTest>                  <platformTest>
1398                      <type>windows-7</type>                      <negate>1</negate>
1399                        <type>windows-xp</type>
1400                    </platformTest>
1401                    <platformTest>
1402                        <negate>1</negate>
1403                        <type>windows-vista</type>
1404                    </platformTest>
1405                    <platformTest>
1406                        <negate>1</negate>
1407                        <type>windows-9x</type>
1408                    </platformTest>
1409                    <platformTest>
1410                        <negate>1</negate>
1411                        <type>windows-2003</type>
1412                    </platformTest>
1413                    <platformTest>
1414                        <negate>1</negate>
1415                        <type>windows-2000</type>
1416                  </platformTest>                  </platformTest>
1417                  <platformTest>                  <platformTest>
1418                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1095  Line 1429 
1429              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1430              <ruleList>              <ruleList>
1431                  <platformTest>                  <platformTest>
1432                      <type>windows-7</type>                      <negate>1</negate>
1433                        <type>windows-xp</type>
1434                    </platformTest>
1435                    <platformTest>
1436                        <negate>1</negate>
1437                        <type>windows-vista</type>
1438                    </platformTest>
1439                    <platformTest>
1440                        <negate>1</negate>
1441                        <type>windows-9x</type>
1442                    </platformTest>
1443                    <platformTest>
1444                        <negate>1</negate>
1445                        <type>windows-2003</type>
1446                    </platformTest>
1447                    <platformTest>
1448                        <negate>1</negate>
1449                        <type>windows-2000</type>
1450                  </platformTest>                  </platformTest>
1451                  <platformTest>                  <platformTest>
1452                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1112  Line 1463 
1463              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1464              <ruleList>              <ruleList>
1465                  <platformTest>                  <platformTest>
1466                      <type>windows-7</type>                      <negate>1</negate>
1467                        <type>windows-xp</type>
1468                    </platformTest>
1469                    <platformTest>
1470                        <negate>1</negate>
1471                        <type>windows-vista</type>
1472                    </platformTest>
1473                    <platformTest>
1474                        <negate>1</negate>
1475                        <type>windows-9x</type>
1476                    </platformTest>
1477                    <platformTest>
1478                        <negate>1</negate>
1479                        <type>windows-2003</type>
1480                    </platformTest>
1481                    <platformTest>
1482                        <negate>1</negate>
1483                        <type>windows-2000</type>
1484                  </platformTest>                  </platformTest>
1485              </ruleList>              </ruleList>
1486          </registrySet>          </registrySet>
# Line 1126  Line 1494 
1494              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1495              <ruleList>              <ruleList>
1496                  <platformTest>                  <platformTest>
1497                      <type>windows-7</type>                      <negate>1</negate>
1498                        <type>windows-xp</type>
1499                    </platformTest>
1500                    <platformTest>
1501                        <negate>1</negate>
1502                        <type>windows-vista</type>
1503                    </platformTest>
1504                    <platformTest>
1505                        <negate>1</negate>
1506                        <type>windows-9x</type>
1507                    </platformTest>
1508                    <platformTest>
1509                        <negate>1</negate>
1510                        <type>windows-2003</type>
1511                    </platformTest>
1512                    <platformTest>
1513                        <negate>1</negate>
1514                        <type>windows-2000</type>
1515                  </platformTest>                  </platformTest>
1516              </ruleList>              </ruleList>
1517          </registrySet>          </registrySet>
# Line 1267  Line 1652 
1652          </addDirectoryToPath>          </addDirectoryToPath>
1653      </postInstallationActionList>      </postInstallationActionList>
1654      <preUninstallationActionList>      <preUninstallationActionList>
1655            <registrySet>
1656                <abortOnError>0</abortOnError>
1657                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1658                <name>58564944</name>
1659                <type>REG_DWORD</type>
1660                <value>1446269005</value>
1661                <wowMode>32</wowMode>
1662                <ruleList>
1663                    <platformTest>
1664                        <negate>1</negate>
1665                        <type>windows-xp</type>
1666                    </platformTest>
1667                    <platformTest>
1668                        <negate>1</negate>
1669                        <type>windows-9x</type>
1670                    </platformTest>
1671                    <platformTest>
1672                        <negate>1</negate>
1673                        <type>windows-2000</type>
1674                    </platformTest>
1675                    <platformTest>
1676                        <negate>1</negate>
1677                        <type>windows-2003</type>
1678                    </platformTest>
1679                    <platformTest>
1680                        <negate>1</negate>
1681                        <type>windows-vista</type>
1682                    </platformTest>
1683                </ruleList>
1684            </registrySet>
1685            <registrySet>
1686                <abortOnError>0</abortOnError>
1687                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1688                <name>78766964</name>
1689                <type>REG_DWORD</type>
1690                <value>1446269005</value>
1691                <wowMode>32</wowMode>
1692                <ruleList>
1693                    <platformTest>
1694                        <negate>1</negate>
1695                        <type>windows-xp</type>
1696                    </platformTest>
1697                    <platformTest>
1698                        <negate>1</negate>
1699                        <type>windows-vista</type>
1700                    </platformTest>
1701                    <platformTest>
1702                        <negate>1</negate>
1703                        <type>windows-9x</type>
1704                    </platformTest>
1705                    <platformTest>
1706                        <negate>1</negate>
1707                        <type>windows-2003</type>
1708                    </platformTest>
1709                    <platformTest>
1710                        <negate>1</negate>
1711                        <type>windows-2000</type>
1712                    </platformTest>
1713                </ruleList>
1714            </registrySet>
1715            <registrySet>
1716                <abortOnError>0</abortOnError>
1717                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1718                <name>58564944</name>
1719                <type>REG_DWORD</type>
1720                <value>1446269005</value>
1721                <wowMode>64</wowMode>
1722                <ruleList>
1723                    <platformTest>
1724                        <negate>1</negate>
1725                        <type>windows-xp</type>
1726                    </platformTest>
1727                    <platformTest>
1728                        <negate>1</negate>
1729                        <type>windows-vista</type>
1730                    </platformTest>
1731                    <platformTest>
1732                        <negate>1</negate>
1733                        <type>windows-2000</type>
1734                    </platformTest>
1735                    <platformTest>
1736                        <negate>1</negate>
1737                        <type>windows-2003</type>
1738                    </platformTest>
1739                    <platformTest>
1740                        <negate>1</negate>
1741                        <type>windows-9x</type>
1742                    </platformTest>
1743                    <platformTest>
1744                        <type>windows-x64</type>
1745                    </platformTest>
1746                </ruleList>
1747            </registrySet>
1748            <registrySet>
1749                <abortOnError>0</abortOnError>
1750                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1751                <name>78766964</name>
1752                <type>REG_DWORD</type>
1753                <value>1446269005</value>
1754                <wowMode>64</wowMode>
1755                <ruleList>
1756                    <platformTest>
1757                        <negate>1</negate>
1758                        <type>windows-xp</type>
1759                    </platformTest>
1760                    <platformTest>
1761                        <type>windows-x64</type>
1762                    </platformTest>
1763                    <platformTest>
1764                        <negate>1</negate>
1765                        <type>windows-vista</type>
1766                    </platformTest>
1767                    <platformTest>
1768                        <negate>1</negate>
1769                        <type>windows-9x</type>
1770                    </platformTest>
1771                    <platformTest>
1772                        <negate>1</negate>
1773                        <type>windows-2000</type>
1774                    </platformTest>
1775                    <platformTest>
1776                        <negate>1</negate>
1777                        <type>windows-2003</type>
1778                    </platformTest>
1779                </ruleList>
1780            </registrySet>
1781          <runProgram>          <runProgram>
1782              <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>              <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>
1783              <program>${windows_folder_system}/regsvr32.exe</program>              <program>${windows_folder_system}/regsvr32.exe</program>
# Line 1519  Line 2030 
2030      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
2031      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
2032      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
2033      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
2034      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
2035      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
2036      <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.2154

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