home *** CD-ROM | disk | FTP | other *** search
- section "WinNT" {
- ; Windows NT specific section
- classes_root {
- key "Excel.Sheet.5" {
- key noremove "shell" = "ExcelView" {
- key "Open" {
- key noremove "command" = "|destdir|xlview.exe /e"
- }
- }
- }
- }
- }
-
- section "Win95" {
- ; Windows-95 specific section
- classes_root {
- key "Excel.Sheet.5" {
- key noremove "shell" = "ExcelView"
- }
- }
- }
-
-
- ; Common section
- classes_root {
- key "CLSID" {
- key "{00020810-0000-0000-C000-000000000046}" {
- key noremove "LocalServer32" = "|destdir|xlview.exe"
- }
- }
- }
-