File tempFile = installer.getDownloader().download(url, "", 10000, "launcher.jar.pack");
progress = installer.getDownloader();
installer.download();
installer.queue(new FileMover(tempFile, file));
progress = installer;
installer.execute();
updatedAlready = true;