[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 2096, Thu Sep 25 19:05:54 2014 UTC revision 2142, Mon Oct 17 14:43:24 2016 UTC
# Line 1  Line 1 
1  <project>  <project>
2      <shortName>Xvid</shortName>      <shortName>Xvid</shortName>
3      <fullName>Xvid Video Codec</fullName>      <fullName>Xvid Video Codec</fullName>
4      <version>14</version>      <version>1.4.0</version>
5      <installerFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</installerFilename>      <installerFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</installerFilename>
6      <readmeFile>releasenotes.txt</readmeFile>      <readmeFile>releasenotes.txt</readmeFile>
7      <licenseFile>../../LICENSE</licenseFile>      <licenseFile>../../LICENSE</licenseFile>
# Line 99  Line 99 
99                              <origin>MiniConvert.exe</origin>                              <origin>MiniConvert.exe</origin>
100                          </distributionFile>                          </distributionFile>
101                          <distributionFile>                          <distributionFile>
102                              <origin>XvidWebPlayer.msi</origin>                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>
103                          </distributionFile>                          </distributionFile>
104                          <distributionFile>                          <distributionFile>
105                              <origin>xvid-gstreamer-x86-2013.6.msi</origin>                              <origin>xvid.png</origin>
106                          </distributionFile>                          </distributionFile>
107                          <distributionFile>                          <distributionFile>
108                              <origin>../../../xvidcore/build/win32/bin/xvid_encraw.exe</origin>                              <origin>CheckUpdate.ps1</origin>
109                            </distributionFile>
110                            <distributionFile>
111                                <origin>xvidw.ico</origin>
112                            </distributionFile>
113                            <distributionFile>
114                                <origin>CheckUpdateLauncher.vbs</origin>
115                          </distributionFile>                          </distributionFile>
116                      </distributionFileList>                      </distributionFileList>
117                      <shortcutList>                      <shortcutList>
# Line 191  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 243  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 318  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 983  Line 1181 
1181              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>
1182              <ruleList>              <ruleList>
1183                  <platformTest>                  <platformTest>
1184                      <type>windows-7</type>                      <negate>1</negate>
1185                        <type>windows-xp</type>
1186                    </platformTest>
1187                    <platformTest>
1188                        <negate>1</negate>
1189                        <type>windows-vista</type>
1190                    </platformTest>
1191                    <platformTest>
1192                        <negate>1</negate>
1193                        <type>windows-9x</type>
1194                    </platformTest>
1195                    <platformTest>
1196                        <negate>1</negate>
1197                        <type>windows-2003</type>
1198                    </platformTest>
1199                    <platformTest>
1200                        <negate>1</negate>
1201                        <type>windows-2000</type>
1202                  </platformTest>                  </platformTest>
1203              </ruleList>              </ruleList>
1204          </runProgram>          </runProgram>
# Line 995  Line 1210 
1210              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>              <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>
1211              <ruleList>              <ruleList>
1212                  <platformTest>                  <platformTest>
1213                      <type>windows-7</type>                      <negate>1</negate>
1214                        <type>windows-xp</type>
1215                    </platformTest>
1216                    <platformTest>
1217                        <negate>1</negate>
1218                        <type>windows-vista</type>
1219                    </platformTest>
1220                    <platformTest>
1221                        <negate>1</negate>
1222                        <type>windows-9x</type>
1223                    </platformTest>
1224                    <platformTest>
1225                        <negate>1</negate>
1226                        <type>windows-2003</type>
1227                    </platformTest>
1228                    <platformTest>
1229                        <negate>1</negate>
1230                        <type>windows-2000</type>
1231                  </platformTest>                  </platformTest>
1232                  <platformTest>                  <platformTest>
1233                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1006  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 1022  Line 1254 
1254              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1255              <ruleList>              <ruleList>
1256                  <platformTest>                  <platformTest>
1257                      <type>windows-7</type>                      <negate>1</negate>
1258                        <type>windows-xp</type>
1259                    </platformTest>
1260                    <platformTest>
1261                        <negate>1</negate>
1262                        <type>windows-vista</type>
1263                    </platformTest>
1264                    <platformTest>
1265                        <negate>1</negate>
1266                        <type>windows-9x</type>
1267                    </platformTest>
1268                    <platformTest>
1269                        <negate>1</negate>
1270                        <type>windows-2003</type>
1271                    </platformTest>
1272                    <platformTest>
1273                        <negate>1</negate>
1274                        <type>windows-2000</type>
1275                  </platformTest>                  </platformTest>
1276                  <platformTest>                  <platformTest>
1277                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1037  Line 1286 
1286              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1287              <ruleList>              <ruleList>
1288                  <platformTest>                  <platformTest>
1289                      <type>windows-7</type>                      <negate>1</negate>
1290                        <type>windows-xp</type>
1291                    </platformTest>
1292                    <platformTest>
1293                        <negate>1</negate>
1294                        <type>windows-vista</type>
1295                    </platformTest>
1296                    <platformTest>
1297                        <negate>1</negate>
1298                        <type>windows-9x</type>
1299                    </platformTest>
1300                    <platformTest>
1301                        <negate>1</negate>
1302                        <type>windows-2003</type>
1303                    </platformTest>
1304                    <platformTest>
1305                        <negate>1</negate>
1306                        <type>windows-2000</type>
1307                  </platformTest>                  </platformTest>
1308                  <platformTest>                  <platformTest>
1309                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1052  Line 1318 
1318              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1319              <ruleList>              <ruleList>
1320                  <platformTest>                  <platformTest>
1321                      <type>windows-7</type>                      <negate>1</negate>
1322                        <type>windows-xp</type>
1323                    </platformTest>
1324                    <platformTest>
1325                        <negate>1</negate>
1326                        <type>windows-vista</type>
1327                    </platformTest>
1328                    <platformTest>
1329                        <negate>1</negate>
1330                        <type>windows-9x</type>
1331                    </platformTest>
1332                    <platformTest>
1333                        <negate>1</negate>
1334                        <type>windows-2003</type>
1335                    </platformTest>
1336                    <platformTest>
1337                        <negate>1</negate>
1338                        <type>windows-2000</type>
1339                  </platformTest>                  </platformTest>
1340              </ruleList>              </ruleList>
1341          </registryDelete>          </registryDelete>
# Line 1064  Line 1347 
1347              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1348              <ruleList>              <ruleList>
1349                  <platformTest>                  <platformTest>
1350                      <type>windows-7</type>                      <negate>1</negate>
1351                        <type>windows-xp</type>
1352                    </platformTest>
1353                    <platformTest>
1354                        <negate>1</negate>
1355                        <type>windows-vista</type>
1356                    </platformTest>
1357                    <platformTest>
1358                        <negate>1</negate>
1359                        <type>windows-9x</type>
1360                    </platformTest>
1361                    <platformTest>
1362                        <negate>1</negate>
1363                        <type>windows-2003</type>
1364                    </platformTest>
1365                    <platformTest>
1366                        <negate>1</negate>
1367                        <type>windows-2000</type>
1368                  </platformTest>                  </platformTest>
1369              </ruleList>              </ruleList>
1370          </registryDelete>          </registryDelete>
# Line 1078  Line 1378 
1378              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1379              <ruleList>              <ruleList>
1380                  <platformTest>                  <platformTest>
1381                      <type>windows-7</type>                      <negate>1</negate>
1382                        <type>windows-xp</type>
1383                    </platformTest>
1384                    <platformTest>
1385                        <negate>1</negate>
1386                        <type>windows-vista</type>
1387                    </platformTest>
1388                    <platformTest>
1389                        <negate>1</negate>
1390                        <type>windows-9x</type>
1391                    </platformTest>
1392                    <platformTest>
1393                        <negate>1</negate>
1394                        <type>windows-2003</type>
1395                    </platformTest>
1396                    <platformTest>
1397                        <negate>1</negate>
1398                        <type>windows-2000</type>
1399                  </platformTest>                  </platformTest>
1400                  <platformTest>                  <platformTest>
1401                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1095  Line 1412 
1412              <wowMode>64</wowMode>              <wowMode>64</wowMode>
1413              <ruleList>              <ruleList>
1414                  <platformTest>                  <platformTest>
1415                      <type>windows-7</type>                      <negate>1</negate>
1416                        <type>windows-xp</type>
1417                    </platformTest>
1418                    <platformTest>
1419                        <negate>1</negate>
1420                        <type>windows-vista</type>
1421                    </platformTest>
1422                    <platformTest>
1423                        <negate>1</negate>
1424                        <type>windows-9x</type>
1425                    </platformTest>
1426                    <platformTest>
1427                        <negate>1</negate>
1428                        <type>windows-2003</type>
1429                    </platformTest>
1430                    <platformTest>
1431                        <negate>1</negate>
1432                        <type>windows-2000</type>
1433                  </platformTest>                  </platformTest>
1434                  <platformTest>                  <platformTest>
1435                      <type>windows-x64</type>                      <type>windows-x64</type>
# Line 1112  Line 1446 
1446              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1447              <ruleList>              <ruleList>
1448                  <platformTest>                  <platformTest>
1449                      <type>windows-7</type>                      <negate>1</negate>
1450                        <type>windows-xp</type>
1451                    </platformTest>
1452                    <platformTest>
1453                        <negate>1</negate>
1454                        <type>windows-vista</type>
1455                    </platformTest>
1456                    <platformTest>
1457                        <negate>1</negate>
1458                        <type>windows-9x</type>
1459                    </platformTest>
1460                    <platformTest>
1461                        <negate>1</negate>
1462                        <type>windows-2003</type>
1463                    </platformTest>
1464                    <platformTest>
1465                        <negate>1</negate>
1466                        <type>windows-2000</type>
1467                  </platformTest>                  </platformTest>
1468              </ruleList>              </ruleList>
1469          </registrySet>          </registrySet>
# Line 1126  Line 1477 
1477              <wowMode>32</wowMode>              <wowMode>32</wowMode>
1478              <ruleList>              <ruleList>
1479                  <platformTest>                  <platformTest>
1480                      <type>windows-7</type>                      <negate>1</negate>
1481                        <type>windows-xp</type>
1482                    </platformTest>
1483                    <platformTest>
1484                        <negate>1</negate>
1485                        <type>windows-vista</type>
1486                    </platformTest>
1487                    <platformTest>
1488                        <negate>1</negate>
1489                        <type>windows-9x</type>
1490                    </platformTest>
1491                    <platformTest>
1492                        <negate>1</negate>
1493                        <type>windows-2003</type>
1494                    </platformTest>
1495                    <platformTest>
1496                        <negate>1</negate>
1497                        <type>windows-2000</type>
1498                  </platformTest>                  </platformTest>
1499              </ruleList>              </ruleList>
1500          </registrySet>          </registrySet>
# Line 1248  Line 1616 
1616              <type>REG_DWORD</type>              <type>REG_DWORD</type>
1617              <value>${generic_mpeg4}</value>              <value>${generic_mpeg4}</value>
1618          </registrySet>          </registrySet>
         <runProgram>  
             <program>${windows_folder_system}\msiexec.exe</program>  
             <programArguments>/passive /i "${installdir.dos}\xvid-gstreamer-x86-2013.6.msi" "INSTALLDIR=${installdir.dos}\xvid-gstreamer"</programArguments>  
             <show>0</show>  
             <useMSDOSPath>0</useMSDOSPath>  
         </runProgram>  
         <runProgram>  
             <explanation>Installing Xvid Web Player</explanation>  
             <program>${windows_folder_system}\msiexec.exe</program>  
             <programArguments>/passive /I "${installdir.dos}\XvidWebPlayer.msi" "INSTALLDIR=${installdir.dos}\xvid-gstreamer\0.10\x86\bin"</programArguments>  
             <show>0</show>  
             <useMSDOSPath>0</useMSDOSPath>  
         </runProgram>  
1619      </postInstallationActionList>      </postInstallationActionList>
1620      <preUninstallationActionList>      <preUninstallationActionList>
1621          <runProgram>          <runProgram>
# Line 1472  Line 1827 
1827                  </platformTest>                  </platformTest>
1828              </ruleList>              </ruleList>
1829          </deleteFile>          </deleteFile>
         <runProgram>  
             <program>${windows_folder_system}\msiexec.exe</program>  
             <programArguments>/passive /x "${installdir.dos}\XvidWebPlayer.msi" "INSTALLDIR=${installdir.dos}\xvid-gstreamer\0.10\x86\bin"</programArguments>  
             <useMSDOSPath>0</useMSDOSPath>  
         </runProgram>  
         <runProgram>  
             <program>${windows_folder_system}\msiexec.exe</program>  
             <programArguments>/passive /x "${installdir.dos}\xvid-gstreamer-x86-2013.6.msi" "INSTALLDIR=${installdir.dos}\xvid-gstreamer"</programArguments>  
             <useMSDOSPath>0</useMSDOSPath>  
         </runProgram>  
1830      </preUninstallationActionList>      </preUninstallationActionList>
1831      <postUninstallationActionList>      <postUninstallationActionList>
1832          <registryDelete>          <registryDelete>
# Line 1512  Line 1857 
1857      <requireInstallationByRootUser>1</requireInstallationByRootUser>      <requireInstallationByRootUser>1</requireInstallationByRootUser>
1858      <saveRelativePaths>1</saveRelativePaths>      <saveRelativePaths>1</saveRelativePaths>
1859      <startMenuGroupName>${product_shortname}</startMenuGroupName>      <startMenuGroupName>${product_shortname}</startMenuGroupName>
     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>  
1860      <vendor>Xvid Team</vendor>      <vendor>Xvid Team</vendor>
     <versionId>132</versionId>  
1861      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>      <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
1862      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>      <windowsResourceFileVersion>1.4.0.0</windowsResourceFileVersion>
1863      <windowsResourceOriginalFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</windowsResourceOriginalFilename>      <windowsResourceOriginalFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</windowsResourceOriginalFilename>
# Line 1620  Line 1963 
1963          </platformOptions>          </platformOptions>
1964      </platformOptionsList>      </platformOptionsList>
1965  </project>  </project>
1966    

Legend:
Removed from v.2096  
changed lines
  Added in v.2142

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