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

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