How to deploy a Pharo 2.0 Desktop application?
Maybe my old description from Squeak times can help here a little bit: Win32 Custom Product Building http://squeakvm.org/win32/custom.html You may also be able to use http://en.wikipedia.org/wiki/Resource_Hacker on an existing VM executable I guess. There is no service yet to build a custom VM. Also have a look at ImageLocker-Core-tbn.1.mcz from http://squeaksource.com/PharoGoodies/ Also look at http://stackoverflow.com/questions/3714631/adding-stuff-to-run-on-startup-of... Bye T.
On 14 March 2013 10:09, Torsten Bergmann <astares@gmx.de> wrote:
Maybe my old description from Squeak times can help here a little bit:
Win32 Custom Product Building http://squeakvm.org/win32/custom.html
You may also be able to use http://en.wikipedia.org/wiki/Resource_Hacker on an existing VM executable I guess.
There is no service yet to build a custom VM.
Also have a look at ImageLocker-Core-tbn.1.mcz from http://squeaksource.com/PharoGoodies/
Also look at http://stackoverflow.com/questions/3714631/adding-stuff-to-run-on-startup-of...
I think in a future we should provide a solution to the topic, without requiring the developer to build own VM or install extra software and learn how to use it..
Bye T.
-- Best regards, Igor Stasenko.
VisualAge has one wizard that is quite old, but gives the user an ability to dump a folder with an myapp.exe launcher that can be zipped / converted into an installer easily. It goes through nearly all of the steps we talk of. On Thu, Mar 14, 2013 at 5:48 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 14 March 2013 10:09, Torsten Bergmann <astares@gmx.de> wrote:
Maybe my old description from Squeak times can help here a little bit:
Win32 Custom Product Building http://squeakvm.org/win32/custom.html
You may also be able to use http://en.wikipedia.org/wiki/Resource_Hacker on an existing VM executable I guess.
There is no service yet to build a custom VM.
Also have a look at ImageLocker-Core-tbn.1.mcz from http://squeaksource.com/PharoGoodies/
Also look at http://stackoverflow.com/questions/3714631/adding-stuff-to-run-on-startup-of...
I think in a future we should provide a solution to the topic, without requiring the developer to build own VM or install extra software and learn how to use it..
Bye T.
-- Best regards, Igor Stasenko.
participants (3)
-
Igor Stasenko -
S Krish -
Torsten Bergmann