properties.put( UpdateCheckInstance.PT_UI_STYLE, UpdateCheckInstance.PT_UI_STYLE_NONE );
properties.put(UpdateCheckInstance.PT_UI_DISABLE_ON_SUCCESS_SLIDEY, true);
try{
installer.install(
sps.toArray( new InstallablePlugin[ sps.size()]),
false,
properties,
new PluginInstallationListener() {