home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Freeware / Utilitare / DesktopSidebar / Plugins / NotesEditor.DSPACKAGE / install.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-09  |  454 b   |  17 lines

  1. <?xml version="1.0" encoding="utf-8" ?> 
  2. <root>
  3. <requirements>
  4.  <item condition="$NET11" text="This plugin requires .NET Framework v1.1 to be installed" />
  5. </requirements>
  6.  
  7. <filegroups>
  8.  <group destination="$PLUGINS\$PACKAGE">
  9.   <files name="*.*"/>   
  10.   <files name="$PACKAGE.dll" action="$NET11DIR\regasm /codebase /silent "%1"" />   
  11.  </group>
  12. </filegroups>
  13. <actions>
  14.  <action cmd="ADDPANEL NotesEditor" />
  15. </actions>
  16. </root>
  17.