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

  1.     [!ProgID] = s '[!TypeName]'
  2.         CLSID = s '{[!ObjectGUID]}'
  3. [!if=(InsertableEnabled, "TRUE")]
  4.         'Insertable'
  5. [!endif]
  6.     [!VersionIndependentProgID] = s '[!TypeName]'
  7.         CLSID = s '{[!ObjectGUID]}'
  8.         CurVer = s '[!ProgID]'
  9.     NoRemove CLSID
  10.         ForceRemove {[!ObjectGUID]} = s '[!TypeName]'
  11.             ProgID = s '[!ProgID]'
  12.             VersionIndependentProgID = s '[!VersionIndependentProgID]'
  13. [!if=(Dual, "TRUE")]
  14.             ForceRemove 'Programmable'
  15. [!endif]
  16. [!if=(ProjectType, "DLL")]
  17.             InprocServer32 = s '%MODULE%'
  18. [!if=(ThreadingModel, "Single")]
  19. [!else]
  20.                 val ThreadingModel = s '[!ThreadingModel]'
  21. [!endif]
  22. [!else]
  23.             LocalServer32 = s '%MODULE%'
  24.             val AppID = s '{[!ProjectAppID]}'
  25. [!endif]
  26.             ForceRemove 'Control'
  27. [!if!(IEControl)]
  28.             ForceRemove 'Insertable'
  29. [!endif]
  30.             ForceRemove 'ToolboxBitmap32' = s '%MODULE%, [!IDR_BMPID_VALUE]'
  31.             'MiscStatus' = s '0'
  32.                 '1' = s '[!MiscStatus]'
  33.             'TypeLib' = s '{[!LibGUID]}'
  34.             'Version' = s '1.0'
  35.