Revision 7e26c075 trunk/Pithos.ShellExtensions/ProjectInstaller.cs

b/trunk/Pithos.ShellExtensions/ProjectInstaller.cs
1
/********************************** Module Header **********************************\
2
Module Name:  ProjectInstaller.cs
3
Project:      CSShellExtContextMenuHandler
4
Copyright (c) Microsoft Corporation.
5

  
6
The installer class defines the custom actions in the setup. We use the custom 
7
actions to register and unregister the COM-visible classes in the current managed 
8
assembly.
9

  
10
This source is subject to the Microsoft Public License.
11
See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
12
All other rights reserved.
13

  
14
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER 
15
EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
16
MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
17
\***********************************************************************************/
18

  
1

19 2
#region Using directives
20 3

  
21 4
using System.Collections;

Also available in: Unified diff