Howto in wcx plugin I can get info for set of user choice archive settings?
as Also pack path name (only recursed), Recursively pack subfirecroties, Multiple disk archvie, Create SFX and all others?
In WCX Writer's Reference.hlp I not found this info.
[WCX] API How to get options setting by user in pack dialog
Moderators: Hacker, petermad, Stefan2, white
2vserd
Hi,
Hi,
There is function ConfigurePacker which can be used to display your own packer options dialog.Howto in wcx plugin I can get info for set of user choice archive settings?
Check the parameter Flags in PackFiles if it contains PK_PACK_SAVE_PATHS.pack path name
Total Commander will give you the proper target filenames in ProcessFile.Recursively pack subfirecroties
An easy way is to check if the user has entered exe as file extension. This is what happens when this option is checked.Multiple disk archvie
2 Lefteous
Found BUG in Inteface.
If I try set packer to plugin or non zip packer and them set chekbox "create sfx", packer changed to zip.
Sample
after show dialog
zip:"D:\WCX Writer's Reference.zip"
chek tar:
tar:"D:\WCX Writer's Reference.tar"
chek "Create SFX":
zip:"D:\WCX Writer's Reference.exe"
second chek tar:
tar:"D:\WCX Writer's Reference.exe"
Unchek "Create SFX":
tar:"D:\WCX Writer's Reference.tar"
chek "Create SFX":
zip:"D:\WCX Writer's Reference.exe"
If options in Pack Dialog avaible, why I must duble in own interface? Its bad design.There is function ConfigurePacker which can be used to display your own packer options dialog.
h.m. I think of this.An easy way is to check if the user has entered exe as file extension. This what happens when this option is checked.
Found BUG in Inteface.
If I try set packer to plugin or non zip packer and them set chekbox "create sfx", packer changed to zip.
Sample
after show dialog
zip:"D:\WCX Writer's Reference.zip"
chek tar:
tar:"D:\WCX Writer's Reference.tar"
chek "Create SFX":
zip:"D:\WCX Writer's Reference.exe"
second chek tar:
tar:"D:\WCX Writer's Reference.exe"
Unchek "Create SFX":
tar:"D:\WCX Writer's Reference.tar"
chek "Create SFX":
zip:"D:\WCX Writer's Reference.exe"
2vserd
I agree partially. TC should ask the plugin for supported options and build the user interface based on this information. On the other hand plugins may have options which can be quite specific or even unique. More common options are required but a packer-specific dialog as some kind of extended option dialog is definetely necessary.If options in Pack Dialog avaible, why I must duble in own interface? Its bad design.
This bug is well known I think (isn't it?) and I hope it will be be fixed in TC 7.0 (along with a new more general option caption).Found BUG in Inteface.
If I try set packer to plugin or non zip packer and them set chekbox "create sfx", packer changed to zip.
2 Lefteous
. Where I see list of founded bugs?
Its Ideal solution, but not achieve (ralize).I agree partially. TC should ask the plugin for supported options and build the user interface based on this information.


If TC realize base set of options, well know to users, plugin do not need double it, plugin shuld get user choice. Packer-specific options must realize in our configure dialog, and get from our mechanism.On the other hand plugins may have options which can be quite specific or even unique. More common options are required but a packer-specific dialog as some kind of extended option dialog is definetely necessary.
I do not know of thisThis bug is well known
