home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / connect / server / random.rgs (.txt) < prev   
InstallShield Script  |  1998-04-02  |  663b  |  22 lines

  1.     Connect.Random.1 = s 'Random Class'
  2.     {
  3.         CLSID = s '{CCE84215-DB31-11CF-9D75-00A0C90391D3}'
  4.     }
  5.     Connect.Random = s 'Random Class'
  6.     {
  7.         CLSID = s '{CCE84215-DB31-11CF-9D75-00A0C90391D3}'
  8.     }
  9.     NoRemove CLSID
  10.     {
  11.         ForceRemove {CCE84215-DB31-11CF-9D75-00A0C90391D3} = s 'Random Class'
  12.         {
  13.             val AppID = s '{CCE84210-DB31-11CF-9D75-00A0C90391D3}'
  14.             ProgID = s 'Connect.Random.1'
  15.             VersionIndependentProgID = s 'Connect.Random'
  16.             InprocServer32 = s %MODULE%
  17.             {
  18.                 val ThreadingModel = s 'both'
  19.             }
  20.         }
  21.     }
  22.