// System.out.println("From: " + from.getPath() + " To: " + file_to);
updateInstaller.addResource("azcvsupdater_" + i , new FileInputStream (from));
if(!complete_file_to.isEmpty())
{
updateInstaller.addMoveAction("azcvsupdater_" + i , complete_file_to.pop());
}
StatusBoxUtils.mainStatusAdd(" Successfully added " + from.getName() + " for insertion as " + file_to + " on next restart ",1);
/* if(from.getName().startsWith("azcvsupdater")){
StatusBoxUtils.mainStatusAdd(" Successfully deleted " + from.getName());