View previous topic :: View next topic |
Author |
Message |
Total7zip Junior Member


Joined: 18 Dec 2010 Posts: 74
|
Posted: Sun Dec 19, 2010 4:14 pm Post subject: Total7zip |
|
|
0.8.5.3
x64 version added
c++ libraries updated: boost 1.52, pugixml 1.2
compiler vs2012
download link: totalcmd.net
update 2011/01/29:
version 0.8.0.9 - is released on totalcmd.net
+lister plugin is added
+content plugin is translated to all languages
+Total7zip can create 7z, bzip2, gzip, tar, wim, xz and zip archives
update 2010/12/31:
version 0.7.0.3 - is released on totalcmd.net
+you can use Total7zip as a content plugin
+optimizations and fixes here and there
Total7zip 0.6.0.2
+"move to archive" feature is implemented
+you can disable unwanted format handlers
+plugin loads list of supported formats from 7z.dll, if you update 7z.dll all new supported formats will be supported by Total7zip.
-fixed adding files to archive from RO drives.
+extractToTempCount is used only for solid archives now.
+all Total Commander versions are supported.
+logs.
+better support for gzip, flv, msi, vhd _________________ Total7zip - wcx plugin
Last edited by Total7zip on Thu Nov 15, 2012 1:33 am; edited 15 times in total |
|
Back to top |
|
 |
infimum Junior Member

Joined: 08 Dec 2007 Posts: 39
|
Posted: Sun Dec 19, 2010 4:27 pm Post subject: |
|
|
Thanks! |
|
Back to top |
|
 |
sas2000 Power Member


Joined: 06 Feb 2003 Posts: 682 Location: Galiza
|
Posted: Sun Dec 19, 2010 10:00 pm Post subject: |
|
|
Thanks  |
|
Back to top |
|
 |
cnnnc Junior Member

Joined: 20 May 2007 Posts: 30
|
Posted: Mon Dec 20, 2010 2:01 am Post subject: |
|
|
Great! Thanks! |
|
Back to top |
|
 |
horus Junior Member

Joined: 02 Jul 2010 Posts: 13
|
Posted: Mon Dec 20, 2010 4:56 am Post subject: Thanks |
|
|
++Thanks
dream come true  |
|
Back to top |
|
 |
bigtimefan Junior Member

Joined: 03 May 2004 Posts: 15
|
Posted: Mon Dec 20, 2010 7:31 pm Post subject: |
|
|
Excellent implementation. This should become a very important plugin. Great work! |
|
Back to top |
|
 |
fenix_productions Power Member


Joined: 07 Aug 2005 Posts: 1945 Location: Poland
|
Posted: Tue Dec 21, 2010 4:57 am Post subject: |
|
|
2Total7zip
Could you provide formats flags for this plugin?
Finding out all supported flags for each archive type is troublesome and Total7zip gives none of them by default. _________________ "When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099 |
|
Back to top |
|
 |
Total7zip Junior Member


Joined: 18 Dec 2010 Posts: 74
|
Posted: Tue Dec 21, 2010 5:22 am Post subject: |
|
|
I can help you.
PK_CAPS_NEW 1 /* Can create new archives */
PK_CAPS_MODIFY 2 /* Can modify existing archives */
PK_CAPS_DELETE 8 /* Can dele
PK_CAPS_OPTIONS 16 /* Has options dialog */
is supported only for 7z format.
1+2+8+16=27
PK_CAPS_MEMPACK 32 /* Supports packing in memory */
is not supported at all
PK_CAPS_BY_CONTENT 64 /* Detect archive type by content */
PK_CAPS_SEARCHTEXT 128 /* Allow searching for text in archives */
PK_CAPS_ENCRYPT 512 /* Plug-in supports PK_PACK_ENCRYPT option*/
is supported by the plugin, (all file types).
64+128+512=704
PK_CAPS_HIDE 256 /* Show as normal files (hide packer */
/* icon), open with CCtrl+PageDown, not Enter*/
you can use it or not - this is only affects how total commander uses plugin.
PK_CAPS_MULTIPLE 4 /* Archive can contain multiple files */
I always use it, but maybe it's not needed for example for bz2 format.
And finally,
for 7z we have:
735 (704 + 27 + 4)
for other formats:
708 (704 + 4) (if archive can contain multiple files)
704 (if archive can not contain multiple files)
I will think how to add these flags to the next version of the plug-in. _________________ Total7zip - wcx plugin |
|
Back to top |
|
 |
