home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / setup3.cab / pak210-x86.exe / RCDATA / CABINET / flupl-alpha.cab / flupl.inf < prev    next >
Windows Setup INFormation  |  1997-09-25  |  4KB  |  136 lines

  1. ;                                                    
  2. ;    INF for Flupl installation
  3. ;
  4. ;    Copyright (c) 1997 Microsoft Corporation
  5. ;                                                    
  6. ;
  7. ;    Notes:
  8. ;
  9. ;    "webpost" sections are normal current-version components
  10. ;    "obsolete" sections are previous-version components we no longer need, so we delete them on install
  11. ;    "old" sections are previous-version components which are still usable, so we don't install them but they are removed on uninstall
  12. ;    "uninstall" sections are normal current-version components we don't install directly but we do want to remove on uninstall
  13. ;
  14.  
  15. [version]
  16. signature                = "$CHICAGO$"
  17. AdvancedINF                = 2.0, "%ERROR_WRONG_ADVPACK_VERSION%" 
  18.  
  19.  
  20.  
  21. ;    Install instructions
  22.  
  23. [DefaultInstall]
  24. SetupEngine                = SETUPAPI.DLL,"%ERROR_ENGINE_NOTFOUND%"
  25. CustomDestination        = CustWPDestDir
  26. CopyFiles                = flupl.sys.files, flupl.inf.files, flupl.hlp.files
  27. DelFiles                = flupl.obs.files
  28. AddReg                    = flupl.reg
  29. RegisterOCXs            = self.registering.dlls
  30.  
  31. ;    Custom installation sections
  32. ;    (in this case responsible for determining location of "Program Files" dir)
  33.  
  34.  
  35. [CustWPDestDir]
  36. ; OEM SFN,ANSI LFN,ANSI SFN,OEM LFN
  37. 49000,49001,49002,49003 = ProgFilesDir,5
  38. 49100,49101,49102,49103 = WPFilesDir,5
  39. 49200,49201,49202,49203 = ActiveXCustomDestination,5    ;    included only to allow removal from old location
  40.  
  41. [ProgFilesDir]
  42. HKLM,'Software\Microsoft\Windows\CurrentVersion','ProgramFilesDir',,"%24%"
  43.  
  44. [WPFilesDir]
  45. ,,,,"%49001%\%WP_DIR%"
  46.  
  47. [ActiveXCustomDestination]
  48. HKLM,'SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings','ActiveXCache',,"%25%\OCCACHE"
  49.  
  50.  
  51. ;    File groups
  52.  
  53. [DestinationDirs]
  54. flupl.sys.files        = 49100    ; LDID_WP_DIR
  55. flupl.inf.files         = 49100 ; LDID_WP_DIR
  56. flupl.hlp.files         = 18 ; LDID_HELP
  57. flupl.obs.files        = 49200 ; LDID_FLUPL (obsolete)
  58.  
  59.  
  60. [flupl.sys.files]
  61. FLUPL.OCX
  62.  
  63. [flupl.inf.files]
  64. FLUPL.INF
  65.  
  66. [flupl.hlp.files]
  67. FLUPL.HLP
  68.  
  69. [flupl.obs.files]
  70. FLUPL.OCX
  71. FLUPL.INF
  72.  
  73. [self.registering.dlls]        ; all DLLs in this section have their DllRegisterServer EPs called
  74. %49100%\FLUPL.OCX
  75.  
  76.  
  77. ;    File locations
  78.  
  79.  
  80. [SourceDisksFiles]
  81. FLUPL.INF                 = 55
  82. FLUPL.HLP                = 55
  83. FLUPL.OCX                = 55
  84.  
  85.  
  86. [SourceDisksNames]
  87. 55                        = %WP_DISK%,flupl.cab, 0
  88.  
  89.  
  90. ;    Registry entry groups
  91.  
  92.  
  93. [flupl.reg]
  94. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","DisplayName",,%UNINSTALL_NAME%
  95. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","QuietUninstallString",,"RunDll32 ADVPACK.DLL,LaunchINFSection %49100%\flupl.inf,FluplUninstall,5"
  96. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","RequiresIESysFile",,"4.70.1155.0"
  97. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Flupl","UninstallString",,"RunDll32 ADVPACK.DLL,LaunchINFSection %49100%\flupl.inf,FluplUninstall"
  98.  
  99.  
  100.  
  101. ;    Uninstallation instructions
  102.  
  103.  
  104. [FluplUninstall]
  105. BeginPrompt                = UninstallPrompt
  106. CustomDestination        = CustWPDestDir
  107. DelReg                    = flupl.reg
  108. DelFiles                = flupl.sys.files, flupl.hlp.files
  109. UnRegisterOCXs            = self.registering.dlls
  110. Cleanup                    = 1
  111.  
  112. [UninstallPrompt]
  113. Prompt                    = "%UNINSTALL_PROMPT%"
  114. ButtonType                = YESNO
  115. Title                    = "%PGMITEM_WP%"
  116.  
  117.  
  118. ;    Strings
  119.  
  120.  
  121. [strings]
  122.  
  123. ; Don't localize these
  124.  
  125.  
  126. ; Do localize these
  127.  
  128. ERROR_ENGINE_NOTFOUND        = "Cannot find the required setup engine. Aborting..."
  129. ERROR_WRONG_ADVPACK_VERSION    = "You need a newer version of ADVPACK.DLL"
  130.  
  131. WP_DIR                    = "Web Publish"
  132. WP_DISK                    = "Microsoft ActiveX Upload Control disk"
  133. PGMITEM_WP                = "Microsoft ActiveX Upload Control 1.52"
  134. UNINSTALL_NAME            = "Microsoft ActiveX Upload Control 1.52"
  135. UNINSTALL_PROMPT        = "This will remove the Microsoft ActiveX Upload Control from your computer. Do you wish to proceed?"
  136.