home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 July / APC47-1.ISO / workshop / win95 / pws / rasics.cab / uninstcm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-24  |  2.6 KB  |  110 lines

  1. ; =============================================
  2. ; These are global settings for the whole file.
  3. ; =============================================
  4.  
  5. [version]
  6. Signature = $chicago$
  7. AdvancedINF = 2.0
  8.  
  9.  
  10. ; ================================
  11. ; These are the main entry points.
  12. ; ================================
  13.  
  14. ; ----------------------------
  15. ; This is the default install.
  16. ; ----------------------
  17. ; This is the uninstall.
  18. ; ----------------------
  19. [Remove]
  20. Cleanup=1
  21. SmartReboot = N
  22. CustomDestination = CustUnInstDestSection
  23. DelFiles = Remove.DelFiles, Remove.DelFiles.System
  24. DelReg = Remove.DelReg
  25. DelDirs=CleanDir
  26.  
  27. [CleanDir]
  28. %49000%
  29.  
  30. ; ===================================
  31. ; These are the file delete sections.
  32. ; ===================================
  33.  
  34. ; -------------------------------------------------------
  35. ; These are the files which are deleted during uninstall.
  36. ; -------------------------------------------------------
  37. [Remove.DelFiles]
  38. cmmgr32.exe
  39. cmmgr32.hlp
  40. cmpbk32.dll
  41. cmdial32.dll
  42. cmdl32.exe
  43. cmstats.dll
  44. mbslgn32.dll
  45. readme.txt
  46. icwscrpt.exe
  47. cmmgr32.gid
  48. msdun12.exe
  49. cnet16.dll
  50. cnetcfg.dll
  51. ccfg95.dll
  52. ccfgnt.dll
  53.  
  54. [Remove.DelFiles.System]
  55. cmcfg32.dll
  56.  
  57. ; =======================================
  58. ; These are the registry delete sections.
  59. ; =======================================
  60.  
  61. ; -------------------------------------
  62. ; These are the registry settings which
  63. ; are deleted during uninstall.
  64. ; -------------------------------------
  65. [Remove.DelReg]
  66. "HKLM", "%AppPath%"
  67. "HKLM", "%cmPath%", "%CompChecked%"
  68. "HKCR", ".pbr"
  69. "HKCR", ".pbk"
  70. "HKCR", "%AppName%"
  71. "HKLM", "%UninstallPath%\%AppTitle%"
  72. "HKLM", "%UninstallPath%\%AppTitle%"
  73.  
  74.  
  75. ; =======================================
  76. ; These are the directory specifications.
  77. ; =======================================
  78.  
  79. [CustUninstDestSection]
  80. 49000,49001,49002,49003 = IConnMgrLDIDSection, 5
  81.  
  82. [IConnMgrLDIDSection]
  83. "HKLM", "%AppPath%", "Path", "%UpdatePrompt%", ""
  84. "","","","",""
  85.  
  86. [DestinationDirs]
  87. Remove.DelFiles = 49000
  88. Remove.DelFiles.System = 11
  89.  
  90. [SourceDisksNames]
  91. 55 = , , 0
  92.  
  93. [SourceDisksFiles]
  94. ; ==================
  95. ; These are strings.
  96. ; ==================
  97.  
  98. [Strings]
  99. ; These are the non-localizable strings...
  100. cmPath = "SOFTWARE\Microsoft\Connection Manager"
  101. CompChecked = "ComponentsChecked"
  102. AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
  103. UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  104. ; ------------------------------------
  105. ; These are the localizable strings...
  106. ; ------------------------------------
  107. AppName = "Connection Manager Profile"
  108. AppTitle = "Connection Manager"
  109.  
  110.