Get an instance of an Installer. If the SecureInstaller class is
available then it will be returned else a basic Installer will be
returned.
// IMPL_NOTE: File/HttpInstaller() should be returned depending
// on the url scheme.
return new HttpInstaller();