home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / template / atl / object.rgs (.txt) < prev    next >
Encoding:
InstallShield Script  |  1998-06-16  |  729 b   |  24 lines

  1.     [!ProgID] = s '[!TypeName]'
  2.         CLSID = s '{[!ObjectGUID]}'
  3.     [!VersionIndependentProgID] = s '[!TypeName]'
  4.         CLSID = s '{[!ObjectGUID]}'
  5.         CurVer = s '[!ProgID]'
  6.     NoRemove CLSID
  7.         ForceRemove {[!ObjectGUID]} = s '[!TypeName]'
  8.             ProgID = s '[!ProgID]'
  9.             VersionIndependentProgID = s '[!VersionIndependentProgID]'
  10. [!if=(Dual, "TRUE")]
  11.             ForceRemove 'Programmable'
  12. [!endif]
  13. [!if=(ProjectType, "DLL")]
  14.             InprocServer32 = s '%MODULE%'
  15. [!if=(ThreadingModel, "Single")]
  16. [!else]
  17.                 val ThreadingModel = s '[!ThreadingModel]'
  18. [!endif]
  19. [!else]
  20.             LocalServer32 = s '%MODULE%'
  21.             val AppID = s '{[!ProjectAppID]}'
  22. [!endif]
  23.             'TypeLib' = s '{[!LibGUID]}'
  24.