[svn] / trunk / xvidextra / src / installer / xvid.xml Repository:
ViewVC logotype

Annotation of /trunk/xvidextra/src/installer/xvid.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2004 - (view) (download) (as text)

1 : Isibaar 1999 <project>
2 :     <shortName>Xvid</shortName>
3 :     <fullName>Xvid Video Codec</fullName>
4 :     <version>1.3.2</version>
5 :     <installerFilename>${product_shortname}-${product_version}-${platform_name}.${platform_exec_suffix}</installerFilename>
6 :     <readmeFile>releasenotes.txt</readmeFile>
7 :     <licenseFile>../../LICENSE</licenseFile>
8 :     <logoImage>xvid.png</logoImage>
9 : Isibaar 2004 <splashImage>xvid_logo.png</splashImage>
10 : Isibaar 1999 <initializationActionList>
11 :     <registryGet>
12 :     <key>HKEY_LOCAL_MACHINE\Software\${project.windowsSoftwareRegistryPrefix}</key>
13 :     <name>Location</name>
14 :     <variable>installdir</variable>
15 :     <ruleList>
16 :     <platformTest type="windows"/>
17 :     </ruleList>
18 :     </registryGet>
19 :     </initializationActionList>
20 :     <preInstallationActionList>
21 :     <actionGroup>
22 :     <actionList>
23 :     <setInstallerVariable name="installationType" value="upgrade"/>
24 :     </actionList>
25 :     <ruleList>
26 :     <fileTest condition="exists" path="${installdir}/update.ini"/>
27 :     </ruleList>
28 :     </actionGroup>
29 :     </preInstallationActionList>
30 :     <readyToInstallActionList>
31 :     <runProgram>
32 :     <abortOnError>0</abortOnError>
33 :     <program>${installdir}/unins000.exe</program>
34 :     <programArguments>/VERYSILENT</programArguments>
35 :     <showMessageOnError>0</showMessageOnError>
36 :     <workingDirectory>${installdir}/</workingDirectory>
37 :     <ruleList>
38 :     <fileTest condition="exists" path="${installdir}/unins000.exe"/>
39 :     <platformTest>
40 :     <type>windows</type>
41 :     </platformTest>
42 :     </ruleList>
43 :     </runProgram>
44 :     </readyToInstallActionList>
45 :     <postInstallationActionList>
46 :     <copyFile>
47 :     <abortOnError>0</abortOnError>
48 :     <destination>${system_temp_directory}/xvid_x86/xvid.ax</destination>
49 : Isibaar 2004 <origin>${system_temp_directory}/xvid_x86/xvid_mft.ax</origin>
50 : Isibaar 1999 <showMessageOnError>0</showMessageOnError>
51 :     <ruleList>
52 :     <platformTest>
53 :     <type>windows</type>
54 :     </platformTest>
55 :     <fileExists>
56 :     <path>${windows_folder_system}/mfplat.dll</path>
57 :     </fileExists>
58 :     </ruleList>
59 :     </copyFile>
60 :     <copyFile>
61 :     <abortOnError>0</abortOnError>
62 :     <destination>${windows_folder_system}/xvid.ax</destination>
63 :     <origin>${system_temp_directory}/xvid_x86/xvid.ax</origin>
64 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
65 :     <showMessageOnError>0</showMessageOnError>
66 :     <ruleList>
67 :     <platformTest>
68 :     <type>windows-2000</type>
69 :     </platformTest>
70 :     <platformTest>
71 :     <type>windows-xp</type>
72 :     </platformTest>
73 :     </ruleList>
74 :     </copyFile>
75 :     <copyFile>
76 :     <abortOnError>0</abortOnError>
77 :     <destination>${windows_folder_system}/xvidcore.dll</destination>
78 :     <origin>${system_temp_directory}/xvid_x86/xvidcore.dll</origin>
79 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
80 :     <showMessageOnError>0</showMessageOnError>
81 :     <ruleList>
82 :     <platformTest>
83 :     <type>windows-2000</type>
84 :     </platformTest>
85 :     <platformTest>
86 :     <type>windows-xp</type>
87 :     </platformTest>
88 :     </ruleList>
89 :     </copyFile>
90 :     <copyFile>
91 :     <abortOnError>0</abortOnError>
92 :     <destination>${windows_folder_system}/xvidvfw.dll</destination>
93 :     <origin>${system_temp_directory}/xvid_x86/xvidvfw.dll</origin>
94 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
95 :     <showMessageOnError>0</showMessageOnError>
96 :     <ruleList>
97 :     <platformTest>
98 :     <type>windows-2000</type>
99 :     </platformTest>
100 :     <platformTest>
101 :     <type>windows-xp</type>
102 :     </platformTest>
103 :     </ruleList>
104 :     </copyFile>
105 :     <runProgram>
106 :     <customErrorMessage>Failed to install Xvid VfW Codec (32-bit)!</customErrorMessage>
107 :     <program>${windows_folder_system}/rundll32.exe</program>
108 :     <programArguments>setupapi.dll,InstallHinfSection DefaultInstall 0 ${system_temp_directory}/xvid_x86/xvid.inf</programArguments>
109 :     <ruleList>
110 :     <platformTest>
111 :     <type>windows</type>
112 :     </platformTest>
113 :     <platformTest>
114 :     <negate>1</negate>
115 :     <type>windows-2000</type>
116 :     </platformTest>
117 :     <platformTest>
118 :     <negate>1</negate>
119 :     <type>windows-xp</type>
120 :     </platformTest>
121 :     </ruleList>
122 :     </runProgram>
123 :     <runProgram>
124 :     <customErrorMessage>DirectShow filter (32-bit) register failed!</customErrorMessage>
125 :     <program>${windows_folder_system}/regsvr32.exe</program>
126 :     <programArguments>/s ${windows_folder_system}/xvid.ax</programArguments>
127 :     <workingDirectory>${windows_folder_system}</workingDirectory>
128 :     <ruleList>
129 :     <platformTest>
130 :     <type>windows</type>
131 :     </platformTest>
132 :     </ruleList>
133 :     </runProgram>
134 :     <registrySet>
135 :     <abortOnError>0</abortOnError>
136 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
137 :     <name>Description</name>
138 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
139 :     <showMessageOnError>0</showMessageOnError>
140 :     <type>REG_SZ</type>
141 :     <value>Xvid MPEG-4 Video Codec</value>
142 :     <wowMode>32</wowMode>
143 :     <ruleList>
144 :     <platformTest>
145 :     <type>windows-xp</type>
146 :     </platformTest>
147 :     <platformTest>
148 :     <type>windows-2000</type>
149 :     </platformTest>
150 :     </ruleList>
151 :     </registrySet>
152 :     <registrySet>
153 :     <abortOnError>0</abortOnError>
154 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
155 :     <name>Driver</name>
156 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
157 :     <showMessageOnError>0</showMessageOnError>
158 :     <type>REG_SZ</type>
159 :     <value>xvidvfw.dll</value>
160 :     <wowMode>32</wowMode>
161 :     <ruleList>
162 :     <platformTest>
163 :     <type>windows-xp</type>
164 :     </platformTest>
165 :     <platformTest>
166 :     <type>windows-2000</type>
167 :     </platformTest>
168 :     </ruleList>
169 :     </registrySet>
170 :     <registrySet>
171 :     <abortOnError>0</abortOnError>
172 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
173 :     <name>FriendlyName</name>
174 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
175 :     <showMessageOnError>0</showMessageOnError>
176 :     <type>REG_SZ</type>
177 :     <value>XVID</value>
178 :     <wowMode>32</wowMode>
179 :     <ruleList>
180 :     <platformTest>
181 :     <type>windows-xp</type>
182 :     </platformTest>
183 :     <platformTest>
184 :     <type>windows-2000</type>
185 :     </platformTest>
186 :     </ruleList>
187 :     </registrySet>
188 :     <registrySet>
189 :     <abortOnError>0</abortOnError>
190 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
191 :     <name>xvidvfw.dll</name>
192 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
193 :     <showMessageOnError>0</showMessageOnError>
194 :     <type>REG_SZ</type>
195 :     <value>Xvid MPEG-4 Video Codec</value>
196 :     <wowMode>32</wowMode>
197 :     <ruleList>
198 :     <platformTest>
199 :     <type>windows-xp</type>
200 :     </platformTest>
201 :     <platformTest>
202 :     <type>windows-2000</type>
203 :     </platformTest>
204 :     </ruleList>
205 :     </registrySet>
206 :     <registrySet>
207 :     <abortOnError>0</abortOnError>
208 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32</key>
209 :     <name>vidc.XVID</name>
210 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
211 :     <showMessageOnError>0</showMessageOnError>
212 :     <type>REG_SZ</type>
213 :     <value>xvidvfw.dll</value>
214 :     <wowMode>32</wowMode>
215 :     <ruleList>
216 :     <platformTest>
217 :     <type>windows-xp</type>
218 :     </platformTest>
219 :     <platformTest>
220 :     <type>windows-2000</type>
221 :     </platformTest>
222 :     </ruleList>
223 :     </registrySet>
224 :     <registrySet>
225 :     <abortOnError>0</abortOnError>
226 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32</key>
227 :     <name>msacm.l3acm</name>
228 :     <showMessageOnError>0</showMessageOnError>
229 :     <type>REG_SZ</type>
230 :     <value>l3codecp.acm</value>
231 :     <wowMode>32</wowMode>
232 :     <ruleList>
233 :     <fileExists>
234 :     <path>${windows_folder_system}/l3codecp.acm</path>
235 :     </fileExists>
236 :     </ruleList>
237 :     </registrySet>
238 :     <registrySet>
239 :     <abortOnError>0</abortOnError>
240 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
241 :     <name>l3codecp.acm</name>
242 :     <showMessageOnError>0</showMessageOnError>
243 :     <type>REG_SZ</type>
244 :     <value>Fraunhofer IIS MPEG Layer-3 Codec (professional)</value>
245 :     <wowMode>32</wowMode>
246 :     </registrySet>
247 :     <registryDelete>
248 :     <abortOnError>0</abortOnError>
249 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
250 :     <name>C:\Windows\SysWOW64\l3codeca.acm</name>
251 :     <showMessageOnError>0</showMessageOnError>
252 :     <wowMode>32</wowMode>
253 :     <ruleList>
254 :     <platformTest>
255 :     <type>windows-x64</type>
256 :     </platformTest>
257 :     </ruleList>
258 :     </registryDelete>
259 :     <registryDelete>
260 :     <abortOnError>0</abortOnError>
261 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
262 :     <name>C:\Windows\System32\l3codeca.acm</name>
263 :     <showMessageOnError>0</showMessageOnError>
264 :     <wowMode>32</wowMode>
265 :     <ruleList>
266 :     <platformTest>
267 :     <type>windows-x86</type>
268 :     </platformTest>
269 :     </ruleList>
270 :     </registryDelete>
271 :     <registrySet>
272 :     <abortOnError>0</abortOnError>
273 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\msacm\msacm.l3acm</key>
274 :     <name>Driver</name>
275 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
276 :     <showMessageOnError>0</showMessageOnError>
277 :     <type>REG_SZ</type>
278 :     <value>l3codecp.acm</value>
279 :     <wowMode>32</wowMode>
280 :     <ruleList>
281 :     <platformTest>
282 :     <type>windows-2003</type>
283 :     </platformTest>
284 :     <platformTest>
285 :     <type>windows-2000</type>
286 :     </platformTest>
287 :     <platformTest>
288 :     <type>windows-xp</type>
289 :     </platformTest>
290 :     </ruleList>
291 :     </registrySet>
292 :     <wow64FsRedirection>
293 :     <action>disable</action>
294 :     <ruleList>
295 :     <platformTest>
296 :     <type>windows-x64</type>
297 :     </platformTest>
298 :     </ruleList>
299 :     </wow64FsRedirection>
300 :     <copyFile>
301 :     <abortOnError>0</abortOnError>
302 :     <destination>${system_temp_directory}/xvid_x64/xvid.ax</destination>
303 : Isibaar 2004 <origin>${system_temp_directory}/xvid_x64/xvid_mft.ax</origin>
304 : Isibaar 1999 <showMessageOnError>0</showMessageOnError>
305 :     <ruleList>
306 :     <platformTest>
307 :     <type>windows-x64</type>
308 :     </platformTest>
309 :     <fileExists>
310 :     <path>${windows_folder_windows}/system32/mfplat.dll</path>
311 :     </fileExists>
312 :     </ruleList>
313 :     </copyFile>
314 :     <copyFile>
315 :     <abortOnError>0</abortOnError>
316 :     <destination>${windows_folder_windows}/system32/xvid.ax</destination>
317 :     <origin>${system_temp_directory}/xvid_x64/xvid.ax</origin>
318 :     <showMessageOnError>0</showMessageOnError>
319 :     <ruleList>
320 :     <platformTest>
321 :     <type>windows-xp</type>
322 :     </platformTest>
323 :     <platformTest>
324 :     <type>windows-x64</type>
325 :     </platformTest>
326 :     </ruleList>
327 :     </copyFile>
328 :     <copyFile>
329 :     <abortOnError>0</abortOnError>
330 :     <destination>${windows_folder_windows}/system32/xvidcore.dll</destination>
331 :     <origin>${system_temp_directory}/xvid_x64/xvidcore.dll</origin>
332 :     <showMessageOnError>0</showMessageOnError>
333 :     <ruleList>
334 :     <platformTest>
335 :     <type>windows-xp</type>
336 :     </platformTest>
337 :     <platformTest>
338 :     <type>windows-x64</type>
339 :     </platformTest>
340 :     </ruleList>
341 :     </copyFile>
342 :     <copyFile>
343 :     <abortOnError>0</abortOnError>
344 :     <destination>${windows_folder_windows}/system32/xvidvfw.dll</destination>
345 :     <origin>${system_temp_directory}/xvid_x64/xvidvfw.dll</origin>
346 :     <showMessageOnError>0</showMessageOnError>
347 :     <ruleList>
348 :     <platformTest>
349 :     <type>windows-xp</type>
350 :     </platformTest>
351 :     <platformTest>
352 :     <type>windows-x64</type>
353 :     </platformTest>
354 :     </ruleList>
355 :     </copyFile>
356 :     <runProgram>
357 :     <customErrorMessage>Failed to install Xvid VfW Codec (64-bit)!</customErrorMessage>
358 :     <program>${windows_folder_windows}/system32/rundll32.exe</program>
359 :     <programArguments>setupapi.dll,InstallHinfSection DefaultInstall 0 ${system_temp_directory}/xvid_x64/xvid.inf</programArguments>
360 :     <ruleList>
361 :     <platformTest>
362 :     <type>windows-x64</type>
363 :     </platformTest>
364 :     <platformTest>
365 :     <negate>1</negate>
366 :     <type>windows-xp</type>
367 :     </platformTest>
368 :     </ruleList>
369 :     </runProgram>
370 :     <runProgram>
371 :     <customErrorMessage>DirectShow filter (64-bit) register failed!</customErrorMessage>
372 :     <program>${windows_folder_windows}/system32/regsvr32.exe</program>
373 :     <programArguments>/s ${windows_folder_windows}/system32/xvid.ax</programArguments>
374 :     <workingDirectory>${windows_folder_windows}/system32</workingDirectory>
375 :     <ruleList>
376 :     <platformTest type="windows-x64"/>
377 :     </ruleList>
378 :     </runProgram>
379 :     <registrySet>
380 :     <abortOnError>0</abortOnError>
381 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
382 :     <name>Description</name>
383 :     <showMessageOnError>0</showMessageOnError>
384 :     <type>REG_SZ</type>
385 :     <value>Xvid MPEG-4 Video Codec</value>
386 :     <wowMode>64</wowMode>
387 :     <ruleList>
388 :     <platformTest>
389 :     <type>windows-xp</type>
390 :     </platformTest>
391 :     <platformTest>
392 :     <type>windows-x64</type>
393 :     </platformTest>
394 :     </ruleList>
395 :     </registrySet>
396 :     <registrySet>
397 :     <abortOnError>0</abortOnError>
398 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
399 :     <name>Driver</name>
400 :     <showMessageOnError>0</showMessageOnError>
401 :     <type>REG_SZ</type>
402 :     <value>xvidvfw.dll</value>
403 :     <wowMode>64</wowMode>
404 :     <ruleList>
405 :     <platformTest>
406 :     <type>windows-x64</type>
407 :     </platformTest>
408 :     <platformTest>
409 :     <type>windows-xp</type>
410 :     </platformTest>
411 :     </ruleList>
412 :     </registrySet>
413 :     <registrySet>
414 :     <abortOnError>0</abortOnError>
415 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
416 :     <name>FriendlyName</name>
417 :     <showMessageOnError>0</showMessageOnError>
418 :     <type>REG_SZ</type>
419 :     <value>XVID</value>
420 :     <wowMode>64</wowMode>
421 :     <ruleList>
422 :     <platformTest>
423 :     <type>windows-xp</type>
424 :     </platformTest>
425 :     <platformTest>
426 :     <type>windows-x64</type>
427 :     </platformTest>
428 :     </ruleList>
429 :     </registrySet>
430 :     <registrySet>
431 :     <abortOnError>0</abortOnError>
432 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
433 :     <name>xvidvfw.dll</name>
434 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
435 :     <showMessageOnError>0</showMessageOnError>
436 :     <type>REG_SZ</type>
437 :     <value>Xvid MPEG-4 Video Codec</value>
438 :     <wowMode>64</wowMode>
439 :     <ruleList>
440 :     <platformTest>
441 :     <type>windows-xp</type>
442 :     </platformTest>
443 :     <platformTest>
444 :     <type>windows-x64</type>
445 :     </platformTest>
446 :     </ruleList>
447 :     </registrySet>
448 :     <registrySet>
449 :     <abortOnError>0</abortOnError>
450 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32</key>
451 :     <name>vidc.XVID</name>
452 :     <showMessageOnError>0</showMessageOnError>
453 :     <type>REG_SZ</type>
454 :     <value>xvidvfw.dll</value>
455 :     <wowMode>64</wowMode>
456 :     <ruleList>
457 :     <platformTest>
458 :     <type>windows-xp</type>
459 :     </platformTest>
460 :     <platformTest>
461 :     <type>windows-x64</type>
462 :     </platformTest>
463 :     </ruleList>
464 :     </registrySet>
465 :     <runProgram>
466 :     <abortOnError>0</abortOnError>
467 :     <program>${system_temp_directory}/xvid_x86/setpriv32.exe</program>
468 :     <programArguments></programArguments>
469 :     <showMessageOnError>0</showMessageOnError>
470 :     <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>
471 :     <ruleList>
472 :     <platformTest>
473 :     <type>windows-7</type>
474 :     </platformTest>
475 :     </ruleList>
476 :     </runProgram>
477 :     <runProgram>
478 :     <abortOnError>0</abortOnError>
479 :     <program>${system_temp_directory}/xvid_x64/setpriv64.exe</program>
480 :     <programArguments></programArguments>
481 :     <showMessageOnError>0</showMessageOnError>
482 :     <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>
483 :     <ruleList>
484 :     <platformTest>
485 :     <type>windows-7</type>
486 :     </platformTest>
487 :     <platformTest>
488 :     <type>windows-x64</type>
489 :     </platformTest>
490 :     </ruleList>
491 :     </runProgram>
492 :     <deleteFile>
493 :     <abortOnError>0</abortOnError>
494 :     <path>${system_temp_directory}/xvid_x64</path>
495 :     <showMessageOnError>0</showMessageOnError>
496 :     <ruleList>
497 :     <platformTest>
498 :     <type>windows</type>
499 :     </platformTest>
500 :     </ruleList>
501 :     </deleteFile>
502 :     <deleteFile>
503 :     <abortOnError>0</abortOnError>
504 :     <path>${system_temp_directory}/xvid_x86</path>
505 :     <showMessageOnError>0</showMessageOnError>
506 :     <ruleList>
507 :     <platformTest>
508 :     <type>windows</type>
509 :     </platformTest>
510 :     </ruleList>
511 :     </deleteFile>
512 :     <registrySet>
513 :     <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
514 :     <name>Xvid</name>
515 :     <type>REG_SZ</type>
516 :     <value>${installdir}\CheckUpdate.exe</value>
517 :     <ruleList>
518 :     <platformTest>
519 :     <type>windows</type>
520 :     </platformTest>
521 :     <compareText logic="equals" text="${AutoUpdate}" value="yes"/>
522 :     </ruleList>
523 :     </registrySet>
524 :     <registryDelete>
525 :     <abortOnError>0</abortOnError>
526 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
527 :     <name>58564944</name>
528 :     <showMessageOnError>0</showMessageOnError>
529 :     <wowMode>64</wowMode>
530 :     <ruleList>
531 :     <platformTest>
532 :     <type>windows-7</type>
533 :     </platformTest>
534 :     <platformTest>
535 :     <type>windows-x64</type>
536 :     </platformTest>
537 :     </ruleList>
538 :     </registryDelete>
539 :     <registryDelete>
540 :     <abortOnError>0</abortOnError>
541 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
542 :     <name>78766964</name>
543 :     <showMessageOnError>0</showMessageOnError>
544 :     <wowMode>64</wowMode>
545 :     <ruleList>
546 :     <platformTest>
547 :     <type>windows-7</type>
548 :     </platformTest>
549 :     <platformTest>
550 :     <type>windows-x64</type>
551 :     </platformTest>
552 :     </ruleList>
553 :     </registryDelete>
554 :     <registryDelete>
555 :     <abortOnError>0</abortOnError>
556 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
557 :     <name>58564944</name>
558 :     <showMessageOnError>0</showMessageOnError>
559 :     <wowMode>32</wowMode>
560 :     <ruleList>
561 :     <platformTest>
562 :     <type>windows-7</type>
563 :     </platformTest>
564 :     </ruleList>
565 :     </registryDelete>
566 :     <registryDelete>
567 :     <abortOnError>0</abortOnError>
568 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
569 :     <name>78766964</name>
570 :     <showMessageOnError>0</showMessageOnError>
571 :     <wowMode>32</wowMode>
572 :     <ruleList>
573 :     <platformTest>
574 :     <type>windows-7</type>
575 :     </platformTest>
576 :     </ruleList>
577 :     </registryDelete>
578 :     <registrySet>
579 :     <abortOnError>0</abortOnError>
580 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
581 :     <name>{44495658-0000-0010-8000-00AA00389B71}</name>
582 :     <showMessageOnError>0</showMessageOnError>
583 :     <type>REG_SZ</type>
584 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
585 :     <wowMode>64</wowMode>
586 :     <ruleList>
587 :     <platformTest>
588 :     <type>windows-7</type>
589 :     </platformTest>
590 :     <platformTest>
591 :     <type>windows-x64</type>
592 :     </platformTest>
593 :     </ruleList>
594 :     </registrySet>
595 :     <registrySet>
596 :     <abortOnError>0</abortOnError>
597 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
598 :     <name>{64697678-0000-0010-8000-00AA00389B71}</name>
599 :     <showMessageOnError>0</showMessageOnError>
600 :     <type>REG_SZ</type>
601 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
602 :     <wowMode>64</wowMode>
603 :     <ruleList>
604 :     <platformTest>
605 :     <type>windows-7</type>
606 :     </platformTest>
607 :     <platformTest>
608 :     <type>windows-x64</type>
609 :     </platformTest>
610 :     </ruleList>
611 :     </registrySet>
612 :     <registrySet>
613 :     <abortOnError>0</abortOnError>
614 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
615 :     <name>{44495658-0000-0010-8000-00AA00389B71}</name>
616 :     <showMessageOnError>0</showMessageOnError>
617 :     <type>REG_SZ</type>
618 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
619 :     <wowMode>32</wowMode>
620 :     <ruleList>
621 :     <platformTest>
622 :     <type>windows-7</type>
623 :     </platformTest>
624 :     </ruleList>
625 :     </registrySet>
626 :     <registrySet>
627 :     <abortOnError>0</abortOnError>
628 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
629 :     <name>{64697678-0000-0010-8000-00AA00389B71}</name>
630 :     <showMessageOnError>0</showMessageOnError>
631 :     <type>REG_SZ</type>
632 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
633 :     <wowMode>32</wowMode>
634 :     <ruleList>
635 :     <platformTest>
636 :     <type>windows-7</type>
637 :     </platformTest>
638 :     </ruleList>
639 :     </registrySet>
640 :     <createShortcuts>
641 :     <abortOnError>0</abortOnError>
642 :     <destination>${windows_folder_common_programs}/${product_shortname}</destination>
643 :     <showMessageOnError>0</showMessageOnError>
644 :     <ruleList>
645 :     <platformTest>
646 :     <type>windows</type>
647 :     </platformTest>
648 :     <compareValues>
649 :     <logic>equals</logic>
650 :     <value1>${installationType}</value1>
651 :     <value2>upgrade</value2>
652 :     </compareValues>
653 :     </ruleList>
654 :     <shortcutList>
655 :     <quickLaunchShortcut>
656 :     <comment>Simple media converter to create Xvid videos</comment>
657 :     <name>Xvid MiniConvert</name>
658 :     <runAsAdmin>0</runAsAdmin>
659 :     <runInTerminal>0</runInTerminal>
660 :     <windowsExec>${installdir}/MiniConvert.exe</windowsExec>
661 :     <windowsExecArgs></windowsExecArgs>
662 :     <windowsIcon></windowsIcon>
663 :     <windowsPath>${installdir}/</windowsPath>
664 :     </quickLaunchShortcut>
665 :     </shortcutList>
666 :     </createShortcuts>
667 :     </postInstallationActionList>
668 :     <preUninstallationActionList>
669 :     <runProgram>
670 :     <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>
671 :     <program>${windows_folder_system}/regsvr32.exe</program>
672 :     <programArguments>/s /u ${windows_folder_system}/xvid.ax</programArguments>
673 :     <workingDirectory>${windows_folder_system}</workingDirectory>
674 :     <ruleList>
675 :     <platformTest type="windows"/>
676 :     </ruleList>
677 :     </runProgram>
678 :     <runProgram>
679 :     <customErrorMessage>Failed to remove Xvid VfW Codec (32-bit)!</customErrorMessage>
680 :     <program>${windows_folder_system}/rundll32.exe</program>
681 :     <programArguments>setupapi.dll,InstallHinfSection Remove_XviD 132 ${windows_folder_windows}/inf/xvid.inf</programArguments>
682 :     <ruleList>
683 :     <platformTest>
684 :     <type>windows</type>
685 :     </platformTest>
686 :     <platformTest>
687 :     <negate>1</negate>
688 :     <type>windows-xp</type>
689 :     </platformTest>
690 :     <platformTest>
691 :     <negate>1</negate>
692 :     <type>windows-2000</type>
693 :     </platformTest>
694 :     </ruleList>
695 :     </runProgram>
696 :     <deleteFile>
697 :     <abortOnError>0</abortOnError>
698 :     <matchHiddenFiles>1</matchHiddenFiles>
699 :     <path>${windows_folder_system}/xvid.ax</path>
700 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
701 :     <showMessageOnError>0</showMessageOnError>
702 :     <ruleList>
703 :     <platformTest>
704 :     <type>windows-xp</type>
705 :     </platformTest>
706 :     <platformTest>
707 :     <type>windows-2000</type>
708 :     </platformTest>
709 :     </ruleList>
710 :     </deleteFile>
711 :     <deleteFile>
712 :     <abortOnError>0</abortOnError>
713 :     <matchHiddenFiles>1</matchHiddenFiles>
714 :     <path>${windows_folder_system}/xvidvfw.dll</path>
715 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
716 :     <showMessageOnError>0</showMessageOnError>
717 :     <ruleList>
718 :     <platformTest>
719 :     <type>windows-xp</type>
720 :     </platformTest>
721 :     <platformTest>
722 :     <type>windows-2000</type>
723 :     </platformTest>
724 :     </ruleList>
725 :     </deleteFile>
726 :     <deleteFile>
727 :     <abortOnError>0</abortOnError>
728 :     <matchHiddenFiles>1</matchHiddenFiles>
729 :     <path>${windows_folder_system}/xvidcore.dll</path>
730 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
731 :     <showMessageOnError>0</showMessageOnError>
732 :     <ruleList>
733 :     <platformTest>
734 :     <type>windows-2000</type>
735 :     </platformTest>
736 :     <platformTest>
737 :     <type>windows-xp</type>
738 :     </platformTest>
739 :     </ruleList>
740 :     </deleteFile>
741 :     <registrySet>
742 :     <abortOnError>0</abortOnError>
743 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32</key>
744 :     <name>msacm.l3acm</name>
745 :     <showMessageOnError>0</showMessageOnError>
746 :     <type>REG_SZ</type>
747 :     <value>l3codeca.acm</value>
748 :     <wowMode>32</wowMode>
749 :     <ruleList>
750 :     <fileExists>
751 :     <path>${windows_folder_system}/l3codeca.acm</path>
752 :     </fileExists>
753 :     </ruleList>
754 :     </registrySet>
755 :     <registrySet>
756 :     <abortOnError>0</abortOnError>
757 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
758 :     <name>C:\Windows\System32\l3codeca.acm</name>
759 :     <showMessageOnError>0</showMessageOnError>
760 :     <type>REG_SZ</type>
761 :     <value>Fraunhofer IIS MPEG Layer-3 Codec</value>
762 :     <wowMode>32</wowMode>
763 :     <ruleList>
764 :     <platformTest>
765 :     <type>windows-x86</type>
766 :     </platformTest>
767 :     </ruleList>
768 :     </registrySet>
769 :     <registrySet>
770 :     <abortOnError>0</abortOnError>
771 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
772 :     <name>C:\Windows\SysWOW64\l3codeca.acm</name>
773 :     <showMessageOnError>0</showMessageOnError>
774 :     <type>REG_SZ</type>
775 :     <value>Fraunhofer IIS MPEG Layer-3 Codec</value>
776 :     <wowMode>32</wowMode>
777 :     <ruleList>
778 :     <platformTest>
779 :     <type>windows-x64</type>
780 :     </platformTest>
781 :     </ruleList>
782 :     </registrySet>
783 :     <registryDelete>
784 :     <abortOnError>0</abortOnError>
785 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
786 :     <name>l3codecp.acm</name>
787 :     <showMessageOnError>0</showMessageOnError>
788 :     <wowMode>32</wowMode>
789 :     </registryDelete>
790 :     <registrySet>
791 :     <abortOnError>0</abortOnError>
792 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\msacm\msacm.l3acm</key>
793 :     <name>Driver</name>
794 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
795 :     <showMessageOnError>0</showMessageOnError>
796 :     <type>REG_SZ</type>
797 :     <value>l3codeca.acm</value>
798 :     <wowMode>32</wowMode>
799 :     <ruleList>
800 :     <platformTest>
801 :     <type>windows-2000</type>
802 :     </platformTest>
803 :     <platformTest>
804 :     <type>windows-2003</type>
805 :     </platformTest>
806 :     <platformTest>
807 :     <type>windows-xp</type>
808 :     </platformTest>
809 :     </ruleList>
810 :     </registrySet>
811 :     <wow64FsRedirection>
812 :     <action>disable</action>
813 :     <ruleList>
814 :     <platformTest>
815 :     <type>windows-x64</type>
816 :     </platformTest>
817 :     </ruleList>
818 :     </wow64FsRedirection>
819 :     <runProgram>
820 :     <customErrorMessage>DirectShow filter (64-bit) unregister failed!</customErrorMessage>
821 :     <program>${windows_folder_windows}/system32/regsvr32.exe</program>
822 :     <programArguments>/s /u ${windows_folder_windows}/system32/xvid.ax</programArguments>
823 :     <workingDirectory>${windows_folder_windows}/system32</workingDirectory>
824 :     <ruleList>
825 :     <platformTest type="windows-x64"/>
826 :     </ruleList>
827 :     </runProgram>
828 :     <runProgram>
829 :     <customErrorMessage>Failed to remove Xvid VfW Codec (64-bit)!</customErrorMessage>
830 :     <program>${windows_folder_windows}/system32/rundll32.exe</program>
831 :     <programArguments>setupapi.dll,InstallHinfSection Remove_XviD 132 ${installdir}/xvid.inf</programArguments>
832 :     <ruleList>
833 :     <platformTest>
834 :     <type>windows-x64</type>
835 :     </platformTest>
836 :     <platformTest>
837 :     <negate>1</negate>
838 :     <type>windows-xp</type>
839 :     </platformTest>
840 :     </ruleList>
841 :     </runProgram>
842 :     <deleteFile>
843 :     <abortOnError>0</abortOnError>
844 :     <matchHiddenFiles>1</matchHiddenFiles>
845 :     <path>${windows_folder_windows}/system32/xvid.ax</path>
846 :     <showMessageOnError>0</showMessageOnError>
847 :     <ruleList>
848 :     <platformTest>
849 :     <type>windows-x64</type>
850 :     </platformTest>
851 :     <platformTest>
852 :     <type>windows-xp</type>
853 :     </platformTest>
854 :     </ruleList>
855 :     </deleteFile>
856 :     <deleteFile>
857 :     <abortOnError>0</abortOnError>
858 :     <matchHiddenFiles>1</matchHiddenFiles>
859 :     <path>${windows_folder_windows}/system32/xvidvfw.dll</path>
860 :     <showMessageOnError>0</showMessageOnError>
861 :     <ruleList>
862 :     <platformTest>
863 :     <type>windows-x64</type>
864 :     </platformTest>
865 :     <platformTest>
866 :     <type>windows-xp</type>
867 :     </platformTest>
868 :     </ruleList>
869 :     </deleteFile>
870 :     <deleteFile>
871 :     <abortOnError>0</abortOnError>
872 :     <matchHiddenFiles>1</matchHiddenFiles>
873 :     <path>${windows_folder_windows}/system32/xvidcore.dll</path>
874 :     <showMessageOnError>0</showMessageOnError>
875 :     <ruleList>
876 :     <platformTest>
877 :     <type>windows-x64</type>
878 :     </platformTest>
879 :     <platformTest>
880 :     <type>windows-xp</type>
881 :     </platformTest>
882 :     </ruleList>
883 :     </deleteFile>
884 :     </preUninstallationActionList>
885 :     <postUninstallationActionList>
886 :     <registryDelete>
887 :     <abortOnError>0</abortOnError>
888 :     <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
889 :     <name>Xvid</name>
890 :     <showMessageOnError>0</showMessageOnError>
891 :     <ruleList>
892 :     <platformTest>
893 :     <type>windows</type>
894 :     </platformTest>
895 :     </ruleList>
896 :     </registryDelete>
897 :     <deleteFile>
898 :     <abortOnError>0</abortOnError>
899 :     <path>${windows_folder_common_programs}/${product_shortname}</path>
900 :     <showMessageOnError>0</showMessageOnError>
901 :     <ruleList>
902 :     <platformTest>
903 :     <type>windows</type>
904 :     </platformTest>
905 :     </ruleList>
906 :     </deleteFile>
907 :     </postUninstallationActionList>
908 :     <checkForUpdates>1</checkForUpdates>
909 :     <compressionAlgorithm>lzma</compressionAlgorithm>
910 :     <enableRollback>1</enableRollback>
911 :     <enableTimestamp>1</enableTimestamp>
912 :     <requireInstallationByRootUser>1</requireInstallationByRootUser>
913 :     <saveRelativePaths>1</saveRelativePaths>
914 :     <startMenuGroupName>${product_shortname}</startMenuGroupName>
915 :     <updateInformationURL>http://update.xvid.org/update.xml</updateInformationURL>
916 :     <vendor>Xvid Team</vendor>
917 :     <versionId>131</versionId>
918 :     <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
919 :     <componentList>
920 :     <component>
921 :     <name>default</name>
922 :     <description>Default Component</description>
923 :     <canBeEdited>1</canBeEdited>
924 :     <selected>1</selected>
925 :     <show>1</show>
926 :     <folderList>
927 :     <folder>
928 :     <description>Program Files</description>
929 :     <destination>${installdir}</destination>
930 :     <name>programfiles</name>
931 :     <platforms>all</platforms>
932 :     <shortcutList>
933 :     <shortcut>
934 :     <comment>Uninstall</comment>
935 :     <exec>${installdir}/${uninstallerName}</exec>
936 :     <icon></icon>
937 :     <name>Uninstall ${product_fullname}</name>
938 :     <path>${installdir}</path>
939 :     <platforms>all</platforms>
940 :     <runAsAdmin>0</runAsAdmin>
941 :     <runInTerminal>0</runInTerminal>
942 :     <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
943 :     <windowsExecArgs></windowsExecArgs>
944 :     <windowsIcon></windowsIcon>
945 :     <windowsPath>${installdir}</windowsPath>
946 :     </shortcut>
947 :     </shortcutList>
948 :     </folder>
949 :     <folder>
950 :     <description>Program Files</description>
951 :     <destination>${installdir}</destination>
952 :     <name>programfileslinux</name>
953 :     <platforms>linux</platforms>
954 :     </folder>
955 :     <folder>
956 :     <description>Program Files</description>
957 :     <destination>${installdir}</destination>
958 :     <name>programfileswindows</name>
959 :     <platforms>windows</platforms>
960 :     <distributionFileList>
961 :     <distributionFile>
962 : Isibaar 2004 <origin>../../../xvidcore/vfw/src/xvid.ico</origin>
963 : Isibaar 1999 </distributionFile>
964 :     <distributionFile>
965 :     <origin>AviC.exe</origin>
966 :     </distributionFile>
967 :     <distributionFile>
968 :     <origin>../../LICENSE</origin>
969 :     </distributionFile>
970 :     <distributionFile>
971 :     <origin>MiniCalc.exe</origin>
972 :     </distributionFile>
973 :     <distributionFile>
974 :     <origin>OGMCalc.exe</origin>
975 :     </distributionFile>
976 :     <distributionFile>
977 : Isibaar 2004 <origin>../installer_work/releasenotes.txt</origin>
978 : Isibaar 1999 </distributionFile>
979 :     <distributionFile>
980 :     <origin>vidccleaner.exe</origin>
981 :     </distributionFile>
982 :     <distributionFile>
983 :     <origin>Xvid_Quant_Matrices.zip</origin>
984 :     </distributionFile>
985 :     <distributionFile>
986 :     <origin>StatsReader.exe</origin>
987 :     </distributionFile>
988 :     <distributionFile>
989 :     <origin>statsreader.txt</origin>
990 :     </distributionFile>
991 :     <distributionFile>
992 :     <origin>xvid.inf</origin>
993 :     </distributionFile>
994 :     <distributionFile>
995 :     <origin>xvid.ico</origin>
996 :     </distributionFile>
997 :     <distributionFile>
998 :     <origin>autoupdate-windows.exe</origin>
999 :     </distributionFile>
1000 :     <distributionFile>
1001 :     <origin>update.ini</origin>
1002 :     </distributionFile>
1003 :     <distributionFile>
1004 :     <origin>CheckUpdate.exe</origin>
1005 :     </distributionFile>
1006 :     <distributionFile>
1007 :     <origin>MiniConvert.exe</origin>
1008 :     </distributionFile>
1009 :     </distributionFileList>
1010 :     <shortcutList>
1011 :     <linkShortcut>
1012 :     <comment>Xvid support forum on doom9</comment>
1013 :     <icon></icon>
1014 :     <name>doom9forum</name>
1015 :     <platforms>windows</platforms>
1016 :     <runAsAdmin>0</runAsAdmin>
1017 :     <runInTerminal>0</runInTerminal>
1018 :     <url>http://forum.doom9.org/forumdisplay.php?s=&amp;forumid=52</url>
1019 :     <windowsIcon></windowsIcon>
1020 :     </linkShortcut>
1021 :     <linkShortcut>
1022 :     <comment>Xvid Website</comment>
1023 :     <icon></icon>
1024 :     <name>xvidhomepage</name>
1025 :     <platforms>windows</platforms>
1026 :     <runAsAdmin>0</runAsAdmin>
1027 :     <runInTerminal>0</runInTerminal>
1028 :     <url>http://www.xvid.org/</url>
1029 :     <windowsIcon></windowsIcon>
1030 :     </linkShortcut>
1031 :     </shortcutList>
1032 :     </folder>
1033 :     <folder>
1034 :     <description>Program Files</description>
1035 :     <destination>${installdir}</destination>
1036 :     <name>programfilesosx</name>
1037 :     <platforms>osx</platforms>
1038 :     </folder>
1039 :     <folder>
1040 :     <description>Temp Directory (x86)</description>
1041 :     <destination>${system_temp_directory}/xvid_x86</destination>
1042 :     <name>tmp_x86</name>
1043 :     <platforms>windows</platforms>
1044 :     <distributionFileList>
1045 :     <distributionFile>
1046 : Isibaar 2004 <origin>../../../xvidcore/vfw/bin/xvidvfw.dll</origin>
1047 : Isibaar 1999 </distributionFile>
1048 :     <distributionFile>
1049 : Isibaar 2004 <origin>../../../xvidcore/vfw/bin/xvidcore.dll</origin>
1050 : Isibaar 1999 </distributionFile>
1051 :     <distributionFile>
1052 :     <origin>xvid.inf</origin>
1053 :     </distributionFile>
1054 :     <distributionFile>
1055 : Isibaar 2004 <origin>../../../xvidcore/dshow/bin/xvid.ax</origin>
1056 : Isibaar 1999 </distributionFile>
1057 :     <distributionFile>
1058 :     <origin>setpriv32.exe</origin>
1059 :     </distributionFile>
1060 :     <distributionFile>
1061 : Isibaar 2004 <origin>../../../xvidcore/dshow/bin/xvid_mft.ax</origin>
1062 : Isibaar 1999 </distributionFile>
1063 :     </distributionFileList>
1064 :     </folder>
1065 :     <folder>
1066 :     <description>Temp Directory (x64)</description>
1067 :     <destination>${system_temp_directory}/xvid_x64</destination>
1068 :     <name>tmp_x64</name>
1069 :     <platforms>windows</platforms>
1070 :     <distributionFileList>
1071 :     <distributionFile>
1072 : Isibaar 2004 <origin>../../../xvidcore/dshow/bin/x64/xvid.ax</origin>
1073 : Isibaar 1999 </distributionFile>
1074 :     <distributionFile>
1075 : Isibaar 2004 <origin>../../../xvidcore/vfw/bin/x64/xvidcore.dll</origin>
1076 : Isibaar 1999 </distributionFile>
1077 :     <distributionFile>
1078 : Isibaar 2004 <origin>../../../xvidcore/vfw/bin/x64/xvidvfw.dll</origin>
1079 : Isibaar 1999 </distributionFile>
1080 :     <distributionFile>
1081 :     <origin>xvid.inf</origin>
1082 :     </distributionFile>
1083 :     <distributionFile>
1084 :     <origin>setpriv64.exe</origin>
1085 :     </distributionFile>
1086 :     <distributionFile>
1087 : Isibaar 2004 <origin>../../../xvidcore/dshow/bin/x64/xvid_mft.ax</origin>
1088 : Isibaar 1999 </distributionFile>
1089 :     </distributionFileList>
1090 :     <ruleList>
1091 :     <platformTest type="windows-x64"/>
1092 :     </ruleList>
1093 :     </folder>
1094 :     </folderList>
1095 :     <startMenuShortcutList>
1096 :     <startMenuShortcut>
1097 :     <comment>Uninstall ${product_fullname}</comment>
1098 :     <name>Uninstall ${product_fullname}</name>
1099 :     <runAsAdmin>0</runAsAdmin>
1100 :     <runInTerminal>0</runInTerminal>
1101 :     <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
1102 :     <windowsExecArgs></windowsExecArgs>
1103 :     <windowsIcon></windowsIcon>
1104 :     <windowsPath>${installdir}/</windowsPath>
1105 :     </startMenuShortcut>
1106 :     <startMenuShortcut>
1107 :     <comment>Configure the Decoder properties</comment>
1108 :     <name>Configure Decoder</name>
1109 :     <runAsAdmin>0</runAsAdmin>
1110 :     <runInTerminal>0</runInTerminal>
1111 :     <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
1112 :     <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
1113 :     <windowsIcon>${installdir}/xvid.ico</windowsIcon>
1114 :     <windowsPath></windowsPath>
1115 :     </startMenuShortcut>
1116 :     <startMenuShortcut>
1117 :     <comment>Configure the encoder properties</comment>
1118 :     <name>Configure Encoder</name>
1119 :     <runAsAdmin>0</runAsAdmin>
1120 :     <runInTerminal>0</runInTerminal>
1121 :     <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
1122 :     <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
1123 :     <windowsIcon>${installdir}/xvid.ico</windowsIcon>
1124 :     <windowsPath></windowsPath>
1125 :     </startMenuShortcut>
1126 :     <startMenuFileShortcut>
1127 :     <comment>Important notes concerning this Xvid build</comment>
1128 :     <filePath>${installdir}/releasenotes.txt</filePath>
1129 :     <name>Release Notes</name>
1130 :     <runAsAdmin>0</runAsAdmin>
1131 :     <runInTerminal>0</runInTerminal>
1132 :     <windowsIcon></windowsIcon>
1133 :     </startMenuFileShortcut>
1134 :     <startMenuShortcut>
1135 :     <comment>Check whether a new update for Xvid is available</comment>
1136 :     <name>Check for Updates</name>
1137 :     <runAsAdmin>0</runAsAdmin>
1138 :     <runInTerminal>0</runInTerminal>
1139 :     <windowsExec>${installdir}/autoupdate-windows.exe</windowsExec>
1140 :     <windowsExecArgs></windowsExecArgs>
1141 :     <windowsIcon></windowsIcon>
1142 :     <windowsPath>${installdir}/</windowsPath>
1143 :     </startMenuShortcut>
1144 :     <startMenuLinkShortcut>
1145 :     <comment>Link to the Xvid homepage</comment>
1146 :     <name>Xvid Homepage</name>
1147 :     <runAsAdmin>0</runAsAdmin>
1148 :     <runInTerminal>0</runInTerminal>
1149 :     <url>http://www.xvid.org</url>
1150 :     <windowsIcon></windowsIcon>
1151 :     </startMenuLinkShortcut>
1152 :     <startMenuFolder>
1153 :     <name>Advanced</name>
1154 :     <platforms>windows</platforms>
1155 :     <startMenuShortcutList>
1156 :     <startMenuShortcut>
1157 :     <comment>Quickly change the FourCC of your AVI files</comment>
1158 :     <name>Nic's FourCC Changer</name>
1159 :     <runAsAdmin>0</runAsAdmin>
1160 :     <runInTerminal>0</runInTerminal>
1161 :     <windowsExec>${installdir}/AviC.exe</windowsExec>
1162 :     <windowsExecArgs></windowsExecArgs>
1163 :     <windowsIcon></windowsIcon>
1164 :     <windowsPath>${installdir}/</windowsPath>
1165 :     </startMenuShortcut>
1166 :     <startMenuFileShortcut>
1167 :     <comment>A selection of custom quant matrices</comment>
1168 :     <filePath>${installdir}/Xvid_Quant_Matrices.zip</filePath>
1169 :     <name>Some Quantization Matrices</name>
1170 :     <runAsAdmin>0</runAsAdmin>
1171 :     <runInTerminal>0</runInTerminal>
1172 :     <windowsIcon></windowsIcon>
1173 :     </startMenuFileShortcut>
1174 :     <startMenuShortcut>
1175 :     <comment>Check the first pass size and more</comment>
1176 :     <name>StatsReader 2.1</name>
1177 :     <runAsAdmin>0</runAsAdmin>
1178 :     <runInTerminal>0</runInTerminal>
1179 :     <windowsExec>${installdir}/StatsReader.exe</windowsExec>
1180 :     <windowsExecArgs></windowsExecArgs>
1181 :     <windowsIcon></windowsIcon>
1182 :     <windowsPath>${installdir}/</windowsPath>
1183 :     </startMenuShortcut>
1184 :     <startMenuFileShortcut>
1185 :     <comment>Documentation for the StatsReader</comment>
1186 :     <filePath>${installdir}/statsreader.txt</filePath>
1187 :     <name>StatsReader Notes</name>
1188 :     <runAsAdmin>0</runAsAdmin>
1189 :     <runInTerminal>0</runInTerminal>
1190 :     <windowsIcon></windowsIcon>
1191 :     </startMenuFileShortcut>
1192 :     <startMenuShortcut>
1193 :     <comment>An AVI bitrate calculator</comment>
1194 :     <name>Nic's MiniCalc</name>
1195 :     <runAsAdmin>0</runAsAdmin>
1196 :     <runInTerminal>0</runInTerminal>
1197 :     <windowsExec>${installdir}/MiniCalc.exe</windowsExec>
1198 :     <windowsExecArgs></windowsExecArgs>
1199 :     <windowsIcon></windowsIcon>
1200 :     <windowsPath>${installdir}/</windowsPath>
1201 :     </startMenuShortcut>
1202 :     </startMenuShortcutList>
1203 :     </startMenuFolder>
1204 :     <startMenuShortcut>
1205 :     <comment>Simple media converter to create Xvid videos</comment>
1206 :     <name>Xvid MiniConvert</name>
1207 :     <runAsAdmin>0</runAsAdmin>
1208 :     <runInTerminal>0</runInTerminal>
1209 :     <windowsExec>${installdir}/MiniConvert.exe</windowsExec>
1210 :     <windowsExecArgs></windowsExecArgs>
1211 :     <windowsIcon></windowsIcon>
1212 :     <windowsPath>${installdir}/</windowsPath>
1213 :     </startMenuShortcut>
1214 :     </startMenuShortcutList>
1215 :     </component>
1216 :     </componentList>
1217 :     <parameterList>
1218 :     <directoryParameter>
1219 :     <name>installdir</name>
1220 :     <description>Installer.Parameter.installdir.description</description>
1221 :     <explanation>Installer.Parameter.installdir.explanation</explanation>
1222 :     <value></value>
1223 :     <default>${platform_install_prefix}/${product_shortname}</default>
1224 :     <allowEmptyValue>0</allowEmptyValue>
1225 :     <cliOptionName>prefix</cliOptionName>
1226 :     <mustBeWritable>1</mustBeWritable>
1227 :     <mustExist>0</mustExist>
1228 :     <width>40</width>
1229 :     </directoryParameter>
1230 :     <choiceParameter>
1231 :     <name>AutoUpdater</name>
1232 :     <title>Update Settings</title>
1233 :     <description></description>
1234 :     <explanation>Do you want to automatically check for updates?</explanation>
1235 :     <value></value>
1236 :     <default>yes</default>
1237 :     <allowEmptyValue>1</allowEmptyValue>
1238 :     <ask>yes</ask>
1239 :     <displayType>radiobuttons</displayType>
1240 :     <ordering>default</ordering>
1241 :     <width>40</width>
1242 :     <optionList>
1243 :     <option>
1244 :     <description></description>
1245 :     <image></image>
1246 :     <text>Yes, automatically notify me when updates are available.</text>
1247 :     <value>yes</value>
1248 :     </option>
1249 :     <option>
1250 :     <description></description>
1251 :     <image></image>
1252 :     <text>No, I want to check for updates manually.</text>
1253 :     <value>no</value>
1254 :     </option>
1255 :     </optionList>
1256 :     <postShowPageActionList>
1257 :     <setInstallerVariable>
1258 :     <name>AutoUpdate</name>
1259 :     <value>${AutoUpdater}</value>
1260 :     </setInstallerVariable>
1261 :     </postShowPageActionList>
1262 :     <ruleList>
1263 :     <registryTest>
1264 :     <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
1265 :     <logic>does_not_exist</logic>
1266 :     <name>Xvid</name>
1267 :     </registryTest>
1268 :     </ruleList>
1269 :     </choiceParameter>
1270 :     </parameterList>
1271 :     <platformOptionsList>
1272 :     <platformOptions>
1273 :     <platform>windows</platform>
1274 :     </platformOptions>
1275 :     </platformOptionsList>
1276 :     </project>
1277 :    

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