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

  1.     DrawServ.DrawServ.1 = s 'DrawServ Class'
  2.     {
  3.         CLSID = s '{330E9E79-DF48-11CF-8E2C-00A0C90DC94B}'
  4.     }
  5.     DrawServ.DrawServ = s 'DrawServ Class'
  6.     {
  7.         CLSID = s '{330E9E79-DF48-11CF-8E2C-00A0C90DC94B}'
  8.     }
  9.     NoRemove CLSID
  10.     {
  11.         ForceRemove {330E9E79-DF48-11CF-8E2C-00A0C90DC94B} = s 'DrawServ Class'
  12.         {
  13.             val AppID = s '{330E9E74-DF48-11CF-8E2C-00A0C90DC94B}'
  14.             ProgID = s 'DrawServ.DrawServ.1'
  15.             VersionIndependentProgID = s 'DrawServ.DrawServ'
  16.             LocalServer32 = s %Module%
  17.         }
  18.     }
  19.