home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / brkpntmgr / brkpnts.rgs (.txt) < prev    next >
InstallShield Script  |  1998-04-03  |  630b  |  14 lines

  1.     Brkpntmgr.BrkPnts.1 = s 'BrkPnts'
  2.         CLSID = s '{C1AC2117-8ABF-11D1-B145-000000000000}'
  3.     Brkpntmgr.BrkPnts = s 'BrkPnts'
  4.         CLSID = s '{C1AC2117-8ABF-11D1-B145-000000000000}'
  5.         CurVer = s 'Brkpntmgr.BrkPnts.1'
  6.     NoRemove CLSID
  7.         ForceRemove {C1AC2117-8ABF-11D1-B145-000000000000} = s 'BrkPnts'
  8.             ProgID = s 'Brkpntmgr.BrkPnts.1'
  9.             VersionIndependentProgID = s 'Brkpntmgr.BrkPnts'
  10.             InprocServer32 = s '%MODULE%'
  11.                 val ThreadingModel = s ''
  12.             'TypeLib' = s '{C1AC2109-8ABF-11D1-B145-000000000000}'
  13.             Description = s 'Loads and saves breakpoints to files'
  14.