home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / netshell.dll / REGISTRY / 100 (.txt) next >
InstallShield Script  |  2008-01-19  |  3KB  |  86 lines

  1.     Delete Network.ConnectionFolder.1
  2.     Delete Network.ConnectionFolder
  3.     NetworkConnections = s 'Network Connections Folder'
  4.     {
  5.         val TileInfo = s 'prop:{2D15A9A1-A556-4189-91AD-027458F11A07}2;{2D15A9A1-A556-4189-91AD-027458F11A07}3;{2D15A9A1-A556-4189-91AD-027458F11A07}1'
  6.         CLSID = s '{7007ACC7-3202-11D1-AAD2-00805FC1270E}'
  7.     }
  8.     NoRemove CLSID
  9.     {
  10.         ForceRemove {7007ACC7-3202-11D1-AAD2-00805FC1270E} = s '%ConnectionsFolderName%'
  11.         {
  12.             val InfoTip = s '%ConnectionsFolderInfoTip%'
  13.             DefaultIcon
  14.             ShellFolder
  15.             
  16.             Delete ProgID
  17.             Delete VersionIndependentProgID
  18.             InProcServer32 = s '%MODULE%'
  19.             {
  20.                 val ThreadingModel = s 'Both'
  21.             }
  22.             
  23.             shellex 
  24.             {
  25.                 ExtShellFolderViews
  26.                 {
  27.                     '{5984FFE0-28D4-11CF-AE66-08002B2E1262}'
  28.                 }
  29.             }
  30.         }
  31.         
  32.         ForceRemove {992CFFA0-F557-101A-88EC-00DD010CCC48} = s '%ConnectionsFolderName%'
  33.         {
  34.             val InfoTip = s '%ConnectionsFolderInfoTip%'
  35.             DefaultIcon
  36.             ShellFolder
  37.             
  38.             Delete ProgID
  39.             Delete VersionIndependentProgID
  40.             InProcServer32 = s '%MODULE%'
  41.             {
  42.                 val ThreadingModel = s 'Both'
  43.             }
  44.             
  45.             shellex 
  46.             {
  47.                 ExtShellFolderViews
  48.                 {
  49.                     '{5984FFE0-28D4-11CF-AE66-08002B2E1262}'
  50.                 }
  51.             }
  52.         }
  53.     }
  54.     Software
  55.     {
  56.         Microsoft
  57.         {   
  58.             Windows
  59.             {
  60.                 CurrentVersion
  61.                 {
  62.                     'Shell Extensions'
  63.                     {
  64.                         Approved
  65.                         {
  66.                             val {7007ACC7-3202-11D1-AAD2-00805FC1270E} = s '%ConnectionsFolderName%'
  67.                             val {992CFFA0-F557-101A-88EC-00DD010CCC48} = s '%ConnectionsFolderName%'
  68.                         }
  69.                     }
  70.                     Explorer
  71.                     {
  72.                         Delete {7007ACC7-3202-11D1-AAD2-00805FC1270E}
  73.                         
  74.                         ControlPanel
  75.                         {
  76.                             NameSpace
  77.                             {
  78.                                 ForceRemove {7007ACC7-3202-11D1-AAD2-00805FC1270E} = s '%ConnectionsFolderName%'
  79.                             }
  80.                         }
  81.                     }
  82.                 }
  83.             }
  84.         }
  85.     }
  86.