I have never tried but it seems you can wrap installer in MSI files
using WiX http://wixtoolset.org/ and this package http://www.exemsi.com/
To write the installer check this out:
http://code.google.com/p/biosmalltalk/wiki/NSISInstallerScript
Hernán
El 26/08/2013 17:29, Usman Bhatti escribió:
We used to do this routinely with VisualWorks app's back when building for
Mac and Windows - the start menu is usually what a client wants ... (
pre-Retro/Metro Win 8 ;-)
On 26 August 2013 17:29, Usman Bhatti wrote:
> On Mon, Aug 26, 2013 at 7:10 PM, Stéphane Ducasse <
> stephane.duca...@inria.
On Mon, Aug 26, 2013 at 7:10 PM, Stéphane Ducasse wrote:
>
>
> > Hello,
> >
> > Does anyone have experience of distributing Pharo-based software as an
> MSI installer package to be installed by clients?
>
> what is an MSI?
>
Microsoft installer, a packaging for windows-based software that allows
> Hello,
>
> Does anyone have experience of distributing Pharo-based software as an MSI
> installer package to be installed by clients?
what is an MSI?
> I would particularly like to know the tool that was used to create the MSI.
Do you mean installing a Pharo App?
What means installing?
Be
Well I am writing tests for my html5 parser. So the script I have is generating
Smalltalk unit test code of all possible combinations a set of html elements. I
am using basic data mining to change the expected output.
To make it clear. The tests I have the elements html head body and p opening
Hello,
Does anyone have experience of distributing Pharo-based software as an MSI
installer package to be installed by clients? I would particularly like to
know the tool that was used to create the MSI.
regards,
Usman Bhatti
Thanks Stephan. I'll post questions there.
--
View this message in context:
http://forum.world.st/Seaside-JQuery-Ajax-processing-question-tp4704949p4705089.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hi Mohammad,
You can take a look at TestResult>>historyFor:
Why are you generating unit tests as code with a script? And why do you have
many
failing tests?
Stephan