TSPlugInterFace.rgs 355 B

1234567891011121314151617181920
  1. HKCR
  2. {
  3. Ts.TsSoft = s 'TSPlugInterFace Class'
  4. {
  5. CLSID = s '{BCE4A484-C3BC-418B-B1F6-69D6987C126B}'
  6. CurVer = s 'Ts.TsSoft'
  7. }
  8. NoRemove CLSID
  9. {
  10. ForceRemove {BCE4A484-C3BC-418B-B1F6-69D6987C126B} = s 'TSPlugInterFace Class'
  11. {
  12. ProgID = s 'Ts.TsSoft'
  13. InprocServer32 = s '%MODULE%'
  14. {
  15. val ThreadingModel = s 'Apartment'
  16. }
  17. }
  18. }
  19. }