Squeakland Windows Installer

Cees De Groot cdegroot at gmail.com
Tue Feb 7 21:32:31 UTC 2006


From: Cees De Groot <cdegroot at gmail.com>
To: The general-purpose Squeak developers list
<squeak-dev at lists.squeakfoundation.org>
Date: Oct 23 2005 - 7:23pm

Hi,

I was bored for 10 minutes so decided to do a bit about the
first-user-experience. The result can be admired at
http://www.tric.nl/~cg/Squeak3.8-6665full-installer.exe in the form of
a nice NSIS installer which creates start menu icons and desktop icons
and all that nauseating stuff :).

The sources are at
http://kilana.unibe.ch:8888/WindowsInstaller/InstallerBuilder-CdG.1.mcz
and replicating this is quite simple:

- put the source files for the installer in a src/ subdirectory
- load the mcz in an image
- install NSIS (http://nsis.sourceforge.net/)
- execute
Win32InstallerBuilder buildInstallerForProduct: 'Squeak3.8'
version: '6665full'

Maybe an idea to collect Linux, MacOS X, .. installers in the same package?

Anyway, I hope this is useful and that the resulting executable finds
its way to squeak.org. As usual, feedback is most appreciated

On 2/7/06, goran at krampe.se <goran at krampe.se> wrote:
> Hi!
>
> Look at:
>
>         http://swiki.krampe.se/gohu/23
>
> regards, Göran
>
> PS. Cees has a newer version based on that one, but I don't recall the
> URL.
>
>



More information about the Squeak-dev mailing list