home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / program / updates / fm2 / fm2paste.exe / RCDATA / CABINET / fm2paste.inf < prev    next >
Windows Setup INFormation  |  1999-01-14  |  2KB  |  96 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4.  
  5. [DestinationDirs] 
  6. PATCH-FILES=11
  7. INFCopy=17
  8. PNFCopy=17
  9.  
  10.  
  11. ;;
  12. ;; Uninstall has been disabled... to enable it, 
  13. ;; you only have to uncomment the registry sections
  14. ;;
  15.  
  16. [DefaultInstall] 
  17. RequiredEngine=Setupapi
  18. CopyFiles=PATCH-FILES,INFCopy,CopyDLL
  19. ;;AddReg=GenUninstallKey,Win95UninstallKey
  20.  
  21. [DefaultInstall.NT]
  22. RequiredEngine=Setupapi
  23. CopyFiles=PATCH-FILES,INFCopy,CopyDLL,CopyRunDll.NT
  24. ;;AddReg=GenUninstallKey,NTUninstallKey
  25.  
  26.  
  27. [PATCH-FILES]
  28. FM20.DLL,,,35
  29. FM20ENU.DLL,,,35
  30.  
  31. [CopyDLL]
  32. cfgmgr32.dll,,,16
  33. setupapi.dll,,,16
  34.  
  35. [INFCopy]
  36. "FM2PASTE.INF"
  37.  
  38. ;
  39. ;    Uninstall has been disabled....
  40. ;
  41. [PNFCopy]
  42. "FM2PASTE.PNF"
  43.  
  44. [GenUninstallKey]
  45. ;Reg key that puts entry in Add/Remove files CPL applet dialog
  46. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99,"DisplayName",,"%PackageDesc%" 
  47.  
  48. [Win95UninstallKey]
  49. ;call ADVPACK uninstaller on Win95
  50. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\FM2PASTE.INF, Uninstall" 
  51.  
  52. [NTUninstallKey]
  53. ;call ADVPACK uninstaller on NT 4
  54. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\FM2PASTE.INF, Uninstall.NT"  
  55.  
  56. [DelRegSection]
  57. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99
  58.  
  59.  
  60. ; begin uninstall logic
  61. [Uninstall]
  62. RequiredEngine=Setupapi
  63. BeginPrompt=BeginPromptSection
  64. EndPrompt=EndPromptSection
  65. Delfiles=PATCH-FILES,PNFCopy
  66. DelReg=DelRegSection
  67. Cleanup=1
  68.  
  69. [Uninstall.NT]
  70. RequiredEngine=Setupapi
  71. BeginPrompt=BeginPromptSection
  72. EndPrompt=EndPromptSection
  73. Delfiles=PATCH-FILES,PNFCopy
  74. DelReg=DelRegSection
  75. Cleanup=1
  76.  
  77. [BeginPromptSection]
  78. Prompt="%BeginPrompt%"
  79. ButtonType=YESNO
  80. Title=%PackageName%
  81.  
  82. [EndPromptSection]
  83. Prompt="%EndPrompt%"
  84.  
  85. [SourceDisksNames]
  86. 1 = "OFFICE-QFE99",,0
  87.  
  88. [Strings]
  89. PackageName="Microsoft Forms 2.01"
  90. PackageDesc="Microsoft Forms 2.01 (Remove only)"
  91.  
  92. ;prompts
  93. BeginPrompt="Are you sure that you want to remove Microsoft Forms 2.01?"
  94. EndPrompt="Microsoft Forms 2.01 was successfully removed."
  95.  
  96.