[svn] / branches / release-1_3-branch / xvidextra / src / installer / xvid.xml Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidextra/src/installer/xvid.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2104, Mon Jun 8 21:50:12 2015 UTC revision 2158, Tue Jan 31 14:57:13 2017 UTC
# Line 101  Line 101 
101                          <distributionFile>                          <distributionFile>
102                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>
103                          </distributionFile>                          </distributionFile>
104                            <distributionFile>
105                                <origin>xvid.png</origin>
106                            </distributionFile>
107                            <distributionFile>
108                                <origin>CheckUpdate.ps1</origin>
109                            </distributionFile>
110                            <distributionFile>
111                                <origin>xvidw.ico</origin>
112                            </distributionFile>
113                            <distributionFile>
114                                <origin>CheckUpdateLauncher.vbs</origin>
115                            </distributionFile>
116                      </distributionFileList>                      </distributionFileList>
117                      <shortcutList>                      <shortcutList>
118                          <linkShortcut>                          <linkShortcut>
# Line 185  Line 197 
197              </folderList>              </folderList>
198              <startMenuShortcutList>              <startMenuShortcutList>
199                  <startMenuShortcut>                  <startMenuShortcut>
200                      <comment>Uninstall ${product_fullname}</comment>                      <comment>Configure the Decoder properties</comment>
201                      <name>Uninstall ${product_fullname}</name>                      <name>Decoder Config</name>
202                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
203                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
204                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
205                      <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
206                      <windowsExecArgs></windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
207                      <windowsIcon></windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
208                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath></windowsPath>
209                        <ruleList>
210                            <platformTest>
211                                <type>windows-xp</type>
212                            </platformTest>
213                            <platformTest>
214                                <type>windows-vista</type>
215                            </platformTest>
216                            <platformTest>
217                                <type>windows-9x</type>
218                            </platformTest>
219                            <platformTest>
220                                <type>windows-2003</type>
221                            </platformTest>
222                            <platformTest>
223                                <type>windows-2000</type>
224                            </platformTest>
225                            <platformTest>
226                                <type>windows-7</type>
227                            </platformTest>
228                        </ruleList>
229                  </startMenuShortcut>                  </startMenuShortcut>
230                  <startMenuShortcut>                  <startMenuShortcut>
231                      <comment>Configure the Decoder properties</comment>                      <comment>Configure the Decoder properties</comment>
232                      <name>Configure Decoder</name>                      <name>Decoder Config</name>
233                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
234                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
235                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
236                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
237                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
238                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
239                        <ruleList>
240                            <platformTest>
241                                <negate>1</negate>
242                                <type>windows-xp</type>
243                            </platformTest>
244                            <platformTest>
245                                <negate>1</negate>
246                                <type>windows-vista</type>
247                            </platformTest>
248                            <platformTest>
249                                <negate>1</negate>
250                                <type>windows-9x</type>
251                            </platformTest>
252                            <platformTest>
253                                <negate>1</negate>
254                                <type>windows-2003</type>
255                            </platformTest>
256                            <platformTest>
257                                <negate>1</negate>
258                                <type>windows-2000</type>
259                            </platformTest>
260                            <platformTest>
261                                <negate>1</negate>
262                                <type>windows-7</type>
263                            </platformTest>
264                        </ruleList>
265                  </startMenuShortcut>                  </startMenuShortcut>
266                  <startMenuShortcut>                  <startMenuShortcut>
267                      <comment>Configure the encoder properties</comment>                      <comment>Configure the encoder properties</comment>
268                      <name>Configure Encoder</name>                      <name>Encoder Config</name>
269                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
270                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
271                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
272                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
273                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
274                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
275                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
276                        <ruleList>
277                            <platformTest>
278                                <type>windows-xp</type>
279                            </platformTest>
280                            <platformTest>
281                                <type>windows-vista</type>
282                            </platformTest>
283                            <platformTest>
284                                <type>windows-9x</type>
285                            </platformTest>
286                            <platformTest>
287                                <type>windows-2003</type>
288                            </platformTest>
289                            <platformTest>
290                                <type>windows-2000</type>
291                            </platformTest>
292                            <platformTest>
293                                <type>windows-7</type>
294                            </platformTest>
295                        </ruleList>
296                    </startMenuShortcut>
297                    <startMenuShortcut>
298                        <comment>Configure the encoder properties</comment>
299                        <name>Encoder Config</name>
300                        <runAsAdmin>0</runAsAdmin>
301                        <runInTerminal>0</runInTerminal>
302                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
303                        <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
304                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
305                        <windowsPath></windowsPath>
306                        <ruleList>
307                            <platformTest>
308                                <negate>1</negate>
309                                <type>windows-xp</type>
310                            </platformTest>
311                            <platformTest>
312                                <negate>1</negate>
313                                <type>windows-vista</type>
314                            </platformTest>
315                            <platformTest>
316                                <negate>1</negate>
317                                <type>windows-9x</type>
318                            </platformTest>
319                            <platformTest>
320                                <negate>1</negate>
321                                <type>windows-2003</type>
322                            </platformTest>
323                            <platformTest>
324                                <negate>1</negate>
325                                <type>windows-2000</type>
326                            </platformTest>
327                            <platformTest>
328                                <negate>1</negate>
329                                <type>windows-7</type>
330                            </platformTest>
331                        </ruleList>
332                  </startMenuShortcut>                  </startMenuShortcut>
333                  <startMenuFileShortcut>                  <startMenuFileShortcut>
334                      <comment>Important notes concerning this Xvid build</comment>                      <comment>Important notes concerning this Xvid build</comment>
335                      <filePath>${installdir}/releasenotes.txt</filePath>                      <filePath>${installdir}/releasenotes.txt</filePath>
336                      <name>Release Notes</name>                      <name>Release Notes</name>
337                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
338                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
339                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
340                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
341                        <ruleList>
342                            <platformTest>
343                                <type>windows-xp</type>
344                            </platformTest>
345                            <platformTest>
346                                <type>windows-vista</type>
347                            </platformTest>
348                            <platformTest>
349                                <type>windows-9x</type>
350                            </platformTest>
351                            <platformTest>
352                                <type>windows-2003</type>
353                            </platformTest>
354                            <platformTest>
355                                <type>windows-2000</type>
356                            </platformTest>
357                            <platformTest>
358                                <type>windows-7</type>
359                            </platformTest>
360                        </ruleList>
361                  </startMenuFileShortcut>                  </startMenuFileShortcut>
362                  <startMenuShortcut>                  <startMenuShortcut>
363                      <comment>Check whether a new update for Xvid is available</comment>                      <comment>Check whether a new update for Xvid is available</comment>
# Line 237  Line 374 
374                      <name>Xvid Homepage</name>                      <name>Xvid Homepage</name>
375                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
376                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
377                      <url>http://www.xvid.org</url>                      <url>https://www.xvid.com</url>
378                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
379                  </startMenuLinkShortcut>                  </startMenuLinkShortcut>
380                    <startMenuShortcut>
381                        <comment>Command line encoder application</comment>
382                        <name>xvid_encraw</name>
383                        <runAsAdmin>0</runAsAdmin>
384                        <runInTerminal>0</runInTerminal>
385                        <windowsExec>%comspec%</windowsExec>
386                        <windowsExecArgs>/k ""${installdir}\xvid_encraw.exe"" -h</windowsExecArgs>
387                        <windowsIcon></windowsIcon>
388                        <windowsPath>${installdir}</windowsPath>
389                        <ruleList>
390                            <platformTest>
391                                <negate>1</negate>
392                                <type>windows-xp</type>
393                            </platformTest>
394                            <platformTest>
395                                <negate>1</negate>
396                                <type>windows-vista</type>
397                            </platformTest>
398                            <platformTest>
399                                <negate>1</negate>
400                                <type>windows-9x</type>
401                            </platformTest>
402                            <platformTest>
403                                <negate>1</negate>
404                                <type>windows-2003</type>
405                            </platformTest>
406                            <platformTest>
407                                <negate>1</negate>
408                                <type>windows-2000</type>
409                            </platformTest>
410                            <platformTest>
411                                <negate>1</negate>
412                                <type>windows-7</type>
413                            </platformTest>
414                        </ruleList>
415                    </startMenuShortcut>
416                  <startMenuFolder>                  <startMenuFolder>
417                      <name>Advanced</name>                      <name>Advanced</name>
418                      <platforms>windows</platforms>                      <platforms>windows</platforms>
419                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
420                        <ruleList>
421                            <platformTest>
422                                <type>windows-xp</type>
423                            </platformTest>
424                            <platformTest>
425                                <type>windows-vista</type>
426                            </platformTest>
427                            <platformTest>
428                                <type>windows-9x</type>
429                            </platformTest>
430                            <platformTest>
431                                <type>windows-2003</type>
432                            </platformTest>
433                            <platformTest>
434                                <type>windows-2000</type>
435                            </platformTest>
436                            <platformTest>
437                                <type>windows-7</type>
438                            </platformTest>
439                        </ruleList>
440                      <startMenuShortcutList>                      <startMenuShortcutList>
441                          <startMenuShortcut>                          <startMenuShortcut>
442                              <comment>Quickly change the FourCC of your AVI files</comment>                              <comment>Quickly change the FourCC of your AVI files</comment>
# Line 312  Line 506 
506                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
507                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath>${installdir}/</windowsPath>
508                  </startMenuShortcut>                  </startMenuShortcut>
509                    <startMenuShortcut>
510                        <comment>Uninstall ${product_fullname}</comment>
511                        <name>Uninstall ${product_fullname}</name>
512                        <runAsAdmin>0</runAsAdmin>
513                        <runInTerminal>0</runInTerminal>
514                        <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
515                        <windowsExecArgs>--debuglevel 3</windowsExecArgs>
516                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
517                        <windowsPath>${installdir}</windowsPath>
518                    </startMenuShortcut>
519              </startMenuShortcutList>              </startMenuShortcutList>
520          </component>          </component>
521      </componentList>      </componentList>
# Line 1034  Line 1238 
1238              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1239              <name>Xvid</name>              <name>Xvid</name>
1240              <type>REG_SZ</type>              <type>REG_SZ</type>
1241              <value>${installdir}\CheckUpdate.exe</value>              <value>WScript "${installdir}\CheckUpdateLauncher.vbs" "${installdir}\CheckUpdate.ps1"</value>
1242              <ruleList>              <ruleList>
1243                  <platformTest>                  <platformTest>
1244                      <type>windows</type>                      <type>windows</type>
# Line 1042  Line 1246 
1246                  <compareText logic="equals" text="${AutoUpdate}" value="yes"/>                  <compareText logic="equals" text="${AutoUpdate}" value="yes"/>
1247              </ruleList>              </ruleList>
1248          </registrySet>          </registrySet>
1249          <registryDelete>          <registrySet>
1250              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1251              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1252              <name>58564944</name>              <name>58564944</name>
1253              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1254                <type>REG_DWORD</type>
1255                <value>1482049860</value>
1256              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1257              <ruleList>              <ruleList>
1258                  <platformTest>                  <platformTest>
1259                      <negate>1</negate>                      <type>windows-7</type>
                     <type>windows-xp</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-vista</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-9x</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-2003</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-2000</type>  
