home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_VC.50 / SharedIDE / TEMPLATE / ATL / CONTROL.RGS (.txt) < prev    next >
Encoding:
InstallShield Script  |  1997-01-16  |  990 b   |  33 lines

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