<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Dave.<div><br></div><div>Sure. Yet, would it be possible to use the shorter Installer API if not Metacello? Something like this:</div><div><br></div><div>Installer ss</div><div>   project: 'OSProcess';</div><div>   install.</div><div><br></div><div>Better not expose the Monticello API in the wizard ...</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 16.02.2020 02:09:16 schrieb David T. Lewis <lewis@mail.msen.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">I just noticed that the preference wizard for setting up Squeak 5.3<br>invites the user to install a Metacello configuration that was intended<br>to accommodate some earlier Pharo version, which naturally is obsolete<br>anyhow. I'd like to fix this for the Squeak release.<br><br>I know it's late for me to be noticing this, but does anyone mind if<br>I move MonticelloConfigurations-dtl.158 and PreferenceBrowser-dtl.99<br>to trunk so that it will be fixed for the release?<br><br>Dave<br><br>On Sun, Feb 16, 2020 at 12:34:59AM +0000, commits@source.squeak.org wrote:<br>> David T. Lewis uploaded a new version of PreferenceBrowser to project The Inbox:<br>> http://source.squeak.org/inbox/PreferenceBrowser-dtl.99.mcz<br>> <br>> ==================== Summary ====================<br>> <br>> Name: PreferenceBrowser-dtl.99<br>> Author: dtl<br>> Time: 15 February 2020, 7:34:58.758991 pm<br>> UUID: 88d9fcd6-debc-4796-9a31-f582b4b8d64a<br>> Ancestors: PreferenceBrowser-mt.98<br>> <br>> Update PreferenceWizardMorph>>installOSProcess to install OSProcess and CommandShell. Requires MonticelloConfigurations-dtl.158. Metacello is not required, just load the latest versions developed in and for Squeak.<br>> <br>> =============== Diff against PreferenceBrowser-mt.98 ===============<br>> <br>> Item was changed:<br>>   ----- Method: PreferenceWizardMorph>>installOSProcess (in category 'actions - packages') -----<br>>   installOSProcess<br>> +        MCMcmUpdater<br>> +            updateFromRepository: 'http://www.squeaksource.com/OSProcess'<br>> +           baseName: 'update'<br>> +              interactive: false.<br>> +     MCMcmUpdater<br>> +            updateFromRepository: 'http://www.squeaksource.com/CommandShell'<br>> +                baseName: 'update'<br>> +              interactive: false<br>> + !<br>> - <br>> -   Metacello new<br>> -           configuration: 'OSProcess';<br>> -             load.!<br>> <br>> <br><br></div></blockquote>
                                        </div></body>