[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 2126, Sat Jun 20 17:18:22 2015 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                      </distributionFileList>                      </distributionFileList>
123                      <shortcutList>                      <shortcutList>
124                          <linkShortcut>                          <linkShortcut>
# Line 191  Line 203 
203              </folderList>              </folderList>
204              <startMenuShortcutList>              <startMenuShortcutList>
205                  <startMenuShortcut>                  <startMenuShortcut>
206                      <comment>Uninstall ${product_fullname}</comment>                      <comment>Configure the Decoder properties</comment>
207                      <name>Uninstall ${product_fullname}</name>                      <name>Decoder Config</name>
208                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
209                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
210                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
211                      <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
212                      <windowsExecArgs></windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
213                      <windowsIcon></windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
214                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath></windowsPath>
215                        <ruleList>
216                            <platformTest>
217                                <type>windows-xp</type>
218                            </platformTest>
219                            <platformTest>
220                                <type>windows-vista</type>
221                            </platformTest>
222                            <platformTest>
223                                <type>windows-9x</type>
224                            </platformTest>
225                            <platformTest>
226                                <type>windows-2003</type>
227                            </platformTest>
228                            <platformTest>
229                                <type>windows-2000</type>
230                            </platformTest>
231                            <platformTest>
232                                <type>windows-7</type>
233                            </platformTest>
234                        </ruleList>
235                  </startMenuShortcut>                  </startMenuShortcut>
236                  <startMenuShortcut>                  <startMenuShortcut>
237                      <comment>Configure the Decoder properties</comment>                      <comment>Configure the Decoder properties</comment>
238                      <name>Configure Decoder</name>                      <name>Decoder Config</name>
239                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
240                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
241                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
242                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>                      <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
243                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
244                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
245                        <ruleList>
246                            <platformTest>
247                                <negate>1</negate>
248                                <type>windows-xp</type>
249                            </platformTest>
250                            <platformTest>
251                                <negate>1</negate>
252                                <type>windows-vista</type>
253                            </platformTest>
254                            <platformTest>
255                                <negate>1</negate>
256                                <type>windows-9x</type>
257                            </platformTest>
258                            <platformTest>
259                                <negate>1</negate>
260                                <type>windows-2003</type>
261                            </platformTest>
262                            <platformTest>
263                                <negate>1</negate>
264                                <type>windows-2000</type>
265                            </platformTest>
266                            <platformTest>
267                                <negate>1</negate>
268                                <type>windows-7</type>
269                            </platformTest>
270                        </ruleList>
271                  </startMenuShortcut>                  </startMenuShortcut>
272                  <startMenuShortcut>                  <startMenuShortcut>
273                      <comment>Configure the encoder properties</comment>                      <comment>Configure the encoder properties</comment>
274                      <name>Configure Encoder</name>                      <name>Encoder Config</name>
275                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
276                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
277                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
278                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>                      <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
279                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>                      <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
280                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>                      <windowsIcon>${installdir}/xvid.ico</windowsIcon>
281                      <windowsPath></windowsPath>                      <windowsPath></windowsPath>
282                        <ruleList>
283                            <platformTest>
284                                <type>windows-xp</type>
285                            </platformTest>
286                            <platformTest>
287                                <type>windows-vista</type>
288                            </platformTest>
289                            <platformTest>
290                                <type>windows-9x</type>
291                            </platformTest>
292                            <platformTest>
293                                <type>windows-2003</type>
294                            </platformTest>
295                            <platformTest>
296                                <type>windows-2000</type>
297                            </platformTest>
298                            <platformTest>
299                                <type>windows-7</type>
300                            </platformTest>
301                        </ruleList>
302                    </startMenuShortcut>
303                    <startMenuShortcut>
304                        <comment>Configure the encoder properties</comment>
305                        <name>Encoder Config</name>
306                        <runAsAdmin>0</runAsAdmin>
307                        <runInTerminal>0</runInTerminal>
308                        <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
309                        <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
310                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
311                        <windowsPath></windowsPath>
312                        <ruleList>
313                            <platformTest>
314                                <negate>1</negate>
315                                <type>windows-xp</type>
316                            </platformTest>
317                            <platformTest>
318                                <negate>1</negate>
319                                <type>windows-vista</type>
320                            </platformTest>
321                            <platformTest>
322                                <negate>1</negate>
323                                <type>windows-9x</type>
324                            </platformTest>
325                            <platformTest>
326                                <negate>1</negate>
327                                <type>windows-2003</type>
328                            </platformTest>
329                            <platformTest>
330                                <negate>1</negate>
331                                <type>windows-2000</type>
332                            </platformTest>
333                            <platformTest>
334                                <negate>1</negate>
335                                <type>windows-7</type>
336                            </platformTest>
337                        </ruleList>
338                  </startMenuShortcut>                  </startMenuShortcut>
339                  <startMenuFileShortcut>                  <startMenuFileShortcut>
340                      <comment>Important notes concerning this Xvid build</comment>                      <comment>Important notes concerning this Xvid build</comment>
341                      <filePath>${installdir}/releasenotes.txt</filePath>                      <filePath>${installdir}/releasenotes.txt</filePath>
342                      <name>Release Notes</name>                      <name>Release Notes</name>
343                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
344                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
345                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
346                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
347                        <ruleList>
348                            <platformTest>
349                                <type>windows-xp</type>
350                            </platformTest>
351                            <platformTest>
352                                <type>windows-vista</type>
353                            </platformTest>
354                            <platformTest>
355                                <type>windows-9x</type>
356                            </platformTest>
357                            <platformTest>
358                                <type>windows-2003</type>
359                            </platformTest>
360                            <platformTest>
361                                <type>windows-2000</type>
362                            </platformTest>
363                            <platformTest>
364                                <type>windows-7</type>
365                            </platformTest>
366                        </ruleList>
367                  </startMenuFileShortcut>                  </startMenuFileShortcut>
368                  <startMenuShortcut>                  <startMenuShortcut>
369                      <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 380 
380                      <name>Xvid Homepage</name>                      <name>Xvid Homepage</name>
381                      <runAsAdmin>0</runAsAdmin>                      <runAsAdmin>0</runAsAdmin>
382                      <runInTerminal>0</runInTerminal>                      <runInTerminal>0</runInTerminal>
383                      <url>http://www.xvid.org</url>                      <url>https://www.xvid.com</url>
384                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
385                  </startMenuLinkShortcut>                  </startMenuLinkShortcut>
386                    <startMenuShortcut>
387                        <comment>Command line encoder application</comment>
388                        <name>xvid_encraw</name>
389                        <runAsAdmin>0</runAsAdmin>
390                        <runInTerminal>0</runInTerminal>
391                        <windowsExec>%comspec%</windowsExec>
392                        <windowsExecArgs>/k ""${installdir}\xvid_encraw.exe"" -h</windowsExecArgs>
393                        <windowsIcon></windowsIcon>
394                        <windowsPath>${installdir}</windowsPath>
395                        <ruleList>
396                            <platformTest>
397                                <negate>1</negate>
398                                <type>windows-xp</type>
399                            </platformTest>
400                            <platformTest>
401                                <negate>1</negate>
402                                <type>windows-vista</type>
403                            </platformTest>
404                            <platformTest>
405                                <negate>1</negate>
406                                <type>windows-9x</type>
407                            </platformTest>
408                            <platformTest>
409                                <negate>1</negate>
410                                <type>windows-2003</type>
411                            </platformTest>
412                            <platformTest>
413                                <negate>1</negate>
414                                <type>windows-2000</type>
415                            </platformTest>
416                            <platformTest>
417                                <negate>1</negate>
418                                <type>windows-7</type>
419                            </platformTest>
420                        </ruleList>
421                    </startMenuShortcut>
422                  <startMenuFolder>                  <startMenuFolder>
423                      <name>Advanced</name>                      <name>Advanced</name>
424                      <platforms>windows</platforms>                      <platforms>windows</platforms>
425                        <ruleEvaluationLogic>or</ruleEvaluationLogic>
426                        <ruleList>
427                            <platformTest>
428                                <type>windows-xp</type>
429                            </platformTest>
430                            <platformTest>
431                                <type>windows-vista</type>
432                            </platformTest>
433                            <platformTest>
434                                <type>windows-9x</type>
435                            </platformTest>
436                            <platformTest>
437                                <type>windows-2003</type>
438                            </platformTest>
439                            <platformTest>
440                                <type>windows-2000</type>
441                            </platformTest>
442                            <platformTest>
443                                <type>windows-7</type>
444                            </platformTest>
445                        </ruleList>
446                      <startMenuShortcutList>                      <startMenuShortcutList>
447                          <startMenuShortcut>                          <startMenuShortcut>
448                              <comment>Quickly change the FourCC of your AVI files</comment>                              <comment>Quickly change the FourCC of your AVI files</comment>
# Line 318  Line 512 
512                      <windowsIcon></windowsIcon>                      <windowsIcon></windowsIcon>
513                      <windowsPath>${installdir}/</windowsPath>                      <windowsPath>${installdir}/</windowsPath>
514                  </startMenuShortcut>                  </startMenuShortcut>
515                    <startMenuShortcut>
516                        <comment>Uninstall ${product_fullname}</comment>
517                        <name>Uninstall ${product_fullname}</name>
518                        <runAsAdmin>0</runAsAdmin>
519                        <runInTerminal>0</runInTerminal>
520                        <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
521                        <windowsExecArgs>--debuglevel 3</windowsExecArgs>
522                        <windowsIcon>${installdir}/xvidw.ico</windowsIcon>
523                        <windowsPath>${installdir}</windowsPath>
524                    </startMenuShortcut>
525              </startMenuShortcutList>              </startMenuShortcutList>
526          </component>          </component>
527      </componentList>      </componentList>
# Line 1040  Line 1244 
1244              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>              <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1245              <name>Xvid</name>              <name>Xvid</name>
1246              <type>REG_SZ</type>              <type>REG_SZ</type>
1247              <value>${installdir}\CheckUpdate.exe</value>              <value>powershell.exe -nologo -WindowStyle hidden -Noninteractive -NoProfile -ExecutionPolicy Bypass -File "${installdir}\CheckUpdate.ps1"</value>
1248              <ruleList>              <ruleList>
1249                  <platformTest>                  <platformTest>
1250                      <type>windows</type>                      <type>windows</type>
# Line 1689  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.2105  
changed lines
  Added in v.2126

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