app icons & packager

hi

need a help on how to force packager to use
application built-in icons (not from external files)
& make them visible in launch menu after installation
of the package?

thanx
quickcode

why my app installed from package 20% smaller then the
original program?

thanx
quickcode

“quickcode” <quickcode@narod.ru> wrote in message
news:acqchk$8sp$1@inn.qnx.com

why my app installed from package 20% smaller then the
original program?

Probably because it was strip of any debug/symbol information.

thanx
quickcode

This is a little wierd, but it should work:

Once you’ve created your package, pass it back through packager.
packager -m mypackage-x86.qpr basedir/

When packager asks its questions, just hit enter to accept the previously
entered response. You will have to enter your Launch Menu information again,
but once the package is rebuilt, the Launch Menu icon should be back to the
default icon that’s stored inside the executable.

Let me know if you have any problems.

Jerry Chappell

PS: Packager strips your executables when it packages them, to make them as
small as possible (ie: all debugging information is removed).

“quickcode” <quickcode@narod.ru> wrote in message
news:acqbm1$802$1@inn.qnx.com

hi

need a help on how to force packager to use
application built-in icons (not from external files)
& make them visible in launch menu after installation
of the package?

thanx
quickcode

This is a little wierd, but it should work:

Once you’ve created your package, pass it back through packager.
packager -m mypackage-x86.qpr basedir/

thanx, that ^ works :slight_smile:

quickcode