home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 July / VPR9907A.BIN / OLS / anex86dx / anex86dx.lzh / ANVFAT95.INF < prev    next >
Windows Setup INFormation  |  1998-12-18  |  2KB  |  67 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.dll
  16. anvfat.inf
  17. anvfat95.inf
  18.  
  19. [DestinationDirs]
  20. anvfat.Files = 11,%DIR%
  21.  
  22. [SourceDisksNames]
  23. 1 = "anvfat","",1
  24.  
  25. [SourceDisksFiles]
  26. anvfat.inf = 1
  27. anvfat.dll = 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. HKCR,%EXT1%,,,%DESC1%
  34. HKCR,%DESC1%\CLSID,,,"%GUID1%"
  35. HKCR,%DESC1%\Shell\Open\Command,,,"explorer /root,%GUID1%,%1"
  36. HKCR,CLSID\%GUID1%,,,"anvfat"
  37. HKCR,CLSID\%GUID1%\DefaultIcon,,,"%11%\%DIR%\anvfat.dll,-111"
  38. HKCR,CLSID\%GUID1%\InprocServer32,,,"%11%\%DIR%\anvfat.dll"
  39. HKCR,CLSID\%GUID1%\InprocServer32,ThreadingModel,,"Apartment"
  40. HKCR,%EXT2%,,,%DESC2%
  41. HKCR,%DESC2%\CLSID,,,"%GUID2%"
  42. HKCR,%DESC2%\Shell\Open\Command,,,"explorer /root,%GUID2%,%1"
  43. HKCR,CLSID\%GUID2%,,,"anvfat"
  44. HKCR,CLSID\%GUID2%\DefaultIcon,,,"%11%\%DIR%\anvfat.dll,-112"
  45. HKCR,CLSID\%GUID2%\InprocServer32,,,"%11%\%DIR%\anvfat.dll"
  46. HKCR,CLSID\%GUID2%\InprocServer32,ThreadingModel,,"Apartment"
  47.  
  48. [anvfat.DelReg]
  49. HKLM,%UNINSTALL%
  50. HKCR,%EXT1%
  51. HKCR,%DESC1%
  52. HKCR,CLSID\%GUID1%
  53. HKCR,%EXT2%
  54. HKCR,%DESC2%
  55. HKCR,CLSID\%GUID2%
  56.  
  57. [Strings]
  58. UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall\anvfat"
  59. EXT1 = ".hdi"
  60. DESC1 = "hdi file"
  61. GUID1 = "{BBF372C0-8087-11d2-86C4-006097971F16}"
  62. EXT2 = ".fdi"
  63. DESC2 = "fdi file"
  64. GUID2 = "{BBF372C1-8087-11d2-86C4-006097971F16}"
  65. DIR = an
  66.  
  67.