in reply to Update par packer executable

What files in the packed file you want to remove? Perhaps it is a better idea not to include them to start with?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics

Replies are listed 'Best First'.
Re^2: Update par packer executable
by Dirk80 (Pilgrim) on Feb 28, 2012 at 19:28 UTC

    Of course you are right that the better idea is not to include them.

    Because I have several executables this way I thought it would be nice to solve that problem with a script. So I started to use Archive::Zip and this lead me to the problem with the self extractable zip file.

    So now to be honest I'm very interested in the technique how to solve that problem. You are right that I could solve it easily if I'd rebuild the executables again without the files I want to remove now.