if (programOpts.getPasswordFile() != null)
info.setPasswordFile(SmartFile.sanitize(
new File(programOpts.getPasswordFile())));
service.setServiceProperties(serviceProperties);
service.createService();
// Why the messiness? We don't want to talk about the help
// file inside the help file thus the complications below...
String help = service.getSuccessMessage();
String tellUserAboutHelp = strings.get("create.service.runtimeHelp", help,