home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / PNPXAssoc.dll / REGISTRY / 101 (.txt)
InstallShield Script  |  2008-01-19  |  721b  |  22 lines

  1.     PNPXAssoc.PNPXAssociation.1 = s 'PNPX Association Class'
  2.     {
  3.         CLSID = s '{cee8ccc9-4f6b-4469-a235-5a22869eef03}'
  4.     }
  5.     PNPXAssoc.PNPXAssociation = s 'PNPX Association Class'
  6.     {
  7.         CLSID = s '{cee8ccc9-4f6b-4469-a235-5a22869eef03}'
  8.         CurVer = s 'PNPXAssoc.PNPXAssociation.1'
  9.     }
  10.     NoRemove CLSID
  11.     {
  12.         ForceRemove {cee8ccc9-4f6b-4469-a235-5a22869eef03} = s 'PNPX Association Class'
  13.         {
  14.             ProgID = s 'PNPXAssoc.PNPXAssociation.1'
  15.             VersionIndependentProgID = s 'PNPXAssoc.PNPXAssociation'
  16.             InprocServer32 = s '%MODULE%'
  17.             {
  18.                 val ThreadingModel = s 'Both'
  19.             }
  20.         }
  21.     }
  22.