SearchInZipFiles Wiki
Searches text in files contained in zip files
Status: Beta
Brought to you by:
kking009
How to configure your own File-Viewer to browse in search results?
Search for the appSettings section
<appSettings>
<add key="OpenExecute" value="Notepad.exe" />
<add key="OpenArgumentsFormat" value="{0}" />
</appSettings>
Add your own FileViewer in stead of "Notepad.exe". It might be necessary to add the full path to your exe.
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
Save the file SearchinZipFiles.exe.config