private void revertComponents() throws ApplicationException {
try {
Stage stage = getStage();
Installation installation = getInstallation();
if (installation.instanceAndInstallInSameDir())
{
File root = installation.getRootDirectory();
stage.move(root, new RevertFileFilter(getReversionFilesDirectory()));
}
else