-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCoSnapsie.rgs
More file actions
32 lines (32 loc) · 792 Bytes
/
CoSnapsie.rgs
File metadata and controls
32 lines (32 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
HKCR
{
Snapsie.CoSnapsie.1 = s 'CoSnapsie Class'
{
CLSID = s '{83D4FFBF-83C7-48FF-8342-123CC6BDC851}'
}
Snapsie.CoSnapsie = s 'CoSnapsie Class'
{
CLSID = s '{83D4FFBF-83C7-48FF-8342-123CC6BDC851}'
CurVer = s 'Snapsie.CoSnapsie.1'
}
NoRemove CLSID
{
ForceRemove {83D4FFBF-83C7-48FF-8342-123CC6BDC851} = s 'CoSnapsie Class'
{
ProgID = s 'Snapsie.CoSnapsie.1'
VersionIndependentProgID = s 'Snapsie.CoSnapsie'
ForceRemove 'Programmable'
'Implemented Categories'
{
{7DD95801-9882-11CF-9FA9-00AA006C42C4}
{7DD95802-9882-11CF-9FA9-00AA006C42C4}
}
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'
}
val AppID = s '%APPID%'
'TypeLib' = s '{E2A04E04-DCA7-48CF-A9B0-643CB8152E59}'
}
}
}