fenix_productions Power Member


Joined: 07 Aug 2005 Posts: 1945 Location: Poland
|
Posted: Tue Dec 21, 2010 5:45 am Post subject: |
|
|
2Total7zip
Thx but is seems little inconsistent:
You wrote that PK_CAPS_NEW is supported for 7z only but "Add to archive" dialogue (called via Configuration button) allows to choose 7z, tar, wim and zip as Archive formats. _________________ "When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099 |
|
Back to top |
|
 |
Total7zip Junior Member


Joined: 18 Dec 2010 Posts: 74
|
Posted: Wed Dec 22, 2010 2:05 am Post subject: |
|
|
You're right.
But in current version of the plugin you can save compression settings only for 7z.
I will add this to my TODO list.
Thank you. _________________ Total7zip - wcx plugin |
|
Back to top |
|
 |
Total7zip Junior Member


Joined: 18 Dec 2010 Posts: 74
|
Posted: Wed Dec 22, 2010 1:34 pm Post subject: |
|
|
you can download new test version - Total7zip v0.5.8.6 in the first post of this thread.
what's new:
+better support for FLV - for example, now it's possible to extract audio track from flv file.
+better support for VHD. you will see ntfs and fat files inside.
+better support for MSI.
+formats are loaded from 7z.dll dynamically - if there will be new format handler in 7z.dll, it will be supported by Total7zip.
+all version of Total Commander are supported. non-Unicode interface is added.
+ArchView TC plugin is supported
-fixed adding files to 7z from read-only disks.
+now you can disable unwanted format handlers. see example bellow.
+extractToTempCount parameter now works only for solid archives.
+small fixes here and there.
example - this blocks PE handler for EXE files.
if EXE file is NSIS installer or SFX archive it still can be opened.
Code: | <formatsDisabled>
<format description="PE" guid="{23170F69-40C1-278A-1000-000110DD0000}">
<ext val="exe" />
</format>
</formatsDisabled>
|
example 2 - blocks PE handler for all files
Code: | <formatsDisabled>
<format description="PE" guid="{23170F69-40C1-278A-1000-000110DD0000}" />
</formatsDisabled>
|
if you need more information about supported formats
1. Configure 7z packer, and all available formats will be saved in Total7zip.xml configuration file.
2. Use DebugView to view Total7zip logs. _________________ Total7zip - wcx plugin |
|
Back to top |
|
 |
TW Senior Member

Joined: 19 Jan 2005 Posts: 326
|
Posted: Wed Dec 22, 2010 5:34 pm Post subject: |
|
|
thnx for this.
here a better mirror for 5.8.6 wcx only, as narod.ru is a real pain for a lot of people.
http://home.datacomm.ch/wrard/7z/Total7zip_0586.rar _________________ licenced and happy TC user since 1994 (#11xx) |
|
Back to top |
|
 |
Total7zip Junior Member


Joined: 18 Dec 2010 Posts: 74
|
Posted: Wed Dec 22, 2010 5:40 pm Post subject: |
|
|
thank you. I use your link in the 1st post. _________________ Total7zip - wcx plugin |
|
Back to top |
|
 |
Total7zip Junior Member


Joined: 18 Dec 2010 Posts: 74
|
|
Back to top |
|
 |
Horst.Epp Power Member


Joined: 06 Feb 2003 Posts: 2826 Location: Germany
|
Posted: Thu Dec 23, 2010 1:58 am Post subject: |
|
|
Total7zip wrote: | Total7zip v0.5.8.7 (test)
+MSI support is improved. plugin should open MSI files like 7zip File Manager. You need to clear <formats> section in Total7zip.xml
+GZIP support is improved.
http://narod.ru/disk/1973649001/Total7zip_0587.rar.html (wcx only, copy it over full version 0.5.7.0) |
Sorry but we cant use that link without reading russian.
Also this site tries to install some strange add-on if used with IE browser !
Last edited by Horst.Epp on Thu Dec 23, 2010 2:11 am; edited 1 time in total |
|
Back to top |
|
 |
|