private static void doState()
{
prepareProperties();
WrappedService w = getService();
int state = w.state();
System.out.print("Name : ");
System.out.println(w.getServiceName());
System.out.print("Installed : ");
System.out.println(w.isInstalled(state));
System.out.print("Running : ");