Hi people,
I create a one click setup for newbies. It will do the following things after run: 1. download SqueakVM from ftp.squeak.org 2. download 3.9 images, soruces ftp.squeak.org 3. extract all things 4. create shortcut in desktop and program menu. I found the download process may cost some time, because there is only one download session. The installer can work only in Windows. It can be get from: http://liuxinyu95.googlepages.com/squeak3.9_win_installer.exe I created it with NullSoft installation system scripts. I shared the script code here: http://liuxinyu95.googlepages.com/squeak3.9_win_install.nsi You can change it when 3.9 package updates. Have fun with 3.9! Best regards. Yours, Liu _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
I fixed a problem in the installer.
When user installs squeak to a folder which name contains space letter, the Windows short cut such as: squeak.exe folder name\xxxx.image will failed to parse the full path. Add quote mark will solve this problem. Please get the latest one from: <a href="http://liuxinyu95.googlepages.com/squeak3.9_win_installer.exe" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://liuxinyu95.googlepages.com/squeak3.9_win_installer.exe Best regards. Liu. On 10/16/06, Xinyu Liu <[hidden email]> wrote: Hi people, _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Xinyu Liu
Hi,
I'm a primary teacher trying to use a customized version of Squeak 3.9 with Youngers and I need a nsi script to install the web plugin from Squeakland so I'll be able to let my pupils to use our customized version of Squeak over the Internet. I've installed the Squeakland plugin and after this replaced the .image file, but it is done by hand and it differs from Windows XP to Windows Vista. I'm not a programmer and had little experience with NSIS, but I can learn a little more with some help. Anny help will be appreciated. AL
|
Free forum by Nabble | Edit this page |