loadRIO "self loadRIO" | instClass | instClass := self environment at: #Installer ifAbsent: [self new installingInstaller].
(Smalltalk at: #Rio ifAbsent: [ instClass ss project: 'Rio'; install: 'Rio-Kernel'; install: 'Rio-Grande'. ]).
self new installingInstaller looks suspicious to me.
Stef