summaryrefslogtreecommitdiff
path: root/wpd/WpdServiceSampleDriver/WpdServiceSampleDriver.rgs
blob: d0de4d3be836b4987dc06b79c12edb2808a6f4fd (plain)
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
HKCR
{
        WpdServiceSampleDriver.WpdServiceSampleDriver.1 = s 'WpdServiceSampleDriver Class'
        {
                CLSID = s '{CFC0AF02-CE72-4717-83E7-D51BCFCBE87B}'
        }
        WpdServiceSampleDriver.WpdServiceSampleDriver = s 'WpdServiceSampleDriver Class'
        {
                CLSID = s '{CFC0AF02-CE72-4717-83E7-D51BCFCBE87B}'
                CurVer = s 'WpdServiceSampleDriver.WpdServiceSampleDriver.1'
        }
        NoRemove CLSID
        {
                ForceRemove {CFC0AF02-CE72-4717-83E7-D51BCFCBE87B} = s 'WpdServiceSampleDriver Class'
                {
                        ProgID = s 'WpdServiceSampleDriver.WpdServiceSampleDriver.1'
                        VersionIndependentProgID = s 'WpdServiceSampleDriver.WpdServiceSampleDriver.1'
                        InprocServer32 = s '%MODULE%'
                        {
                                val ThreadingModel = s 'Free'
                        }
                        'TypeLib' = s '{74FF6859-73D1-488C-B2EA-88BD6DA31A17}'
                }
        }
}