home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / patch / dun14-95.exe / RCDATA / CABINET / msdun14.inf < prev    next >
Windows Setup INFormation  |  2001-05-10  |  3KB  |  82 lines

  1. ;
  2. ; MSDUN14.INF
  3. ;
  4. ; This is the Dial-Up Networking 1.4 information file
  5. ;
  6. ; Copyright 2000-2001, Microsoft Corporation
  7. ;
  8.  
  9. [version]
  10. signature="$CHICAGO$"
  11. Provider=Microsoft
  12. SetupClass=BASE
  13. AdvancedINF=2.0
  14.  
  15. [Uninstall_DUN14_Icons]
  16. UpdateInis=MS_DUN14_DelInis
  17. DelFiles=MS_DUN14_DelFiles, MS_DUN14_SYS_DelFiles, MS_DUN14_CAB_DelFiles
  18. DelReg=WIN95.DelReg
  19.  
  20. [DestinationDirs]
  21. MS_DUN14_DelFiles        = 17       ; LDID_INF
  22. MS_DUN14_SYS_DelFiles    = 11       ; LDID_SYS
  23. MS_DUN14_CAB_DelFiles    = 25,MSDUN ; LDID_WINDOWS
  24.  
  25. [MS_DUN14_DelInis]
  26. ;
  27. ;delete directcc icon in accessories\communications group
  28. ;
  29. setup.ini, progman.groups,, "Comm_Group=%COMM_DESC%"    ;creates folder
  30. setup.ini, Comm_Group,, """%Directcc_Desc%"""           ;deletes link in Accessories
  31. setup.ini, Comm_Group,, """%Directcc_ShortDesc%"""      ;deletes link in Accessories
  32. ;
  33. ;delete RNA icon in accessories group
  34. ;
  35. setup.ini, progman.groups,, "Comm_Group=%COMM_DESC%"    ;creates folder
  36. setup.ini, Comm_Group,, """%Remote_Desc%"""         ;deletes link in Communications
  37. setup.ini, Comm_Group,, """%Remote_ShortDesc%"""    ;deletes link in Communications
  38. ;
  39. ;delete ISDN Wizard from Communications folder in accessories group
  40. ;
  41. setup.ini, progman.groups,, "Comm_Group=%COMM_DESC%"  ;creates folder
  42. setup.ini, Comm_Group,, """%NDISWAN_CfgWiz32_Desc%"""            ;deletes link in Accessories
  43. ;
  44. ; delete release notes and license agreement
  45. ;
  46. setup.ini, progman.groups,, "Comm_Group=%COMM_DESC%"    ;creates folder
  47. setup.ini, Comm_Group,, """%DUN_RELEASE_NOTES_LONG%""" ;deletes link in Accessories
  48. setup.ini, Comm_Group,, """%DUN_RELEASE_NOTES%"""      ;deletes link in Accessories
  49. setup.ini, Comm_Group,, """%DUN_LICENSE_LONG%"""       ;deletes link in Accessories
  50. setup.ini, Comm_Group,, """%DUN_LICENSE%"""            ;deletes link in Accessories
  51.  
  52. [MS_DUN14_DelFiles]
  53. msdun14.inf
  54.  
  55. [WIN95.DelReg]
  56. ;del win95 guid if found
  57. HKLM,"Software\Microsoft\Active Setup\Installed Components\%WIN95_GUID%",,,"%MSDUN14_DESC%"
  58. ;del osr guid if found
  59. HKLM,"Software\Microsoft\Active Setup\Installed Components\%OSR2_GUID%",,,"%MSDUN14_DESC%"
  60.  
  61. [MS_DUN14_SYS_DelFiles]
  62. dunsetup.exe
  63.  
  64. [MS_DUN14_CAB_DelFiles]
  65. restore.cab
  66.  
  67. [Strings]
  68. WIN95_GUID             = "{01714feb-658b-4d97-8d3f-0d251caadf4d}"
  69. OSR2_GUID              = "{42621887-ae16-4061-b94d-6f8ebaa0f5b1}"
  70. MSDUN14_DESC           = "Dial-up Networking 1.4 Update for Windows 95"
  71. COMM_DESC              = "Accessories\Communications"
  72. Directcc_Desc          = "Direct Cable Connection"
  73. Directcc_ShortDesc     = "DirectCC"
  74. NDISWAN_CfgWiz32_Desc  = "ISDN Configuration Wizard"
  75. Remote_Desc            = "Dial-Up Networking"
  76. Remote_ShortDesc       = "DialUp"
  77. DUN_RELEASE_NOTES_LONG = "MSDUN 1.4 Release Notes.doc"
  78. DUN_RELEASE_NOTES      = "dun14.doc"
  79. DUN_LICENSE_LONG       = "MSDUN 1.4 License Agreement.txt"
  80. DUN_LICENSE            = "dun14eul.txt"
  81.  
  82.