Added windows uninstall actions

This commit is contained in:
Greg Richardson
2007-02-01 21:24:02 +00:00
parent 4872424328
commit 0aba721217
9 changed files with 1563 additions and 325 deletions

View File

@@ -120,7 +120,6 @@ public class InitConfigFile
try
{
log(rc, " " + sOutput + "\n\n\n");
//raf.flush();
raf.close();
}
catch (Exception e1)
@@ -170,6 +169,11 @@ public class InitConfigFile
log("New arg count " + args.length);
for (i = 0; i < args.length; i++)
{
if (null == args[i])
{
continue;
}
log("arg[" + i + "] = " +args[i]);
// is this the install dir param?