home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / bonus / srew / files / AutoGordianKnot.2.06.beta.Update.exe / $TEMP / xvid.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-05-29  |  2.9 KB  |  100 lines

  1. ; XviD MPEG-4 Video Codec install
  2.  
  3. [Version]
  4. Signature = "$CHICAGO$"
  5. Class = MEDIA
  6.  
  7. [SourceDisksNames]
  8. 1="XviD MPEG-4 Video Codec Install Disk",, 0001
  9.  
  10. [SourceDisksFiles]
  11. xvidvfw.dll=1
  12. xvid.inf=1
  13. xvidcore.dll=1
  14.  
  15. [Installable.Drivers]
  16. XVID = 1:xvidvfw.dll, "vidc.XVID", "XviD MPEG-4 Video Codec" , , ,
  17.  
  18. [DefaultInstall]
  19. CopyFiles=MPEG4.Copy.Inf,MPEG4.Copy
  20. Updateinis = MPEG4.Updateini
  21. DelReg = MPEG4.DelConfig
  22. addreg = MPEG4.AddReg,MPEG4.AddReg9x,MPEG4.DoReg
  23. MediaType = SOFTWARE
  24.  
  25. [DefaultInstall.ntx86]
  26. CopyFiles=MPEG4.Copy.Inf,MPEG4.Copy
  27. DelReg = MPEG4.DelConfig
  28. addreg = MPEG4.AddReg,MPEG4.AddRegNT,MPEG4.DoReg
  29. MediaType = SOFTWARE
  30.  
  31. [Remove_XviD]
  32. AddReg = MPEG4.Unregister
  33. DelReg = MPEG4.DelReg
  34. DelFiles = MPEG4.Copy,MPEG4.Copy.Inf
  35. UpdateInis = MPEG4.DelIni
  36.  
  37. [MPEG4.Copy]
  38. xvidvfw.dll
  39. xvidcore.dll
  40.  
  41. [MPEG4.Copy.Inf]
  42. xvid.inf
  43.  
  44. [MPEG4.UpdateIni]
  45. system.ini, drivers32,,"vidc.XVID=xvidvfw.dll"
  46.  
  47. [MPEG4.DelIni]
  48. system.ini, drivers32,"vidc.XVID=xvidvfw.dll",
  49.  
  50. [MPEG4.AddReg]
  51.  
  52. [MPEG4.AddReg9x]
  53. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID,Description,,%XviD%
  54. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID,Driver,,xvidvfw.dll
  55. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID,FriendlyName,,"XVID"
  56.  
  57. HKLM,%UnInstallPath%,DisplayName,,%XviD%
  58. HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection Remove_XviD 132 %17%\%InfFile%"
  59.  
  60. [MPEG4.AddRegNT]
  61. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,xvidvfw.dll,,%XviD%
  62. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.XVID,,xvidvfw.dll
  63.  
  64. HKLM,%UnInstallPath%,DisplayName,,%XviD%
  65. HKLM,%UnInstallPath%,DisplayIcon,,"%11%\xvidvfw.dll,0"
  66. HKLM,%UnInstallPath%,Publisher,,%mfgname%
  67. HKLM,%UnInstallPath%,HelpLink,,%Website%
  68. HKLM,%UnInstallPath%,NoModify,%REG_DWORD%,1
  69. HKLM,%UnInstallPath%,NoRepair,%REG_DWORD%,1
  70. HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection Remove_XviD 132 %17%\%InfFile%"
  71.  
  72. [MPEG4.DoReg]
  73. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering XviD Direct Show ;Decoder...",,"%11%\regsvr32.exe /s %11%\xvid.ax"
  74.  
  75. [MPEG4.DelReg]
  76. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID
  77.  
  78. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,xvidvfw.dll,,""
  79. HKLM,%UnInstallPath%
  80.  
  81. [MPEG4.Unregister]
  82. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Unregistering XviD Direct Show ;Decoder...",,"%11%\regsvr32.exe /s /u %11%\xvid.ax"
  83.  
  84. [MPEG4.DelConfig]
  85. HKCU,Software\GNU\XviD
  86.  
  87. [DestinationDirs]
  88. DefaultDestDir = 11    ; LDID_SYS
  89. MPEG4.Copy = 11
  90. MPEG4.Copy.Inf = 17
  91.  
  92. [Strings]
  93. XviD="XviD MPEG-4 Video Codec"
  94. InfFile="xvid.inf"
  95. UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\xvid"
  96. MediaClassName="Media Devices"
  97. mfgname="XviD Development Team"
  98. Website="http://www.xvid.org/"
  99. REG_DWORD=0x00010001
  100.