1260                  </platformTest>                  </platformTest>
1261                  <platformTest>                  <platformTest>
1262                      <type>windows-x64</type>                      <type>windows-x64</type>
1263                  </platformTest>                  </platformTest>
1264              </ruleList>              </ruleList>
1265          </registryDelete>          </registrySet>
1266          <registryDelete>          <registrySet>
1267              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1268              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1269              <name>78766964</name>              <name>58564944</name>
1270              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1271              <wowMode>64</wowMode>              <type>REG_DWORD</type>
1272                <value>1482049860</value>
1273                <wowMode>32</wowMode>
1274              <ruleList>              <ruleList>
1275                  <platformTest>                  <platformTest>
1276                      <negate>1</negate>                      <type>windows-7</type>
                     <type>windows-xp</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-vista</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-9x</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-2003</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-2000</type>  
                 </platformTest>  
                 <platformTest>  
                     <type>windows-x64</type>  
1277                  </platformTest>                  </platformTest>
1278              </ruleList>              </ruleList>
1279          </registryDelete>          </registrySet>
1280          <registryDelete>          <registrySet>
1281              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1282              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1283              <name>58564944</name>              <name>78766964</name>
1284              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1285              <wowMode>32</wowMode>              <type>REG_DWORD</type>
1286                <value>2021026148</value>
1287                <wowMode>64</wowMode>
1288              <ruleList>              <ruleList>
1289                  <platformTest>                  <platformTest>
1290                      <negate>1</negate>                      <type>windows-7</type>
                     <type>windows-xp</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-vista</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-9x</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-2003</type>  
