[cvs] / xvidcore / vfw / installbuilder / xvid.xml Repository:
ViewVC logotype

Annotation of /xvidcore/vfw/installbuilder/xvid.xml

Parent Directory Parent Directory | Revision Log Revision Log


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

1 : Isibaar 1.1 <project>
2 :     <shortName>Xvid</shortName>
3 :     <fullName>Xvid Video Codec</fullName>
4 : Isibaar 1.3 <version>1.3.1</version>
5 : Isibaar 1.1 <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 :     <splashImage>Xvid_logo.png</splashImage>
10 :     <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 : Isibaar 1.2 <copyFile>
47 :     <abortOnError>0</abortOnError>
48 :     <destination>${system_temp_directory}/xvid_x86/xvid.ax</destination>
49 :     <origin>${system_temp_directory}/xvid_x86/xvid.ax_mft</origin>
50 :     <showMessageOnError>0</showMessageOnError>
51 :     <ruleList>
52 :     <platformTest>
53 : Isibaar 1.3 <type>windows</type>
54 : Isibaar 1.2 </platformTest>
55 :     <fileExists>
56 : Isibaar 1.3 <path>${windows_folder_system}/mfplat.dll</path>
57 : Isibaar 1.2 </fileExists>
58 :     </ruleList>
59 :     </copyFile>
60 :     <copyFile>
61 :     <abortOnError>0</abortOnError>
62 : Isibaar 1.3 <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 :     <wow64FsRedirection>
225 :     <action>disable</action>
226 :     <ruleList>
227 :     <platformTest>
228 :     <type>windows-x64</type>
229 :     </platformTest>
230 :     </ruleList>
231 :     </wow64FsRedirection>
232 :     <copyFile>
233 :     <abortOnError>0</abortOnError>
234 : Isibaar 1.2 <destination>${system_temp_directory}/xvid_x64/xvid.ax</destination>
235 :     <origin>${system_temp_directory}/xvid_x64/xvid.ax_mft</origin>
236 :     <showMessageOnError>0</showMessageOnError>
237 :     <ruleList>
238 :     <platformTest>
239 :     <type>windows-x64</type>
240 :     </platformTest>
241 :     <fileExists>
242 :     <path>${windows_folder_windows}/system32/mfplat.dll</path>
243 :     </fileExists>
244 :     </ruleList>
245 :     </copyFile>
246 :     <copyFile>
247 :     <abortOnError>0</abortOnError>
248 : Isibaar 1.3 <destination>${windows_folder_windows}/system32/xvid.ax</destination>
249 :     <origin>${system_temp_directory}/xvid_x64/xvid.ax</origin>
250 : Isibaar 1.2 <showMessageOnError>0</showMessageOnError>
251 :     <ruleList>
252 :     <platformTest>
253 : Isibaar 1.3 <type>windows-xp</type>
254 :     </platformTest>
255 :     <platformTest>
256 :     <type>windows-x64</type>
257 : Isibaar 1.2 </platformTest>
258 :     </ruleList>
259 :     </copyFile>
260 : Isibaar 1.3 <copyFile>
261 : Isibaar 1.1 <abortOnError>0</abortOnError>
262 : Isibaar 1.3 <destination>${windows_folder_windows}/system32/xvidcore.dll</destination>
263 :     <origin>${system_temp_directory}/xvid_x64/xvidcore.dll</origin>
264 : Isibaar 1.1 <showMessageOnError>0</showMessageOnError>
265 :     <ruleList>
266 :     <platformTest>
267 : Isibaar 1.3 <type>windows-xp</type>
268 :     </platformTest>
269 :     <platformTest>
270 :     <type>windows-x64</type>
271 : Isibaar 1.1 </platformTest>
272 :     </ruleList>
273 : Isibaar 1.3 </copyFile>
274 :     <copyFile>
275 : Isibaar 1.1 <abortOnError>0</abortOnError>
276 : Isibaar 1.3 <destination>${windows_folder_windows}/system32/xvidvfw.dll</destination>
277 :     <origin>${system_temp_directory}/xvid_x64/xvidvfw.dll</origin>
278 : Isibaar 1.1 <showMessageOnError>0</showMessageOnError>
279 :     <ruleList>
280 :     <platformTest>
281 : Isibaar 1.3 <type>windows-xp</type>
282 : Isibaar 1.1 </platformTest>
283 :     <platformTest>
284 :     <type>windows-x64</type>
285 :     </platformTest>
286 :     </ruleList>
287 : Isibaar 1.3 </copyFile>
288 : Isibaar 1.1 <runProgram>
289 :     <customErrorMessage>Failed to install Xvid VfW Codec (64-bit)!</customErrorMessage>
290 :     <program>${windows_folder_windows}/system32/rundll32.exe</program>
291 :     <programArguments>setupapi.dll,InstallHinfSection DefaultInstall 0 ${system_temp_directory}/xvid_x64/xvid.inf</programArguments>
292 :     <ruleList>
293 :     <platformTest>
294 :     <type>windows-x64</type>
295 :     </platformTest>
296 : Isibaar 1.3 <platformTest>
297 :     <negate>1</negate>
298 :     <type>windows-xp</type>
299 :     </platformTest>
300 : Isibaar 1.1 </ruleList>
301 :     </runProgram>
302 :     <runProgram>
303 : Isibaar 1.3 <customErrorMessage>DirectShow filter (64-bit) register failed!</customErrorMessage>
304 :     <program>${windows_folder_windows}/system32/regsvr32.exe</program>
305 :     <programArguments>/s ${windows_folder_windows}/system32/xvid.ax</programArguments>
306 :     <workingDirectory>${windows_folder_windows}/system32</workingDirectory>
307 :     <ruleList>
308 :     <platformTest type="windows-x64"/>
309 :     </ruleList>
310 :     </runProgram>
311 :     <registrySet>
312 :     <abortOnError>0</abortOnError>
313 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
314 :     <name>Description</name>
315 :     <showMessageOnError>0</showMessageOnError>
316 :     <type>REG_SZ</type>
317 :     <value>Xvid MPEG-4 Video Codec</value>
318 :     <wowMode>64</wowMode>
319 :     <ruleList>
320 :     <platformTest>
321 :     <type>windows-xp</type>
322 :     </platformTest>
323 :     <platformTest>
324 :     <type>windows-x64</type>
325 :     </platformTest>
326 :     </ruleList>
327 :     </registrySet>
328 :     <registrySet>
329 :     <abortOnError>0</abortOnError>
330 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
331 :     <name>Driver</name>
332 :     <showMessageOnError>0</showMessageOnError>
333 :     <type>REG_SZ</type>
334 :     <value>xvidvfw.dll</value>
335 :     <wowMode>64</wowMode>
336 :     <ruleList>
337 :     <platformTest>
338 :     <type>windows-x64</type>
339 :     </platformTest>
340 :     <platformTest>
341 :     <type>windows-xp</type>
342 :     </platformTest>
343 :     </ruleList>
344 :     </registrySet>
345 :     <registrySet>
346 :     <abortOnError>0</abortOnError>
347 :     <key>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID</key>
348 :     <name>FriendlyName</name>
349 :     <showMessageOnError>0</showMessageOnError>
350 :     <type>REG_SZ</type>
351 :     <value>XVID</value>
352 :     <wowMode>64</wowMode>
353 : Isibaar 1.1 <ruleList>
354 :     <platformTest>
355 : Isibaar 1.3 <type>windows-xp</type>
356 :     </platformTest>
357 :     <platformTest>
358 : Isibaar 1.1 <type>windows-x64</type>
359 :     </platformTest>
360 :     </ruleList>
361 : Isibaar 1.3 </registrySet>
362 :     <registrySet>
363 :     <abortOnError>0</abortOnError>
364 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc</key>
365 :     <name>xvidvfw.dll</name>
366 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
367 :     <showMessageOnError>0</showMessageOnError>
368 :     <type>REG_SZ</type>
369 :     <value>Xvid MPEG-4 Video Codec</value>
370 :     <wowMode>64</wowMode>
371 : Isibaar 1.1 <ruleList>
372 :     <platformTest>
373 : Isibaar 1.3 <type>windows-xp</type>
374 :     </platformTest>
375 :     <platformTest>
376 :     <type>windows-x64</type>
377 : Isibaar 1.1 </platformTest>
378 :     </ruleList>
379 : Isibaar 1.3 </registrySet>
380 :     <registrySet>
381 :     <abortOnError>0</abortOnError>
382 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32</key>
383 :     <name>vidc.XVID</name>
384 :     <showMessageOnError>0</showMessageOnError>
385 :     <type>REG_SZ</type>
386 :     <value>xvidvfw.dll</value>
387 :     <wowMode>64</wowMode>
388 : Isibaar 1.1 <ruleList>
389 :     <platformTest>
390 : Isibaar 1.3 <type>windows-xp</type>
391 :     </platformTest>
392 :     <platformTest>
393 :     <type>windows-x64</type>
394 : Isibaar 1.1 </platformTest>
395 :     </ruleList>
396 : Isibaar 1.3 </registrySet>
397 : Isibaar 1.1 <runProgram>
398 : Isibaar 1.3 <abortOnError>0</abortOnError>
399 :     <program>${system_temp_directory}/xvid_x86/setpriv32.exe</program>
400 :     <programArguments></programArguments>
401 :     <showMessageOnError>0</showMessageOnError>
402 :     <workingDirectory>${system_temp_directory}/xvid_x86</workingDirectory>
403 : Isibaar 1.1 <ruleList>
404 : Isibaar 1.3 <platformTest>
405 :     <type>windows-7</type>
406 :     </platformTest>
407 : Isibaar 1.1 </ruleList>
408 :     </runProgram>
409 :     <runProgram>
410 : Isibaar 1.3 <abortOnError>0</abortOnError>
411 :     <program>${system_temp_directory}/xvid_x64/setpriv64.exe</program>
412 :     <programArguments></programArguments>
413 :     <showMessageOnError>0</showMessageOnError>
414 :     <workingDirectory>${system_temp_directory}/xvid_x64</workingDirectory>
415 : Isibaar 1.1 <ruleList>
416 : Isibaar 1.3 <platformTest>
417 :     <type>windows-7</type>
418 :     </platformTest>
419 :     <platformTest>
420 :     <type>windows-x64</type>
421 :     </platformTest>
422 : Isibaar 1.1 </ruleList>
423 :     </runProgram>
424 :     <deleteFile>
425 :     <abortOnError>0</abortOnError>
426 :     <path>${system_temp_directory}/xvid_x64</path>
427 :     <showMessageOnError>0</showMessageOnError>
428 :     <ruleList>
429 :     <platformTest>
430 :     <type>windows</type>
431 :     </platformTest>
432 :     </ruleList>
433 :     </deleteFile>
434 :     <deleteFile>
435 :     <abortOnError>0</abortOnError>
436 :     <path>${system_temp_directory}/xvid_x86</path>
437 :     <showMessageOnError>0</showMessageOnError>
438 :     <ruleList>
439 :     <platformTest>
440 :     <type>windows</type>
441 :     </platformTest>
442 :     </ruleList>
443 :     </deleteFile>
444 :     <showQuestion text="Do you want to automatically check for Updates?" variable="AutoUpdate">
445 :     <default>yes</default>
446 :     <ruleList>
447 :     <registryTest>
448 :     <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
449 :     <logic>does_not_exist</logic>
450 :     <name>Xvid</name>
451 :     </registryTest>
452 :     </ruleList>
453 :     </showQuestion>
454 :     <registrySet>
455 :     <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
456 :     <name>Xvid</name>
457 :     <type>REG_SZ</type>
458 :     <value>${installdir}\CheckUpdate.exe</value>
459 :     <ruleList>
460 :     <platformTest>
461 :     <type>windows</type>
462 :     </platformTest>
463 :     <compareText logic="equals" text="${AutoUpdate}" value="yes"/>
464 :     </ruleList>
465 :     </registrySet>
466 :     <registryDelete>
467 :     <abortOnError>0</abortOnError>
468 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
469 :     <name>58564944</name>
470 :     <showMessageOnError>0</showMessageOnError>
471 :     <wowMode>64</wowMode>
472 :     <ruleList>
473 :     <platformTest>
474 :     <type>windows-7</type>
475 :     </platformTest>
476 :     <platformTest>
477 :     <type>windows-x64</type>
478 :     </platformTest>
479 :     </ruleList>
480 :     </registryDelete>
481 :     <registryDelete>
482 :     <abortOnError>0</abortOnError>
483 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
484 :     <name>78766964</name>
485 :     <showMessageOnError>0</showMessageOnError>
486 :     <wowMode>64</wowMode>
487 :     <ruleList>
488 :     <platformTest>
489 :     <type>windows-7</type>
490 :     </platformTest>
491 :     <platformTest>
492 :     <type>windows-x64</type>
493 :     </platformTest>
494 :     </ruleList>
495 :     </registryDelete>
496 :     <registryDelete>
497 :     <abortOnError>0</abortOnError>
498 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
499 :     <name>58564944</name>
500 :     <showMessageOnError>0</showMessageOnError>
501 :     <wowMode>32</wowMode>
502 :     <ruleList>
503 :     <platformTest>
504 :     <type>windows-7</type>
505 :     </platformTest>
506 :     </ruleList>
507 :     </registryDelete>
508 :     <registryDelete>
509 :     <abortOnError>0</abortOnError>
510 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaFoundation\MapVideo4cc</key>
511 :     <name>78766964</name>
512 :     <showMessageOnError>0</showMessageOnError>
513 :     <wowMode>32</wowMode>
514 :     <ruleList>
515 :     <platformTest>
516 :     <type>windows-7</type>
517 :     </platformTest>
518 :     </ruleList>
519 :     </registryDelete>
520 :     <registrySet>
521 :     <abortOnError>0</abortOnError>
522 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
523 :     <name>{44495658-0000-0010-8000-00AA00389B71}</name>
524 :     <showMessageOnError>0</showMessageOnError>
525 :     <type>REG_SZ</type>
526 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
527 :     <wowMode>64</wowMode>
528 :     <ruleList>
529 :     <platformTest>
530 :     <type>windows-7</type>
531 :     </platformTest>
532 :     <platformTest>
533 :     <type>windows-x64</type>
534 :     </platformTest>
535 :     </ruleList>
536 :     </registrySet>
537 :     <registrySet>
538 :     <abortOnError>0</abortOnError>
539 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
540 :     <name>{64697678-0000-0010-8000-00AA00389B71}</name>
541 :     <showMessageOnError>0</showMessageOnError>
542 :     <type>REG_SZ</type>
543 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
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 :     </registrySet>
554 :     <registrySet>
555 :     <abortOnError>0</abortOnError>
556 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
557 :     <name>{44495658-0000-0010-8000-00AA00389B71}</name>
558 :     <showMessageOnError>0</showMessageOnError>
559 :     <type>REG_SZ</type>
560 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
561 :     <wowMode>32</wowMode>
562 :     <ruleList>
563 :     <platformTest>
564 :     <type>windows-7</type>
565 :     </platformTest>
566 :     </ruleList>
567 :     </registrySet>
568 :     <registrySet>
569 :     <abortOnError>0</abortOnError>
570 :     <key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Preferred</key>
571 :     <name>{64697678-0000-0010-8000-00AA00389B71}</name>
572 :     <showMessageOnError>0</showMessageOnError>
573 :     <type>REG_SZ</type>
574 :     <value>{083863F1-70DE-11D0-BD40-00A0C911CE86}</value>
575 :     <wowMode>32</wowMode>
576 :     <ruleList>
577 :     <platformTest>
578 :     <type>windows-7</type>
579 :     </platformTest>
580 :     </ruleList>
581 :     </registrySet>
582 :     </postInstallationActionList>
583 :     <preUninstallationActionList>
584 : Isibaar 1.3 <runProgram>
585 :     <customErrorMessage>DirectShow filter (32-bit) unregister failed!</customErrorMessage>
586 :     <program>${windows_folder_system}/regsvr32.exe</program>
587 :     <programArguments>/s /u ${windows_folder_system}/xvid.ax</programArguments>
588 :     <workingDirectory>${windows_folder_system}</workingDirectory>
589 :     <ruleList>
590 :     <platformTest type="windows"/>
591 :     </ruleList>
592 :     </runProgram>
593 :     <runProgram>
594 :     <customErrorMessage>Failed to remove Xvid VfW Codec (32-bit)!</customErrorMessage>
595 :     <program>${windows_folder_system}/rundll32.exe</program>
596 :     <programArguments>setupapi.dll,InstallHinfSection Remove_XviD 132 ${windows_folder_windows}/inf/xvid.inf</programArguments>
597 :     <ruleList>
598 :     <platformTest>
599 :     <type>windows</type>
600 :     </platformTest>
601 :     <platformTest>
602 :     <negate>1</negate>
603 :     <type>windows-xp</type>
604 :     </platformTest>
605 :     <platformTest>
606 :     <negate>1</negate>
607 :     <type>windows-2000</type>
608 :     </platformTest>
609 :     </ruleList>
610 :     </runProgram>
611 :     <deleteFile>
612 :     <abortOnError>0</abortOnError>
613 :     <matchHiddenFiles>1</matchHiddenFiles>
614 :     <path>${windows_folder_system}/xvid.ax</path>
615 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
616 :     <showMessageOnError>0</showMessageOnError>
617 :     <ruleList>
618 :     <platformTest>
619 :     <type>windows-xp</type>
620 :     </platformTest>
621 :     <platformTest>
622 :     <type>windows-2000</type>
623 :     </platformTest>
624 :     </ruleList>
625 :     </deleteFile>
626 :     <deleteFile>
627 :     <abortOnError>0</abortOnError>
628 :     <matchHiddenFiles>1</matchHiddenFiles>
629 :     <path>${windows_folder_system}/xvidvfw.dll</path>
630 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
631 :     <showMessageOnError>0</showMessageOnError>
632 :     <ruleList>
633 :     <platformTest>
634 :     <type>windows-xp</type>
635 :     </platformTest>
636 :     <platformTest>
637 :     <type>windows-2000</type>
638 :     </platformTest>
639 :     </ruleList>
640 :     </deleteFile>
641 :     <deleteFile>
642 :     <abortOnError>0</abortOnError>
643 :     <matchHiddenFiles>1</matchHiddenFiles>
644 :     <path>${windows_folder_system}/xvidcore.dll</path>
645 :     <ruleEvaluationLogic>or</ruleEvaluationLogic>
646 :     <showMessageOnError>0</showMessageOnError>
647 :     <ruleList>
648 :     <platformTest>
649 :     <type>windows-2000</type>
650 :     </platformTest>
651 :     <platformTest>
652 :     <type>windows-xp</type>
653 :     </platformTest>
654 :     </ruleList>
655 :     </deleteFile>
656 : Isibaar 1.1 <wow64FsRedirection>
657 :     <action>disable</action>
658 :     <ruleList>
659 :     <platformTest>
660 :     <type>windows-x64</type>
661 :     </platformTest>
662 :     </ruleList>
663 :     </wow64FsRedirection>
664 :     <runProgram>
665 :     <customErrorMessage>DirectShow filter (64-bit) unregister failed!</customErrorMessage>
666 :     <program>${windows_folder_windows}/system32/regsvr32.exe</program>
667 :     <programArguments>/s /u ${windows_folder_windows}/system32/xvid.ax</programArguments>
668 :     <workingDirectory>${windows_folder_windows}/system32</workingDirectory>
669 :     <ruleList>
670 :     <platformTest type="windows-x64"/>
671 :     </ruleList>
672 :     </runProgram>
673 :     <runProgram>
674 : Isibaar 1.3 <customErrorMessage>Failed to remove Xvid VfW Codec (64-bit)!</customErrorMessage>
675 :     <program>${windows_folder_windows}/system32/rundll32.exe</program>
676 :     <programArguments>setupapi.dll,InstallHinfSection Remove_XviD 132 ${installdir}/xvid.inf</programArguments>
677 : Isibaar 1.1 <ruleList>
678 : Isibaar 1.3 <platformTest>
679 :     <type>windows-x64</type>
680 :     </platformTest>
681 :     <platformTest>
682 :     <negate>1</negate>
683 :     <type>windows-xp</type>
684 :     </platformTest>
685 : Isibaar 1.1 </ruleList>
686 :     </runProgram>
687 : Isibaar 1.3 <deleteFile>
688 :     <abortOnError>0</abortOnError>
689 :     <matchHiddenFiles>1</matchHiddenFiles>
690 :     <path>${windows_folder_windows}/system32/xvid.ax</path>
691 :     <showMessageOnError>0</showMessageOnError>
692 : Isibaar 1.1 <ruleList>
693 :     <platformTest>
694 : Isibaar 1.3 <type>windows-x64</type>
695 :     </platformTest>
696 :     <platformTest>
697 :     <type>windows-xp</type>
698 : Isibaar 1.1 </platformTest>
699 :     </ruleList>
700 : Isibaar 1.3 </deleteFile>
701 :     <deleteFile>
702 :     <abortOnError>0</abortOnError>
703 :     <matchHiddenFiles>1</matchHiddenFiles>
704 :     <path>${windows_folder_windows}/system32/xvidvfw.dll</path>
705 :     <showMessageOnError>0</showMessageOnError>
706 : Isibaar 1.1 <ruleList>
707 :     <platformTest>
708 :     <type>windows-x64</type>
709 :     </platformTest>
710 : Isibaar 1.3 <platformTest>
711 :     <type>windows-xp</type>
712 :     </platformTest>
713 : Isibaar 1.1 </ruleList>
714 : Isibaar 1.3 </deleteFile>
715 :     <deleteFile>
716 :     <abortOnError>0</abortOnError>
717 :     <matchHiddenFiles>1</matchHiddenFiles>
718 :     <path>${windows_folder_windows}/system32/xvidcore.dll</path>
719 :     <showMessageOnError>0</showMessageOnError>
720 : Isibaar 1.1 <ruleList>
721 :     <platformTest>
722 :     <type>windows-x64</type>
723 :     </platformTest>
724 : Isibaar 1.3 <platformTest>
725 :     <type>windows-xp</type>
726 :     </platformTest>
727 : Isibaar 1.1 </ruleList>
728 : Isibaar 1.3 </deleteFile>
729 : Isibaar 1.1 </preUninstallationActionList>
730 :     <postUninstallationActionList>
731 :     <registryDelete>
732 :     <abortOnError>0</abortOnError>
733 :     <key>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</key>
734 :     <name>Xvid</name>
735 :     <showMessageOnError>0</showMessageOnError>
736 :     <ruleList>
737 :     <platformTest>
738 :     <type>windows</type>
739 :     </platformTest>
740 :     </ruleList>
741 :     </registryDelete>
742 :     </postUninstallationActionList>
743 :     <compressionAlgorithm>lzma</compressionAlgorithm>
744 :     <enableRollback>1</enableRollback>
745 :     <enableTimestamp>1</enableTimestamp>
746 :     <requireInstallationByRootUser>1</requireInstallationByRootUser>
747 :     <saveRelativePaths>1</saveRelativePaths>
748 :     <startMenuGroupName>${product_shortname}</startMenuGroupName>
749 :     <updateInformationURL>http://downloads.xvid.org/downloads/update.xml</updateInformationURL>
750 :     <vendor>Xvid Team</vendor>
751 : Isibaar 1.3 <versionId>131</versionId>
752 :     <windowsExecutableIcon>xvid.ico</windowsExecutableIcon>
753 : Isibaar 1.1 <componentList>
754 :     <component>
755 :     <name>default</name>
756 :     <description>Default Component</description>
757 :     <canBeEdited>1</canBeEdited>
758 :     <selected>1</selected>
759 :     <show>1</show>
760 :     <folderList>
761 :     <folder>
762 :     <description>Program Files</description>
763 :     <destination>${installdir}</destination>
764 :     <name>programfiles</name>
765 :     <platforms>all</platforms>
766 :     <shortcutList>
767 :     <shortcut>
768 :     <comment>Uninstall</comment>
769 :     <exec>${installdir}/${uninstallerName}</exec>
770 :     <icon></icon>
771 :     <name>Uninstall ${product_fullname}</name>
772 :     <path>${installdir}</path>
773 :     <platforms>all</platforms>
774 :     <runAsAdmin>0</runAsAdmin>
775 :     <runInTerminal>0</runInTerminal>
776 :     <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
777 :     <windowsExecArgs></windowsExecArgs>
778 :     <windowsIcon></windowsIcon>
779 :     <windowsPath>${installdir}</windowsPath>
780 :     </shortcut>
781 :     </shortcutList>
782 :     </folder>
783 :     <folder>
784 :     <description>Program Files</description>
785 :     <destination>${installdir}</destination>
786 :     <name>programfileslinux</name>
787 :     <platforms>linux</platforms>
788 :     </folder>
789 :     <folder>
790 :     <description>Program Files</description>
791 :     <destination>${installdir}</destination>
792 :     <name>programfileswindows</name>
793 :     <platforms>windows</platforms>
794 :     <distributionFileList>
795 :     <distributionFile>
796 :     <origin>../src/xvid.ico</origin>
797 :     </distributionFile>
798 :     <distributionFile>
799 :     <origin>AviC.exe</origin>
800 :     </distributionFile>
801 :     <distributionFile>
802 :     <origin>../../LICENSE</origin>
803 :     </distributionFile>
804 :     <distributionFile>
805 :     <origin>MiniCalc.exe</origin>
806 :     </distributionFile>
807 :     <distributionFile>
808 :     <origin>OGMCalc.exe</origin>
809 :     </distributionFile>
810 :     <distributionFile>
811 :     <origin>releasenotes.txt</origin>
812 :     </distributionFile>
813 :     <distributionFile>
814 :     <origin>vidccleaner.exe</origin>
815 :     </distributionFile>
816 :     <distributionFile>
817 :     <origin>Xvid_Quant_Matrices.zip</origin>
818 :     </distributionFile>
819 :     <distributionFile>
820 :     <origin>StatsReader.exe</origin>
821 :     </distributionFile>
822 :     <distributionFile>
823 :     <origin>statsreader.txt</origin>
824 :     </distributionFile>
825 :     <distributionFile>
826 :     <origin>xvid.inf</origin>
827 :     </distributionFile>
828 :     <distributionFile>
829 :     <origin>xvid.ico</origin>
830 :     </distributionFile>
831 :     <distributionFile>
832 :     <origin>autoupdate-windows.exe</origin>
833 :     </distributionFile>
834 :     <distributionFile>
835 :     <origin>update.ini</origin>
836 :     </distributionFile>
837 :     <distributionFile>
838 :     <origin>CheckUpdate.exe</origin>
839 :     </distributionFile>
840 :     </distributionFileList>
841 :     <shortcutList>
842 :     <linkShortcut>
843 :     <comment>Xvid support forum on doom9</comment>
844 :     <icon></icon>
845 :     <name>doom9forum</name>
846 :     <platforms>windows</platforms>
847 :     <runAsAdmin>0</runAsAdmin>
848 :     <runInTerminal>0</runInTerminal>
849 :     <url>http://forum.doom9.org/forumdisplay.php?s=&amp;forumid=52</url>
850 :     <windowsIcon></windowsIcon>
851 :     </linkShortcut>
852 :     <linkShortcut>
853 :     <comment>Xvid Website</comment>
854 :     <icon></icon>
855 :     <name>xvidhomepage</name>
856 :     <platforms>windows</platforms>
857 :     <runAsAdmin>0</runAsAdmin>
858 :     <runInTerminal>0</runInTerminal>
859 :     <url>http://www.xvid.org/</url>
860 :     <windowsIcon></windowsIcon>
861 :     </linkShortcut>
862 :     </shortcutList>
863 :     </folder>
864 :     <folder>
865 :     <description>Program Files</description>
866 :     <destination>${installdir}</destination>
867 :     <name>programfilesosx</name>
868 :     <platforms>osx</platforms>
869 :     </folder>
870 :     <folder>
871 :     <description>Temp Directory (x86)</description>
872 :     <destination>${system_temp_directory}/xvid_x86</destination>
873 :     <name>tmp_x86</name>
874 :     <platforms>windows</platforms>
875 :     <distributionFileList>
876 :     <distributionFile>
877 :     <origin>../bin/xvidvfw.dll</origin>
878 :     </distributionFile>
879 :     <distributionFile>
880 :     <origin>../bin/xvidcore.dll</origin>
881 :     </distributionFile>
882 :     <distributionFile>
883 :     <origin>xvid.inf</origin>
884 :     </distributionFile>
885 :     <distributionFile>
886 :     <origin>../../dshow/bin/xvid.ax</origin>
887 :     </distributionFile>
888 :     <distributionFile>
889 :     <origin>setpriv32.exe</origin>
890 :     </distributionFile>
891 : Isibaar 1.2 <distributionFile>
892 :     <origin>../../dshow/bin/xvid.ax_mft</origin>
893 :     </distributionFile>
894 : Isibaar 1.1 </distributionFileList>
895 :     </folder>
896 :     <folder>
897 :     <description>Temp Directory (x64)</description>
898 :     <destination>${system_temp_directory}/xvid_x64</destination>
899 :     <name>tmp_x64</name>
900 :     <platforms>windows</platforms>
901 :     <distributionFileList>
902 :     <distributionFile>
903 :     <origin>../../dshow/bin/x64/xvid.ax</origin>
904 :     </distributionFile>
905 :     <distributionFile>
906 :     <origin>../bin/x64/xvidcore.dll</origin>
907 :     </distributionFile>
908 :     <distributionFile>
909 :     <origin>../bin/x64/xvidvfw.dll</origin>
910 :     </distributionFile>
911 :     <distributionFile>
912 :     <origin>xvid.inf</origin>
913 :     </distributionFile>
914 :     <distributionFile>
915 :     <origin>setpriv64.exe</origin>
916 :     </distributionFile>
917 : Isibaar 1.2 <distributionFile>
918 :     <origin>../../dshow/bin/x64/xvid.ax_mft</origin>
919 :     </distributionFile>
920 : Isibaar 1.1 </distributionFileList>
921 :     <ruleList>
922 :     <platformTest type="windows-x64"/>
923 :     </ruleList>
924 :     </folder>
925 :     </folderList>
926 :     <startMenuShortcutList>
927 :     <startMenuShortcut>
928 :     <comment>Uninstall ${product_fullname}</comment>
929 :     <name>Uninstall ${product_fullname}</name>
930 :     <runAsAdmin>0</runAsAdmin>
931 :     <runInTerminal>0</runInTerminal>
932 :     <windowsExec>${installdir}/${uninstallerName}.exe</windowsExec>
933 :     <windowsExecArgs></windowsExecArgs>
934 :     <windowsIcon></windowsIcon>
935 :     <windowsPath>${installdir}/</windowsPath>
936 :     </startMenuShortcut>
937 :     <startMenuShortcut>
938 :     <comment>Configure the Decoder properties</comment>
939 :     <name>Configure Decoder</name>
940 :     <runAsAdmin>0</runAsAdmin>
941 :     <runInTerminal>0</runInTerminal>
942 :     <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
943 :     <windowsExecArgs>xvid.ax,Configure</windowsExecArgs>
944 :     <windowsIcon>${installdir}/xvid.ico</windowsIcon>
945 :     <windowsPath></windowsPath>
946 :     </startMenuShortcut>
947 :     <startMenuShortcut>
948 :     <comment>Configure the encoder properties</comment>
949 :     <name>Configure Encoder</name>
950 :     <runAsAdmin>0</runAsAdmin>
951 :     <runInTerminal>0</runInTerminal>
952 :     <windowsExec>${windows_folder_system}/rundll32.exe</windowsExec>
953 :     <windowsExecArgs>xvidvfw.dll,Configure</windowsExecArgs>
954 :     <windowsIcon>${installdir}/xvid.ico</windowsIcon>
955 :     <windowsPath></windowsPath>
956 :     </startMenuShortcut>
957 :     <startMenuShortcut>
958 :     <comment>Change the FourCC of your avi files</comment>
959 :     <name>Nic's FourCC Changer</name>
960 :     <runAsAdmin>0</runAsAdmin>
961 :     <runInTerminal>0</runInTerminal>
962 :     <windowsExec>${installdir}/AviC.exe</windowsExec>
963 :     <windowsExecArgs></windowsExecArgs>
964 :     <windowsIcon></windowsIcon>
965 :     <windowsPath>${installdir}/</windowsPath>
966 :     </startMenuShortcut>
967 :     <startMenuFileShortcut>
968 :     <comment>Important notes concerning this Xvid build</comment>
969 :     <filePath>${installdir}/releasenotes.txt</filePath>
970 :     <name>Release Notes</name>
971 :     <runAsAdmin>0</runAsAdmin>
972 :     <runInTerminal>0</runInTerminal>
973 :     <windowsIcon></windowsIcon>
974 :     </startMenuFileShortcut>
975 :     <startMenuFileShortcut>
976 :     <comment>A selection of custom quant matrices</comment>
977 :     <filePath>${installdir}/Xvid_Quant_Matrices.zip</filePath>
978 :     <name>Some Quantization Matrices</name>
979 :     <runAsAdmin>0</runAsAdmin>
980 :     <runInTerminal>0</runInTerminal>
981 :     <windowsIcon></windowsIcon>
982 :     </startMenuFileShortcut>
983 :     <startMenuShortcut>
984 :     <comment>Check the first pass size and more</comment>
985 :     <name>StatsReader 2.1</name>
986 :     <runAsAdmin>0</runAsAdmin>
987 :     <runInTerminal>0</runInTerminal>
988 :     <windowsExec>${installdir}/StatsReader.exe</windowsExec>
989 :     <windowsExecArgs></windowsExecArgs>
990 :     <windowsIcon></windowsIcon>
991 :     <windowsPath>${installdir}/</windowsPath>
992 :     </startMenuShortcut>
993 :     <startMenuFileShortcut>
994 :     <comment>Documentation for the StatsReader</comment>
995 :     <filePath>${installdir}/statsreader.txt</filePath>
996 :     <name>StatsReader Notes</name>
997 :     <runAsAdmin>0</runAsAdmin>
998 :     <runInTerminal>0</runInTerminal>
999 :     <windowsIcon></windowsIcon>
1000 :     </startMenuFileShortcut>
1001 :     <startMenuShortcut>
1002 :     <comment>Check whether a new update for Xvid is available</comment>
1003 :     <name>Check for Updates</name>
1004 :     <runAsAdmin>0</runAsAdmin>
1005 :     <runInTerminal>0</runInTerminal>
1006 :     <windowsExec>${installdir}/autoupdate-windows.exe</windowsExec>
1007 :     <windowsExecArgs></windowsExecArgs>
1008 :     <windowsIcon></windowsIcon>
1009 :     <windowsPath>${installdir}/</windowsPath>
1010 :     </startMenuShortcut>
1011 :     <startMenuLinkShortcut>
1012 :     <comment>Link to the Xvid homepage</comment>
1013 :     <name>Xvid Homepage</name>
1014 :     <runAsAdmin>0</runAsAdmin>
1015 :     <runInTerminal>0</runInTerminal>
1016 :     <url>http://www.xvid.org</url>
1017 :     <windowsIcon></windowsIcon>
1018 :     </startMenuLinkShortcut>
1019 :     </startMenuShortcutList>
1020 :     </component>
1021 :     </componentList>
1022 :     <parameterList>
1023 :     <directoryParameter>
1024 :     <name>installdir</name>
1025 :     <description>Installer.Parameter.installdir.description</description>
1026 :     <explanation>Installer.Parameter.installdir.explanation</explanation>
1027 :     <value></value>
1028 :     <default>${platform_install_prefix}/${product_shortname}</default>
1029 :     <allowEmptyValue>0</allowEmptyValue>
1030 :     <cliOptionName>prefix</cliOptionName>
1031 :     <mustBeWritable>1</mustBeWritable>
1032 :     <mustExist>0</mustExist>
1033 :     <width>40</width>
1034 :     </directoryParameter>
1035 :     </parameterList>
1036 :     <platformOptionsList>
1037 :     <platformOptions>
1038 :     <platform>windows</platform>
1039 :     </platformOptions>
1040 :     </platformOptionsList>
1041 :     </project>
1042 :    

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