D
DaveO
My apologies for individually posting this to multiple newsgroups - my ISP
won't allow multiple posts.
I'm not a C programmer, so I'm looking for someone to modify some UnZip code
for a Self-Extracting stub.
I have a copy of the source code of the UnZipSFX utility, also available
from :
http://sourceforge.net/project/showfiles.php?group_id=118012
I need the following modifications made :
1. Change to default 'unzip to' path from the current path, and hard code it
to a specific directory.
2. Set the stub to automatically overwrite any existing files without
prompting.
3. Must accept a " /auto " switch as our existing application shells the
self extracting exe with that switch ( currently using a WinZip SE file with
the /auto for 'auto extract' ).
4. Once the stub is run, it must auto extract the data from the zip file
without any user interaction required.
5. If not too time consuming, strip out any code that is not required for
the above specs ( eg Password check, prompts, etc ) to help reduce the size
of the final compiled stub.
6. Source code must be returned to me in case we need additional
modifications in the future.
Any advice or pointers appreciated,
Regards
Dave
won't allow multiple posts.
I'm not a C programmer, so I'm looking for someone to modify some UnZip code
for a Self-Extracting stub.
I have a copy of the source code of the UnZipSFX utility, also available
from :
http://sourceforge.net/project/showfiles.php?group_id=118012
I need the following modifications made :
1. Change to default 'unzip to' path from the current path, and hard code it
to a specific directory.
2. Set the stub to automatically overwrite any existing files without
prompting.
3. Must accept a " /auto " switch as our existing application shells the
self extracting exe with that switch ( currently using a WinZip SE file with
the /auto for 'auto extract' ).
4. Once the stub is run, it must auto extract the data from the zip file
without any user interaction required.
5. If not too time consuming, strip out any code that is not required for
the above specs ( eg Password check, prompts, etc ) to help reduce the size
of the final compiled stub.
6. Source code must be returned to me in case we need additional
modifications in the future.
Any advice or pointers appreciated,
Regards
Dave