[Pkg] Installer: Installer-Core-kph.201.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Mon Jun 2 11:19:58 UTC 2008


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.201.mcz

==================== Summary ====================

Name: Installer-Core-kph.201
Author: kph
Time: 2 June 2008, 12:19:51 pm
UUID: 0ab7d239-9d2c-4f93-8448-fe4afccd60a4
Ancestors: Installer-Core-kph.200

added #installSilently to avoid notifications

=============== Diff against Installer-Core-kph.200 ===============

Item was added:
+ ----- Method: Installer>>installSilently (in category 'public interface') -----
+ installSilently
+ 
+ 	SystemChangeNotifier uniqueInstance doSilently: [ self install ]
+ 
+ 	!

Item was added:
+ ----- Method: Installer class>>installSilentlyUrl: (in category 'instanciation') -----
+ installSilentlyUrl: urlString
+ 
+ ^ SystemChangeNotifier uniqueInstance doSilently: [ self web url: urlString; install ].
+ !



More information about the Packages mailing list