private static string QuoteApplicationVersion(string s) { return Clean(s).Replace(@"\", @"\\").Replace(@"(", @"\("); }