Menu

configureFileViewer

K. King

How to configure your own File-Viewer to browse in search results?

  1. Open the file SearchinZipFiles.exe.config with a text editor.
  2. Search for the appSettings section
    <appSettings>
    <add key="OpenExecute" value="Notepad.exe" />
    <add key="OpenArgumentsFormat" value="{0}" />
    </appSettings>

  3. Add your own FileViewer in stead of "Notepad.exe". It might be necessary to add the full path to your exe.

  4. Control the Arguments-Format:
    "{0}" means only the unzipped file will be used as program argument
    "{0},{1}" means, that the first argument is the unzipped file, the second is the line number

  5. Save the file SearchinZipFiles.exe.config

  6. Restart SearchinZipFiles.exe

MongoDB Logo MongoDB