public static void RegisterSAE()
        {
            string menuCommand = string.Format("\"{0}\" \"%L\"",
                                               System.Windows.Forms.Application.ExecutablePath);

            foreach (string fileType in fileTypes)
            {
                ShellExtUtils.Register(fileType, menuText, menuText, menuCommand);
            }
        }