PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: David Warner on April 24, 2004, 12:25:39 PM

Title: Suggested ZIP File replacement for FireFly distribution
Post by: David Warner on April 24, 2004, 12:25:39 PM
Paul,

I am using WinRAR to make SFX executable installation files out of ZIP files - which include a desktop shortcut.  I converted the FF Version 1.03 ZIP file to an SFX file and there was only a 35K increase in size which included the desktop shortcut.  The price for WinRAR is only $29.  I have no affiliation with the developers but I like the program very much because it is very easy to use.

~Bob
Title: Suggested ZIP File replacement for FireFly distribution
Post by: TechSupport on April 24, 2004, 01:26:41 PM
Thanks Bob, good advice.

I need to take time to re-evaluate the method of distribution. WinRAR could definately be an option.
Title: Re: Suggested ZIP File replacement for FireFly distribution
Post by: Marc Giao on April 24, 2004, 01:45:09 PM
Quote from: Bob Scott... I have no affiliation with the developers but I like the program very much because it is very easy to use.

I have to agree. Been using it for over 3 years, it's solid and worth every cent.

I give it a  :!: 5 FireFly :!: Rating  :D

Regards,
Marc
Title: Suggested ZIP File replacement for FireFly distribution
Post by: mwmeeks on April 25, 2004, 06:35:37 PM
My 0.02 worth...

Agree.  Winrar worth every penny!

Mike
Title: Suggested ZIP File replacement for FireFly distribution
Post by: Anonymous on April 26, 2004, 04:35:46 AM
Why not use InnoSetup? That's what I use for my distribution and it works great.

I'd even be persuaded to create the InnoSetup package for FF if that's of interest.

Andrew
Title: Suggested ZIP File replacement for FireFly distribution
Post by: TechSupport on April 26, 2004, 08:17:36 AM
I have used Inno in the past... but if I remember correctly, does it add something like 400K or more to the distribution? Not sure, it has been a couple of years since I used it (for a VB project).
Title: Suggested ZIP File replacement for FireFly distribution
Post by: David Martin on April 26, 2004, 12:26:08 PM
Quote from: TechSupportI have used Inno in the past... but if I remember correctly, does it add something like 400K or more to the distribution? Not sure, it has been a couple of years since I used it (for a VB project).

I just built a basic install with Inno 4.2.0 for the Logon tutorial ... it came out to be 295 Kb ... 270 Kb larger than the executable alone.

But it also was able to ask for install directory ( with a default option ), create a desktop shortcut, Programs menu group with shortcut, have an item listed in the Uninstall of Add/Remove Programs, etc...

If you are already at about 1.6 Mb I guess it just depends on how much you think an additional 270 Kb is worth I guess.

I can tell you that since I started using an actual install program, instead of a self extracting zip file, my customers have many fewer install questions.

David
Title: Suggested ZIP File replacement for FireFly distribution
Post by: TechSupport on April 26, 2004, 12:43:43 PM
To be honest, I was quite happy with AGInstaller. It created shortcuts and uninstall as well and only added 35K or so to the package. However, during the release of FireFly I received two reports of the installer failing to work on some systems. :(

Another option may possibly be the NSIS program - you know, the one from Nullsoft that was used to distribute Winamp.

Nonetheless, I would expect that my target market, programmers, are skilled enough to handle a simple Zip file so I am not overly worried about the install program at this point.
Title: Suggested ZIP File replacement for FireFly distribution
Post by: David Martin on April 26, 2004, 01:01:16 PM
Yeah, there are more than a few good options out there now.  I have looked at a couple of others but my scripts are already written and the combination of InnoSetup & ISTool works for me so ...

David