Página 1 de 1

Using UPX

Publicado: Jue May 24, 2007 4:32 pm
por Stephan Hennekens
Hi Ignacio, Jose,
would be nice to have an option to compress the exe file with upx, for
example when you are going to deliver an executable to a customer.
Regards,
Stephan

Using UPX

Publicado: Jue May 24, 2007 4:55 pm
por notelo
Stephan,
open Tools->Configure tools menu, click on Add button and configure it as
follow:
Name: UPX, or whatever you want
Program: <PathToUpx>
Directory: <PROJECT_DIR> //This is written here
Parameters: --compress-icons=0 "<PROJECT_EXE>" --compress-exports=0
Now click on Ok, open the Tools menu again and you will see a new entry at
the bottom with the UPX option.
Regards,
José Lalí­n

Using UPX

Publicado: Jue May 24, 2007 4:56 pm
por notelo
Stephan,
> Directory: <PROJECT_DIR> //This is written here
There is a typo:
Directory: <PROJECT_DIR> //As written here
Regards,
José Lalí­n

Using UPX

Publicado: Jue May 24, 2007 5:48 pm
por Stephan Hennekens
Wunderfull. This works!!!
Stephan
"José Lalín" <notelo@digo.com> wrote in message
news:4655a79e$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Stephan,
>
> open Tools->Configure tools menu, click on Add button and configure it as
> follow:
>
> Name: UPX, or whatever you want
> Program: <PathToUpx>
> Directory: <PROJECT_DIR> //This is written here
> Parameters: --compress-icons=0 "<PROJECT_EXE>" --compress-exports=0
>
> Now click on Ok, open the Tools menu again and you will see a new entry at
> the bottom with the UPX option.
>
> Regards,
> José Lalín