home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 July / VPR9907A.BIN / OLS / anex86dx / anex86dx.lzh / ANVFAT.INF < prev    next >
Windows Setup INFormation  |  1998-12-18  |  2KB  |  68 lines

  1.  
  2. [Version]
  3. Signature = "$CHICAGO$"
  4. SetupClass=BASE
  5.  
  6. [DefaultInstall]
  7. CopyFiles = anvfat.Files
  8. AddReg = anvfat.AddReg
  9.  
  10. [DefaultUnInstall]
  11. DelFiles = anvfat.Files
  12. DelReg = anvfat.DelReg
  13.  
  14. [anvfat.Files]
  15. anvfat.inf
  16. anvfat.dll
  17.  
  18. [DestinationDirs]
  19. anvfat.Files = 11,%DIR%
  20.  
  21. [SourceDisksNames]
  22. 1 = "anvfat","",1
  23.  
  24. [SourceDisksFiles]
  25. anvfat.dll = 1
  26. anvfat.inf = 1
  27. anvfat95.inf = 1
  28.  
  29. [anvfat.AddReg]
  30. HKLM,Software\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDll,,,""
  31. HKLM,%UNINSTALL%,DisplayName,,"anvfat ( uninstall only )"
  32. ;HKLM,%UNINSTALL%,UninstallString,,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%DIR%\anvfat.inf"
  33. HKLM,%UNINSTALL%,UninstallString,,"rundll32.exe advpack.dll,LaunchINFSection  %11%\%DIR%\anvfat.inf,DefaultUninstall"
  34. HKCR,%EXT1%,,,%DESC1%
  35. HKCR,%DESC1%\CLSID,,,"%GUID1%"
  36. HKCR,%DESC1%\Shell\Open\Command,,,"explorer /root,%GUID1%,%1"
  37. HKCR,CLSID\%GUID1%,,,"anvfat"
  38. HKCR,CLSID\%GUID1%\DefaultIcon,,,"%11%\%DIR%\anvfat.dll,-111"
  39. HKCR,CLSID\%GUID1%\InprocServer32,,,"%11%\%DIR%\anvfat.dll"
  40. HKCR,CLSID\%GUID1%\InprocServer32,ThreadingModel,,"Apartment"
  41. HKCR,%EXT2%,,,%DESC2%
  42. HKCR,%DESC2%\CLSID,,,"%GUID2%"
  43. HKCR,%DESC2%\Shell\Open\Command,,,"explorer /root,%GUID2%,%1"
  44. HKCR,CLSID\%GUID2%,,,"anvfat"
  45. HKCR,CLSID\%GUID2%\DefaultIcon,,,"%11%\%DIR%\anvfat.dll,-112"
  46. HKCR,CLSID\%GUID2%\InprocServer32,,,"%11%\%DIR%\anvfat.dll"
  47. HKCR,CLSID\%GUID2%\InprocServer32,ThreadingModel,,"Apartment"
  48.  
  49. [anvfat.DelReg]
  50. HKLM,%UNINSTALL%
  51. HKCR,%EXT1%
  52. HKCR,%DESC1%
  53. HKCR,CLSID\%GUID1%
  54. HKCR,%EXT2%
  55. HKCR,%DESC2%
  56. HKCR,CLSID\%GUID2%
  57.  
  58. [Strings]
  59. UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall\anvfat"
  60. EXT1 = ".hdi"
  61. DESC1 = "hdi file"
  62. GUID1 = "{BBF372C0-8087-11d2-86C4-006097971F16}"
  63. EXT2 = ".fdi"
  64. DESC2 = "fdi file"
  65. GUID2 = "{BBF372C1-8087-11d2-86C4-006097971F16}"
  66. DIR = an
  67.  
  68.