users
[Top] [All Lists]

Re: [cinjug-users] Creating a self extracting zip.

To: James Carman <james@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [cinjug-users] Creating a self extracting zip.
From: Eric Bardes <eric@xxxxxxxxxx>
Date: Thu, 29 Apr 2004 01:10:06 -0400
Cc: "'Straw, Jerry'" <Jerry_Straw@xxxxxxxxxx>, users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
In-reply-to: <000b01c42da2$4ffa4490$6501a8c0@carmani600m>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <003901c42d66$5f468df0$6501a8c0@carmani600m> <000b01c42da2$4ffa4490$6501a8c0@carmani600m>
User-agent: Mutt/1.5.5.1+cvs20040105i
On Thu, Apr 29, 2004 at 12:27:31AM -0400, James Carman wrote:
> I'm sorry.  I misunderstood what you were asking for.  So, you've got a
> server-side process (probably a webapp) which needs to create
> self-extracting archives of some kind?  Are all of your people going to have
> a JRE installed on their machines?  If so, then you might be able to get
> away with the self-extracting jar approach.  However, if your users are
> typical corporate users who probably do not have javaw.exe registered as the
> default file handler for JAR files in windows, you might be up the
> proverbial creek.  Is it a strict requirement that they be self-extracting?
> Your users can't live with opening the zip files using something like winzip
> or the built-in zip file support in Windoze XP (if that's your platform)?
> Most corporate users are already familiar with that process, I would hope.
> :-)

The folks at Info-ZIP have a free (BSD-ish license) DOS self-extractor.
They have a FAQ entry on how to create self-extracting files.  Basicly,
it's append zipped data to EXE stub and run a utility to patch up the
directory entries.

  www.info-zip.org



<Prev in Thread] Current Thread [Next in Thread>