home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / vbasic / Data / Utils / WMP71SDK.exe / WMEffect.awx / TEMPLATE / SAMPLE.RGS (.txt) < prev    next >
Encoding:
InstallShield Script  |  2001-10-01  |  786 b   |  30 lines

  1.     NoRemove CLSID
  2.         ForceRemove {$$CLASSID$$} = s '$$Safe_root$$ Class'
  3.             InprocServer32 = s '%MODULE%'
  4.                 val ThreadingModel = s 'Apartment'
  5.             'TypeLib' = s '{$$LIBRARYID$$}'
  6. HKEY_LOCAL_MACHINE
  7.     NoRemove SOFTWARE
  8.         NoRemove Microsoft
  9.         {
  10.             NoRemove MediaPlayer
  11.             {
  12.                 NoRemove Objects
  13.                 {
  14.                     NoRemove Effects
  15.                     {
  16.                         ForceRemove $$Safe_root$$
  17.                         {
  18.                             Properties
  19.                             {
  20.                                 val classid = s '{$$CLASSID$$}'
  21.                                 val name = s '$$Safe_root$$'
  22.                                 val description = s 'This collection includes the $$Safe_root$$ Bars and $$Safe_root$$ Wave effects.'
  23.                             }
  24.                         }
  25.                     }
  26.                 }
  27.             }
  28.         }
  29.     }
  30.