You are here

Two executables in one app

4 posts / 0 new
Last post
kde
Offline
Last seen: 16 years 1 month ago
Joined: 2008-01-15 14:14
Two executables in one app

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?

wk
wk's picture
Offline
Last seen: 9 months 3 weeks ago
Joined: 2007-09-05 12:31
@ your first question..

Hi and welcome, here are some possibilities
- wait for the next official release of PAM 1.1, or
- use a mod like r31 https://portableapps.com/node/8569#comment-53345 , or
- use a starter with .ini in a mainfolder and put Your appfolder into it. https://portableapps.com/node/10495#comment-61573

"Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis .." Friday Next -
"May The Schwartz be with You!" Yogurt the Yoda

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Okie dokie.

With regards to the first and second paragraphs, this feature is coming in future versions, not yet though.
With regards to the last question, that is fine, but it is better to use the PortableApps.com Installer (grab the source from the latest updated app).

"If you're not part of the solution, you're part of the precipitate."

kde
Offline
Last seen: 16 years 1 month ago
Joined: 2008-01-15 14:14
Thank you very much. For now

Thank you very much.

For now I decided to use a starter app which just starts the main application that is located one level deeper.

Log in or register to post comments