Added windows uninstall actions
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user