[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 2127, Sat Jun 20 17:18:53 2015 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                      </distributionFileList>                      </distributionFileList>
114                      <shortcutList>                      <shortcutList>
115                          <linkShortcut>                          <linkShortcut>
# Line 185  Line 194 
194              </folderList>              </folderList>
195              <startMenuShortcutList>              <startMenuShortcutList>
196                  <startMenuShortcut>                  <startMenuShortcut>
197                      <comment>Uninstall ${product_fullname}</comment>                      <comment>Configure the Decoder properties</comment>
198                      <name>Uninstall ${product_fullname}</name>                      <name>Decoder Config</name>
199                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
200                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
201                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
202                      <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
203                      <windowsExecArgs></windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
204                      <windowsIcon></windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
205                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath></windowsPath>
206                        <ruleList>
207                            <platformTest>
208                                <type>windows-xp</type>
209                            </platformTest>
210                            <platformTest>
211                                <type>windows-vista</type>
212                            </platformTest>
213                            <platformTest>
214                                <type>windows-9x</type>
215                            </platformTest>
216                            <platformTest>
217                                <type>windows-2003</type>
218                            </platformTest>
219                            <platformTest>
220                                <type>windows-2000</type>
221                            </platformTest>
222                            <platformTest>
223                                <type>windows-7</type>
224                            </platformTest>
225                        </ruleList>
226                  </startMenuShortcut>                  </startMenuShortcut>
227                  <startMenuShortcut>                  <startMenuShortcut>
228                      <comment>Configure the Decoder properties</comment>                      <comment>Configure the Decoder properties</comment>
229                      <name>Configure Decoder</name>                      <name>Decoder Config</name>
230                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
231                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
232                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
233                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
234                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
235                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
236                        <ruleList>
237                            <platformTest>
238                                <negate>1</negate>
239                                <type>windows-xp</type>
240                            </platformTest>
241                            <platformTest>
242                                <negate>1</negate>
243                                <type>windows-vista</type>
244                            </platformTest>
245                            <platformTest>
246                                <negate>1</negate>
247                                <type>windows-9x</type>
248                            </platformTest>
249                            <platformTest>
250                                <negate>1</negate>
251                                <type>windows-2003</type>
252                            </platformTest>
253                            <platformTest>
254                                <negate>1</negate>
255                                <type>windows-2000</type>
256                            </platformTest>
257                            <platformTest>
258                                <negate>1</negate>
259                                <type>windows-7</type>
260                            </platformTest>
261                        </ruleList>
262                  </startMenuShortcut>                  </startMenuShortcut>
263                  <startMenuShortcut>                  <startMenuShortcut>
264                      <comment>Configure the encoder properties</comment>                      <comment>Configure the encoder properties</comment>
265                      <name>Configure Encoder</name>                      <name>Encoder Config</name>
266                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
267                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
268                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
269                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
270                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
271                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
272                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
273                        <ruleList>
274                            <platformTest>
275                                <type>windows-xp</type>
276                            </platformTest>
277                            <platformTest>
278                                <type>windows-vista</type>
279                            </platformTest>
280                            <platformTest>
281                                <type>windows-9x</type>
282                            </platformTest>
283                            <platformTest>
284                                <type>windows-2003</type>
285                            </platformTest>
286                            <platformTest>
287                                <type>windows-2000</type>
288                            </platformTest>
289                            <platformTest>
290                                <type>windows-7</type>
291                            </platformTest>
292                        </ruleList>
293                    </startMenuShortcut>
294                    <startMenuShortcut>
295                        <comment>Configure the encoder properties</comment>
296                        <name>Encoder Config</name>
297                        <runAsAdmin>0</runAsAdmin>
298                        <runInTerminal>0</runInTerminal>
299                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
300                        <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
301                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
302                        <windowsPath></windowsPath>
303                        <ruleList>
304                            <platformTest>
305                                <negate>1</negate>
306                                <type>windows-xp</type>
307                            </platformTest>
308                            <platformTest>
309                                <negate>1</negate>
310                                <type>windows-vista</type>
311                            </platformTest>
312                            <platformTest>
313                                <negate>1</negate>
314                                <type>windows-9x</type>
315                            </platformTest>
316                            <platformTest>
317                                <negate>1</negate>
318                                <type>windows-2003</type>
319                            </platformTest>
320                            <platformTest>
321                                <negate>1</negate>
322                                <type>windows-2000</type>
323                            </platformTest>
324                            <platformTest>
325                                <negate>1</negate>
326                                <type>windows-7</type>
327                            </platformTest>
328                        </ruleList>
329                  </startMenuShortcut>                  </startMenuShortcut>
330                  <startMenuFileShortcut>                  <startMenuFileShortcut>
331                      <comment>Important notes concerning this Xvid build</comment>                      <comment>Important notes concerning this Xvid build</comment>
332                      <filePath>${installdir}/releasenotes.txt</filePath>                      <filePath>${installdir}/releasenotes.txt</filePath>
333                      <name>Release Notes</name>                      <name>Release Notes</name>
334                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
335                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
336                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
337                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
338                        <ruleList>
339                            <platformTest>
340                                <type>windows-xp</type>
341                            </platformTest>
342                            <platformTest>
343                                <type>windows-vista</type>
344                            </platformTest>
345                            <platformTest>
346                                <type>windows-9x</type>
347                            </platformTest>
348                            <platformTest>
349                                <type>windows-2003</type>
350                            </platformTest>
351                            <platformTest>
352                                <type>windows-2000</type>
353                            </platformTest>
354                            <platformTest>
355                                <type>windows-7</type>
356                            </platformTest>
357                        </ruleList>
358                  </startMenuFileShortcut>                  </startMenuFileShortcut>
359                  <startMenuShortcut>                  <startMenuShortcut>
360                      <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 371 
371                      <name>Xvid Homepage</name>                      <name>Xvid Homepage</name>
372                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
373                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
374                      <url>http://www.xvid.org</url>                      <url>https://www.xvid.com</url>
375                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
376                  </startMenuLinkShortcut>                  </startMenuLinkShortcut>
377                    <startMenuShortcut>
378                        <comment>Command line encoder application</comment>
379                        <name>xvid_encraw</name>
380                        <runAsAdmin>0</runAsAdmin>
381                        <runInTerminal>0</runInTerminal>
382                        <windowsExec>%comspec%</windowsExec>
383                        <windowsExecArgs>/k ""${installdir}\xvid_encraw.exe"" -h</windowsExecArgs>
384                        <windowsIcon></windowsIcon>
385                        <windowsPath>${installdir}</windowsPath>
386                        <ruleList>
387                            <platformTest>
388                                <negate>1</negate>
389                                <type>windows-xp</type>
390                            </platformTest>
391                            <platformTest>
392                                <negate>1</negate>
393                                <type>windows-vista</type>
394                            </platformTest>
395                            <platformTest>
396                                <negate>1</negate>
397                                <type>windows-9x</type>
398                            </platformTest>
399                            <platformTest>
400                                <negate>1</negate>
401                                <type>windows-2003</type>
402                            </platformTest>
403                            <platformTest>
404                                <negate>1</negate>
405                                <type>windows-2000</type>
406                            </platformTest>
407                            <platformTest>
408                                <negate>1</negate>
409                                <type>windows-7</type>
410                            </platformTest>
411                        </ruleList>
412                    </startMenuShortcut>
413                  <startMenuFolder>                  <startMenuFolder>
414                      <name>Advanced</name>                      <name>Advanced</name>
415                      <platforms>windows</platforms>                      <platforms>windows</platforms>
416                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
417                        <ruleList>
418                            <platformTest>
419                                <type>windows-xp</type>
420                            </platformTest>
421                            <platformTest>
422                                <type>windows-vista</type>
423                            </platformTest>
424                            <platformTest>
425                                <type>windows-9x</type>
426                            </platformTest>
427                            <platformTest>
428                                <type>windows-2003</type>
429                            </platformTest>
430                            <platformTest>
431                                <type>windows-2000</type>
432                            </platformTest>
433                            <platformTest>
434                                <type>windows-7</type>
435                            </platformTest>
436                        </ruleList>
437                      <startMenuShortcutList>                      <startMenuShortcutList>
438                          <startMenuShortcut>                          <startMenuShortcut>
439                              <comment>Quickly change the FourCC of your AVI files</comment>                              <comment>Quickly change the FourCC of your AVI files</comment>
# Line 312  Line 503 
503                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
504                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath>${installdir}/</windowsPath>
505                  </startMenuShortcut>                  </startMenuShortcut>
506                    <startMenuShortcut>
507                        <comment>Uninstall ${product_fullname}</comment>
508                        <name>Uninstall ${product_fullname}</name>
509                        <runAsAdmin>0</runAsAdmin>
510                        <runInTerminal>0</runInTerminal>
511                        <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
512                        <windowsExecArgs>--debuglevel 3</windowsExecArgs>
513                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
514                        <windowsPath>${installdir}</windowsPath>
515                    </startMenuShortcut>
516              </startMenuShortcutList>              </startMenuShortcutList>
517          </component>          </component>
518      </componentList>      </componentList>
# Line 1034  Line 1235 
1235              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1236              <name>Xvid</name>              <name>Xvid</name>
1237              <type>REG_SZ</type>              <type>REG_SZ</type>
1238              <value>${installdir}\CheckUpdate.exe</value>              <value>powershell.exe -nologo -WindowStyle hidden -Noninteractive -NoProfile -ExecutionPolicy Bypass -File "${installdir}\CheckUpdate.ps1"</value>
1239              <ruleList>              <ruleList>
1240                  <platformTest>                  <platformTest>
1241                      <type>windows</type>                      <type>windows</type>
# Line 1653  Line 1854 
1854      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
1855      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
1856      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
1857      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
1858      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
1859      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
1860      <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.2127

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