~bjd/syncany/misc-fixes

« back to all changes in this revision

Viewing changes to windows-syncany/SyncanyExt/ContextMenuExt.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 {8E65E24B-A16C-4DDB-ABE9-D4940C657648} = s 'Syncany Context Menu Extensions'
 
6
                {
 
7
                        InprocServer32 = s '%MODULE%'
 
8
                        {
 
9
                                val ThreadingModel = s 'Apartment'
 
10
                        }
 
11
                }
 
12
        }
 
13
        NoRemove AllFilesystemObjects
 
14
        {
 
15
                NoRemove ShellEx
 
16
                {
 
17
                        NoRemove ContextMenuHandlers
 
18
                        {
 
19
                                ForceRemove Sycany = s '{8E65E24B-A16C-4DDB-ABE9-D4940C657648}'
 
20
                                {
 
21
                                        
 
22
 
 
23
                                }
 
24
                        }
 
25
                }
 
26
        }
 
27
        NoRemove All
 
28
}