~bjd/syncany/misc-fixes

« back to all changes in this revision

Viewing changes to windows-syncany/SyncanyExt/ShellIconExt.rgs

  • Committer: Stefan Mai
  • Date: 2011-05-31 07:32:28 UTC
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: ubuntu@iamnafets.com-20110531073228-095oh7n3c2mvjy5r
Adding Windows shell extensions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
HKCR
 
2
{
 
3
        NoRemove CLSID
 
4
        {
 
5
                ForceRemove {9B527650-9FC6-4082-B8D9-9CB63B34D65E} = s 'Syncany Shell Icon Extensions'
 
6
                {
 
7
                        InprocServer32 = s '%MODULE%'
 
8
                        {
 
9
                                val ThreadingModel = s 'Apartment'
 
10
                        }
 
11
                }
 
12
        }
 
13
}
 
14
HKLM
 
15
{
 
16
        NoRemove Software
 
17
        {
 
18
                NoRemove TortoiseOverlays
 
19
                {
 
20
                        NoRemove Normal
 
21
                        {
 
22
                                val Syncany = s '{9B527650-9FC6-4082-B8D9-9CB63B34D65E}'
 
23
                        }
 
24
                        NoRemove Modified
 
25
                        {
 
26
                                val Syncany = s '{9B527650-9FC6-4082-B8D9-9CB63B34D65E}'
 
27
                        }
 
28
                }
 
29
        }
 
30
}