1291                  </platformTest>                  </platformTest>
1292                  <platformTest>                  <platformTest>
1293                      <negate>1</negate>                      <type>windows-x64</type>
                     <type>windows-2000</type>  
1294                  </platformTest>                  </platformTest>
1295              </ruleList>              </ruleList>
1296          </registryDelete>          </registrySet>
1297          <registryDelete>          <registrySet>
1298              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1299              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1300              <name>78766964</name>              <name>78766964</name>
1301              <showMessageOnError>0</showMessageOnError>              <showMessageOnError>0</showMessageOnError>
1302                <type>REG_DWORD</type>
1303                <value>2021026148</value>
1304              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1305              <ruleList>              <ruleList>
1306                  <platformTest>                  <platformTest>
1307                      <negate>1</negate>                      <type>windows-7</type>
                     <type>windows-xp</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-vista</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-9x</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-2003</type>  
                 </platformTest>  
                 <platformTest>  
                     <negate>1</negate>  
                     <type>windows-2000</type>  
1308                  </platformTest>                  </platformTest>
1309              </ruleList>              </ruleList>
1310          </registryDelete>          </registrySet>
1311          <registrySet>          <registrySet>
1312              <abortOnError>0</abortOnError>              <abortOnError>0</abortOnError>
1313              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>              <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
# Line 1414  Line 1558 
1558          </registrySet>          </registrySet>
1559      </postInstallationActionList>      </postInstallationActionList>
1560      <preUninstallationActionList>      <preUninstallationActionList>
1561            <registrySet>
1562                <abortOnError>0</abortOnError>
1563                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1564                <name>58564944</name>
1565                <type>REG_DWORD</type>
1566                <value>1446269005</value>
1567                <wowMode>32</wowMode>
1568                <ruleList>
1569                    <platformTest>
1570                        <negate>1</negate>
1571                        <type>windows-xp</type>
1572                    </platformTest>
1573                    <platformTest>
1574                        <negate>1</negate>
1575                        <type>windows-9x</type>
1576                    </platformTest>
1577                    <platformTest>
1578                        <negate>1</negate>
1579                        <type>windows-2000</type>
1580                    </platformTest>
1581                    <platformTest>
1582                        <negate>1</negate>
1583                        <type>windows-2003</type>
1584                    </platformTest>
1585                    <platformTest>
1586                        <negate>1</negate>
1587                        <type>windows-vista</type>
1588                    </platformTest>
1589                </ruleList>
1590            </registrySet>
1591            <registrySet>
1592                <abortOnError>0</abortOnError>
1593                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1594                <name>78766964</name>
1595                <type>REG_DWORD</type>
1596                <value>1446269005</value>
1597                <wowMode>32</wowMode>
1598                <ruleList>
1599                    <platformTest>
1600                        <negate>1</negate>
1601                        <type>windows-xp</type>
1602                    </platformTest>
1603                    <platformTest>
1604                        <negate>1</negate>
1605                        <type>windows-vista</type>
1606                    </platformTest>
1607                    <platformTest>
1608                        <negate>1</negate>
1609                        <type>windows-9x</type>
1610                    </platformTest>
1611                    <platformTest>
1612                        <negate>1</negate>
1613                        <type>windows-2003</type>
1614                    </platformTest>
1615                    <platformTest>
1616                        <negate>1</negate>
1617                        <type>windows-2000</type>
1618                    </platformTest>
1619                </ruleList>
1620            </registrySet>
1621            <registrySet>
1622                <abortOnError>0</abortOnError>
1623                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1624                <name>58564944</name>
1625                <type>REG_DWORD</type>
1626                <value>1446269005</value>
1627                <wowMode>64</wowMode>
1628                <ruleList>
1629                    <platformTest>
1630                        <negate>1</negate>
1631                        <type>windows-xp</type>
1632                    </platformTest>
1633                    <platformTest>
1634                        <negate>1</negate>
1635                        <type>windows-vista</type>
1636                    </platformTest>
1637                    <platformTest>
1638                        <negate>1</negate>
1639                        <type>windows-2000</type>
1640                    </platformTest>
1641                    <platformTest>
1642                        <negate>1</negate>
1643                        <type>windows-2003</type>
1644                    </platformTest>
1645                    <platformTest>
1646                        <negate>1</negate>
1647                        <type>windows-9x</type>
1648                    </platformTest>
1649                    <platformTest>
1650                        <type>windows-x64</type>
1651                    </platformTest>
1652                </ruleList>
1653            </registrySet>
1654            <registrySet>
1655                <abortOnError>0</abortOnError>
1656                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
1657                <name>78766964</name>
1658                <type>REG_DWORD</type>
1659                <value>1446269005</value>
1660                <wowMode>64</wowMode>
1661                <ruleList>
1662                    <platformTest>
1663                        <negate>1</negate>
1664                        <type>windows-xp</type>
1665                    </platformTest>
1666                    <platformTest>
1667                        <type>windows-x64</type>
1668                    </platformTest>
1669                    <platformTest>
1670                        <negate>1</negate>
1671                        <type>windows-vista</type>
1672                    </platformTest>
1673                    <platformTest>
1674                        <negate>1</negate>
1675                        <type>windows-9x</type>
1676                    </platformTest>
1677                    <platformTest>
1678                        <negate>1</negate>
1679                        <type>windows-2000</type>
1680                    </platformTest>
1681                    <platformTest>
1682                        <negate>1</negate>
1683                        <type>windows-2003</type>
1684                    </platformTest>
1685                </ruleList>
1686            </registrySet>
1687          <runProgram>          <runProgram>
1688              <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>              <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>
1689              <program>${windows_folder_system}/regsvr32.exe</program>              <program>${windows_folder_system}/regsvr32.exe</program>
# Line 1653  Line 1923 
1923      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
1924      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
1925      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
1926      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
1927      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
1928      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
1929      <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.2104  
changed lines
  Added in v.2158

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