home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / dcom / drawctl / drawctl.rgs (.txt) < prev    next >
InstallShield Script  |  1998-04-02  |  884b  |  29 lines

  1.     DrawCtl.DrawCtl.1 = s 'DrawCtl Class'
  2.     {
  3.         CLSID = s '{48DDCC1D-1FE0-11D0-B91B-000000000000}'
  4.     }
  5.     DrawCtl.DrawCtl = s 'DrawCtl Class'
  6.     {
  7.         CurVer = s 'DrawCtl.DrawCtl.1'
  8.     }
  9.     NoRemove CLSID
  10.     {
  11.         ForceRemove {48DDCC1D-1FE0-11D0-B91B-000000000000} = s 'DrawCtl Class'
  12.         {
  13.             ProgID = s 'DrawCtl.DrawCtl.1'
  14.             VersionIndependentProgID = s 'DrawCtl.DrawCtl'
  15.             InprocServer32 = s '%MODULE%'
  16.             {
  17.                 val ThreadingModel = s 'Apartment'
  18.             }
  19.             ForceRemove 'Control'
  20.             ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1'
  21.             'MiscStatus' = s '0'
  22.             {
  23.                 '1' = s '131473'
  24.             }
  25.             'TypeLib' = s '{48DDCC1B-1FE0-11D0-B91B-000000000000}'
  26.             'Version' = s '1.0'
  27.         }
  28.     }
  29.