[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 2105, Mon Jun 8 21:53:41 2015 UTC revision 2143, Mon Oct 17 14:46:59 2016 UTC
# 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 1040  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 1689  Line 1896 
1896      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
1897      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
1898      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
1899      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
1900      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
1901      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
1902      <windowsResourceOriginalFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</windowsResourceOriginalFilename>      <windowsResourceOriginalFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</windowsResourceOriginalFilename>

Legend:
Removed from v.2105  
changed lines
  Added in v.2143

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