making a deployment image

Brian Brown rbb at techgame.net
Wed May 21 21:09:31 UTC 2003


On Wednesday 21 May 2003 02:48 pm, Bovaird, Brian wrote:
> I did the following suggestion from Andreas:
>
> * Rename 'Squeak.exe' to 'MyApp.exe'
> * Rename 'Squeak.ini' to 'MyApp.ini'
> * Move 'Squeak.image' to 'appdata\MyApp.dat'
> * Within MyApp.ini add
>
> [Global]
> WindowTitle = My Coolest App
> ImageFile = appdata\MyApp.dat
>
> I had saved my image with my app running. This works great. I can double
> click on my .exe and I can play my game.
> However all the background stuff is there ("desktop" that has the "widget"
> tab, etc...). User can click on the "desktop" and get access to the image,
> save it, etc...
>
> How do I purge all this stuff that has nothing to do with my application?
>

Take a look at the lockdown product on SqueakMap... this should get rid of all 
those things that you are talking about.

> Thanks,
> Brian



More information about the Squeak-dev mailing list