"Postscript: Leave the line above, and replace the rest of this comment by a useful one. Executable statements should follow this comment, and should be separated by periods, with no exclamation points (!!). Be sure to put any further comments in double-quotes, like this one." instClass := self environment at: #Installer ifAbsent: [ScriptLoader new installingInstaller]. "Install the package without displaying progress bar" [ instClass ss project: 'UIEnhancements'; install: 'Polymorph-Widgets-gvc.15'; install: 'Polymorph-ToolBuilder-gvc.3'; install: 'Polymorph-EventEnhancements-gvc.1'; install: 'Polymorph-Geometry-gvc.1'; install: 'Polymorph-Tools-Diff-gvc.3'. ] on: ProgressInitiationException do: [:ex | ex sendNotificationsTo: [ :min :max :curr | ]]. (self environment at: #UIThemeWatery2) beCurrent. Smalltalk removeClassNamed: #BooleanScriptEditor. !