}
});
System.out.println("");
String fullZipFileName = SmartFile.sanitize(windowsInstallDir + "/" + zipFileName);
String fullUnpackScriptPath = SmartFile.sanitize(windowsInstallDir + "/" + unpackScriptName);
unpackScript.copyFrom(makeScriptString(windowsInstallDir, zipFileName));
logger.fine("WROTE FILE TO REMOTE SYSTEM: " + fullZipFileName + " and " + fullUnpackScriptPath);
unpackOnHosts(host, remotePassword, fullUnpackScriptPath.replace('/', '\\'));
}
}