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

Legend:
Removed from v.2110  
changed lines
  Added in v.2120

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