From 50489ddcf1ece8964e05f5becfaff5fd696bc118 Mon Sep 17 00:00:00 2001 From: Riley McArdle Date: Mon, 2 May 2011 11:37:44 -0500 Subject: [PATCH] Changed the installer to quit if the user is not an Administrator or Power User. --- Installer/mRemote.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/Installer/mRemote.nsi b/Installer/mRemote.nsi index 111770e87..bcd75edb8 100644 --- a/Installer/mRemote.nsi +++ b/Installer/mRemote.nsi @@ -92,6 +92,7 @@ Function .onInit Goto end noop: MessageBox MB_OK "$(RequiresAdminUser)" + Quit end: FunctionEnd