Hi! We have our own application that we would like to make portable and compatible with Portable Application Suite. Currently we already made our app portable, but encountered one problem when tried to insert our app in the Suite. Our app has 2 executables - one standard 32 bit executable (the main one) and the second - 64 bit hook support application for Windows x64 in the same directory. But Portable Application Suite shows both of them in its main menu. How can we hide the second support application from being show in the menu?
Currently we cannot move the support app in other folder since it won't be compatible with the normal installable application.
Also, the other our app that we would like to make portable has 2 additional command line utilities that should not be shown in the main menu (since they must be run from a command like with specific params).
And the last question - when I try an portable app downloaded from this site, it first asks me where to extract files using the standard GUI 7zip SFX dialog. But text in this dialog is changed to reflect the app name, etc. I found that I can achieve this by editing the dialog resources of 7z.sfx file. Is this the good way or am I doing something wrong?