home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / viewers / excel7vw / xlvwr.exe / xlview1.cab / Xlview / Xlview3.reg < prev   
Encoding:
Text File  |  1995-12-07  |  552 b   |  32 lines

  1. section "WinNT" {
  2.     ; Windows NT specific section
  3.     classes_root {
  4.         key "Excel.Sheet.5" {
  5.             key noremove "shell" = "ExcelView" {
  6.                 key "Open" {
  7.                     key noremove "command" = "|destdir|xlview.exe /e"
  8.                 }
  9.             }
  10.         }
  11.     }
  12. }
  13.  
  14. section "Win95" {
  15.     ; Windows-95 specific section
  16.     classes_root {
  17.         key "Excel.Sheet.5" {
  18.             key noremove "shell" = "ExcelView"
  19.         }
  20.     }
  21. }
  22.  
  23.  
  24. ; Common section
  25. classes_root {
  26.     key "CLSID" {
  27.         key "{00020810-0000-0000-C000-000000000046}" {
  28.             key noremove "LocalServer32" = "|destdir|xlview.exe"
  29.         }
  30.     }
  31. }
  32.