Windows Starter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Windows Starter

joe biggins
Hello,

Ive developed a program that is available over the internet with the
specific instrutions to windows users to "drag and drop the image file
onto the squeak.exe file" seems simple enough to me, but it seems like
some people just want to double click everything no matter what you
say. LOL!

So, does anyone know where I can get a open source starter program
that can sit on their desktop and they can click on it and it starts
my image file.  I know nothing about windows as ive been using only
linux for over 10 years, so this would need to be a simple text file I
could tinker with or something - is there such a thing?

Many thanks
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Windows Starter

Levente Uzonyi-2
On Sat, 5 Mar 2011, joe biggins wrote:

> Hello,
>
> Ive developed a program that is available over the internet with the
> specific instrutions to windows users to "drag and drop the image file
> onto the squeak.exe file" seems simple enough to me, but it seems like
> some people just want to double click everything no matter what you
> say. LOL!
>
> So, does anyone know where I can get a open source starter program
> that can sit on their desktop and they can click on it and it starts
> my image file.  I know nothing about windows as ive been using only
> linux for over 10 years, so this would need to be a simple text file I
> could tinker with or something - is there such a thing?

There's no need for a "starter program", because the VM can do this.
There's a file named Squeak.ini (in the same directory as Squeak.exe)
which contains arguments for the VM on Windows. In this file you can add
or change the value of the ImageFile property to point to your image. For
example the Squeak 4.2 All-in-One contains the following entry:

ImageFile="Contents\Resources\Squeak4.2-10966.image"

If this is done, then you can add a shortcut to the desktop of the user,
which points to the VM executable. When the user double-clicks the
shortcut, the VM will open with the specified image.


Levente

>
> Many thanks
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Windows Starter

Bert Freudenberg

On 05.03.2011, at 04:59, Levente Uzonyi wrote:

> On Sat, 5 Mar 2011, joe biggins wrote:
>
>> Hello,
>>
>> Ive developed a program that is available over the internet with the
>> specific instrutions to windows users to "drag and drop the image file
>> onto the squeak.exe file" seems simple enough to me, but it seems like
>> some people just want to double click everything no matter what you
>> say. LOL!
>>
>> So, does anyone know where I can get a open source starter program
>> that can sit on their desktop and they can click on it and it starts
>> my image file.  I know nothing about windows as ive been using only
>> linux for over 10 years, so this would need to be a simple text file I
>> could tinker with or something - is there such a thing?
>
> There's no need for a "starter program", because the VM can do this. There's a file named Squeak.ini (in the same directory as Squeak.exe) which contains arguments for the VM on Windows. In this file you can add or change the value of the ImageFile property to point to your image. For example the Squeak 4.2 All-in-One contains the following entry:
>
> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>
> If this is done, then you can add a shortcut to the desktop of the user, which points to the VM executable. When the user double-clicks the shortcut, the VM will open with the specified image.
>
>
> Levente

Also, if no ImageFile is given in the .ini, the Windows VM will try to open an image of the same name as the VM executable. So if you have MyApp.exe and MyApp.image it should Just Work (TM).

- Bert -

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Windows Starter

Andreas.Raab
In reply to this post by Levente Uzonyi-2
On 3/5/2011 1:59 PM, Levente Uzonyi wrote:

> On Sat, 5 Mar 2011, joe biggins wrote:
>
>> Hello,
>>
>> Ive developed a program that is available over the internet with the
>> specific instrutions to windows users to "drag and drop the image file
>> onto the squeak.exe file" seems simple enough to me, but it seems like
>> some people just want to double click everything no matter what you
>> say. LOL!
>>
>> So, does anyone know where I can get a open source starter program
>> that can sit on their desktop and they can click on it and it starts
>> my image file. I know nothing about windows as ive been using only
>> linux for over 10 years, so this would need to be a simple text file I
>> could tinker with or something - is there such a thing?
>
> There's no need for a "starter program", because the VM can do this.
> There's a file named Squeak.ini (in the same directory as Squeak.exe)
> which contains arguments for the VM on Windows. In this file you can add
> or change the value of the ImageFile property to point to your image.
> For example the Squeak 4.2 All-in-One contains the following entry:
>
> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>
> If this is done, then you can add a shortcut to the desktop of the user,
> which points to the VM executable. When the user double-clicks the
> shortcut, the VM will open with the specified image.

More information on deployment options are here:

http://squeakvm.org/win32/settings.html
http://squeakvm.org/win32/custom.html

Cheers,
   - Andreas
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners