[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 2151, Wed Jan 25 18:48:21 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 1623  Line 1827 
1827                  </platformTest>                  </platformTest>
1828              </ruleList>              </ruleList>
1829          </deleteFile>          </deleteFile>
1830            <registrySet>
1831                <abortOnError>0</abortOnError>
1832                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc\58564944</key>
1833                <name>Description</name>
1834                <showMessageOnError>0</showMessageOnError>
1835                <type>REG_DWORD</type>
1836                <value>5634504d</value>
1837                <wowMode>32</wowMode>
1838            </registrySet>
1839            <registrySet>
1840                <abortOnError>0</abortOnError>
1841                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc\78766964</key>
1842                <name>Description</name>
1843                <showMessageOnError>0</showMessageOnError>
1844                <type>REG_DWORD</type>
1845                <value>5634504d</value>
1846                <wowMode>32</wowMode>
1847            </registrySet>
1848            <registrySet>
1849                <abortOnError>0</abortOnError>
1850                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc\58564944</key>
1851                <name>Description</name>
1852                <showMessageOnError>0</showMessageOnError>
1853                <type>REG_DWORD</type>
1854                <value>5634504d</value>
1855                <wowMode>64</wowMode>
1856            </registrySet>
1857            <registrySet>
1858                <abortOnError>0</abortOnError>
1859                <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc\78766964</key>
1860                <name>Description</name>
1861                <showMessageOnError>0</showMessageOnError>
1862                <type>REG_DWORD</type>
1863                <value>5634504d</value>
1864                <wowMode>64</wowMode>
1865            </registrySet>
1866      </preUninstallationActionList>      </preUninstallationActionList>
1867      <postUninstallationActionList>      <postUninstallationActionList>
1868          <registryDelete>          <registryDelete>
# Line 1653  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.2104  
changed lines
  Added in v.2151

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