MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: Re: Installing package "SpreadOption`"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35934] RE: [mg35891] Re: Installing package "SpreadOption`"
  • From: "David Park" <djmp at earthlink.net>
  • Date: Thu, 8 Aug 2002 06:06:25 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Thanks John!

I didn't realize that the zipped files kept a directory path because that
column was barely visible at the right hand side of the Zip window. The
Extract worked perfectly. I trust that this will work for all users.

Thanks again to Omega Consulting and John Jowett for clarifying this issue.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/

From: John Jowett [mailto:John.Jowett at cern.ch]
To: mathgroup at smc.vnet.net


"David Park" <djmp at earthlink.net> wrote in message
news:aifm5c$q6a$1 at smc.vnet.net...
>>>>>>>>>>>>>>>>>>>>>>>>>>CUT<<<<<<<<<<<<<<<<
> Now, I would like to ask you how I can send a package, style sheets,
> palettes and documentation to a user. I am working in Windows 98 and have
> the WinZip program. As far as I understand (and I did ask the WinZip
people
> about it) it is not possible to include a file structure in a .zip file.
You
> can make self-extracting zip files (which I don't know how to do) but I
> understood that only people working under Windows can use them. So at
> present, in my major package, I tell people how to set up the file
structure
> in ExtraPackages. I put all the documentation files in one .zip file and
all
>>>>>>>>>>>>>>>>CUT<<<<<<<<<<<<<<<<<<<<

Hello,
        This is not my experience.   I can create an archive file with
WinZip  (Version 8.0) by right-clicking the original folder, say "myfolder"
, selecting WinZip/Add to myfolder.zip.   I can then recreate the internal
structure by opening the Zip file in WinZip, clicking the Extract button and
choosing a location to extract to.  As far as I can see this does not depend
on setting any special options of WinZip.  So the Omega Consulting recipe
works fine.

I think that the post by Omega Consulting is extremely helpful.  I like to
associate palettes with my packages and always had the problem of where to
put them.  My poor solution was to include code in the package to locate the
palette and open it as the palette was loaded.

The only problem I see with it is that the PalettePath option of the Front
End contains only a single underscore in

{$TopDirectory,AddOns,Applications,_,FrontEnd,Palettes}

which, I think, precludes finding palettes belonging to sub-packages loaded
with commands of the form

Needs["toppackagelevel`package`"]

but I suppose we can live with that.

John Jowett
http://cern.ch/jowett/





  • Prev by Date: Re: Parts in color
  • Next by Date: Need Help! Mathlink C++ problems
  • Previous by thread: Re: Installing package "SpreadOption`"
  • Next by thread: RE: RE: RE: Installing package "SpreadOption`"