Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
3.5 KiB

  1. [version]
  2. Signature = "$Windows NT$"
  3. AdvancedINF = 2.5
  4. Class = %ExceptionClassDesc%
  5. ClassGUID = {F5776D81-AE53-4935-8E84-B0B283D8BCEF}
  6. Provider = %Msft%
  7. CatalogFile = cmexcept.cat
  8. ComponentId = {2F6E5B53-AC7D-45EE-97D5-8E9EE118AD89}
  9. DriverVer = 7.1.2429.1, 1.3
  10. ; -------------------------------------------------------------------
  11. ; These are Install and uninstall sections.
  12. ; -------------------------------------------------------------------
  13. [DefaultUninstall]
  14. RequiredEngine=Setupapi,
  15. ComponentName="Connection Manager"
  16. ComponentVersion=1.3
  17. PreRollBack=Uninstall
  18. [DefaultUninstall_NoPrompt]
  19. RequiredEngine=Setupapi,
  20. ComponentName="Connection Manager"
  21. ComponentVersion=1.3
  22. PreRollBack=Uninstall_NoPrompt
  23. [Uninstall]
  24. DelReg=Uninstall.Del.Reg
  25. BeginPrompt=BeginPromptSection
  26. EndPrompt=EndPromptSection
  27. [Uninstall_NoPrompt]
  28. DelReg=Uninstall.Del.Reg
  29. [DefaultInstall]
  30. RequiredEngine=Setupapi
  31. SmartReboot=N
  32. CopyFiles=Xnstall.CopyFiles.ICMFILES,Xnstall.CopyFiles.Inf
  33. AddReg=Xnstall.AddReg.Uninstall
  34. ComponentName="Connection Manager"
  35. ComponentVersion=1.3
  36. BackupPath=%11%\CMUninstallData
  37. [BeginPromptSection]
  38. Prompt=%UninstallPrompt%
  39. ButtonType=YESNO
  40. Title=%ExceptionClassDesc%
  41. [EndPromptSection]
  42. Prompt=%UninstallEndPrompt%
  43. ; -------------------------------------------------------------------
  44. ; These are the install file copy sections.
  45. ; -------------------------------------------------------------------
  46. [Xnstall.CopyFiles.ICMFILES]
  47. cmmgr32.exe
  48. cmmgr32.hlp
  49. cmpbk32.dll
  50. cmdial32.dll
  51. cmdl32.exe
  52. cnetcfg.dll
  53. cmmon32.exe
  54. cmutil.dll
  55. cmcfg32.dll
  56. cmstp.exe
  57. ccfgnt.dll
  58. [Xnstall.CopyFiles.Inf]
  59. cmexcept.inf
  60. ; -------------------------------------------------------------------
  61. ; These are the install/uninstall registry sections
  62. ; -------------------------------------------------------------------
  63. [Uninstall.Del.Reg]
  64. "HKLM", "%UninstallPath%\%AppTitle%"
  65. [Xnstall.AddReg.Uninstall]
  66. "HKLM", "%UninstallPath%\%AppTitle%", "DisplayName", "", "%ExceptionClassDesc%"
  67. "HKLM", "%UninstallPath%\%AppTitle%", "UninstallString", "", "rundll32 advpack.dll,LaunchINFSectionEx %17%\cmexcept.inf,DefaultUninstall,,256"
  68. ; -------------------------------------------------------------------
  69. ; Sections to describe the destination dirs and source media
  70. ; -------------------------------------------------------------------
  71. [DestinationDirs]
  72. Xnstall.CopyFiles.ICMFILES=11
  73. Xnstall.CopyFiles.Inf=17
  74. [SourceDisksNames]
  75. 55 = , , 0
  76. [SourceDisksFiles]
  77. cmmgr32.exe = 55
  78. cmmgr32.hlp = 55
  79. cmpbk32.dll = 55
  80. cmdial32.dll = 55
  81. cmdl32.exe = 55
  82. cnetcfg.dll = 55
  83. cmmon32.exe = 55
  84. cmutil.dll = 55
  85. cmcfg32.dll = 55
  86. cmstp.exe = 55
  87. ccfgnt.dll = 55
  88. cmexcept.inf = 55
  89. ; -------------------------------------------------------------------
  90. ; These are strings.
  91. ; -------------------------------------------------------------------
  92. [Strings]
  93. ; These are the non-localizable strings...
  94. AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
  95. UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  96. AppTitle = "CMEXCEPT"
  97. ; These are the localizable strings
  98. Msft = "Microsoft"
  99. ExceptionClassDesc = "Microsoft Connection Manager 1.3"
  100. UninstallPrompt = "If you uninstall Microsoft Connection Manager, network connections that use it might behave differently. Some network connections might become unusable. Are you sure you want to uninstall?"
  101. UninstallEndPrompt = "Please re-install the latest Windows 2000 service pack."