By Hennisch - 10 Sep 2024
Besides opening the already supported compressed files, adding support for 7z would be outstanding. Especially as it is used a lot due to its great compression ratio.
|
By LogViewPlus Support - 10 Sep 2024
Hi Hennisch,
7zip support is a great idea - thanks for the suggestion! I will take a look and see what we can do for the next release.
In the meantime, you can manually add support for 7zip by creatinga command that references your local 7zip installation. The link is to an old video, but I think it will give you the idea of how everything should be configured.
Hope that helps,
Toby
|
By Hennisch - 11 Sep 2024
Hey, that referenced video is unfortunately set to private, so I am not able to view it. 
|
By LogViewPlus Support - 12 Sep 2024
Sorry about that - thanks for letting me know. I have now updated the video privacy settings.
The information in the video is out of date, but the process for creating a custom command is still accurate.
Hope that helps,
Toby
|
By Hennisch - 12 Sep 2024
So how do I pass the file name in the arguments? The arguments would look like this:
7z e archive.zip -oc:\soft

|
By LogViewPlus Support - 12 Sep 2024
You can put static arguments directly into the Arguements field. A small number of dynamic arguements are also supported.
Hope that helps,
Toby
|
By Hennisch - 16 Sep 2024
I have tried that but I have no clue how to pass the currently handed over file to to 7z. This did not work:

|
By LogViewPlus Support - 16 Sep 2024
Try ${TARGET_PATH}. The target variables refer to the target log file being opened. Current variables refer to the currently selected log file (which is not relevant in this case).
Hope that helps,
Toby
|