private static void installHelper(bool install) { if (install) { InstallationManager.InstallMe(); } else { InstallationManager.UninstallMe(); } }