On Thu, Feb 16, 2012 at 16:41, RAPPAZ Francois <francois.rap...@unifr.ch> wrote:
> With windows 7, I would like to remove some files in an exe made with pp

Impossible (with any OS).

> What's the correct way to repack from a directory tree  ?

Don't pack into an executable right away, instead pack into an
intermeditate PAR archive

  pp -p -o temp.par ...

(you probably want to use -B here which is the default when packing
to an executable, but not when packing to a PAR)

temp.par is a "real" zip, so slice and dice it to your liking (while keeping
the basic diretory layout intact). Finally pack it into an executable

  pp -o final.exe temp.par

Cheers, Roderich

Reply via email to