FAR Manager Fixes
From KnowWiki
| FAR Manager |
|---|
| FAR Manager Topics |
| How To · Troubleshooting · Technical Notes |
[edit] MS Office 2010 Virtual App causes a warning message to pop-up in FAR
If you are seeing "The specified module could not be found" message in FAR you need to modify the "open" command for the given file extension to make it kosher.
Example for the Excel 2010:
- In regedit rename HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command to something like HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command-bak
- Change the default (@) key in HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open to read
C:\WINDOWS\system32\CCM\VAppLauncher.exe /launch "Microsoft Excel 2010 14.0.4750.1000" "%1"
The above string came from the Excel startup shortcut, plus the "%1" for the file pointer.
If you are having troubles lunching the .xlsx extension make sure the HKEY_CLASSES_ROOT\.xlsm default entry says something like
Excel.Sheet.12
For the other Office 2010 products use
- HKEY_CLASSES_ROOT\Word.Document.12\shell\Open\command @=C:\WINDOWS\system32\CCM\VAppLauncher.exe /launch "Microsoft Word 2010 14.0.4750.1000" "%1"
- HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\Open\command @=C:\WINDOWS\system32\CCM\VAppLauncher.exe /launch "Microsoft PowerPoint 2010 14.0.4750.1000" "%1"
Be patient, it may take 5-10 sec for the Office splash window to come up after you press Enter on a file in FAR.
[edit] FAR goes into an office document as if it were an archive
Configure arclite to ignore the office extensions:
- Press Alt-Shift-F9, pick arclite
- Exclude the files matching masks: *.doc,*.doc?,*.xls,*.xls?,*.ppt,*.ppt?,*.vsd,*.vsd?
|
|||||