[ros-diffs] [dreimer] 27583: Tell the User, that Vista will not work, when not using Admin Rights.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Wed Jul 11 00:28:43 CEST 2007


Author: dreimer
Date: Wed Jul 11 02:28:42 2007
New Revision: 27583

URL: http://svn.reactos.org/svn/reactos?rev=27583&view=rev
Log:
Tell the User, that Vista will not work, when not using Admin Rights.

Modified:
    trunk/tools/RosBE-Windows/RosBE.nsi

Modified: trunk/tools/RosBE-Windows/RosBE.nsi
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/RosBE.nsi?rev=27583&r1=27582&r2=27583&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/RosBE.nsi (original)
+++ trunk/tools/RosBE-Windows/RosBE.nsi Wed Jul 11 02:28:42 2007
@@ -251,7 +251,7 @@
         Return
     IsNotAdmin:
         messageBox MB_OK|MB_ICONEXCLAMATION \
-                   "You do not have administrative privileges. Installing on Default Account is more than BETA!!!"
+                   "You do not have administrative privileges. Installing on NonAdmin Account is working now, but it's not tested well yet. NO Vista Support possible!"
         Return
 FunctionEnd
 
@@ -262,7 +262,5 @@
     IsAdmin:
         Return
     IsNotAdmin:
-        messageBox MB_OK|MB_ICONEXCLAMATION \
-                   "You do not have administrative privileges. Installing on Default Account is more than BETA!!!"
-        Return
-FunctionEnd
+        Return
+FunctionEnd




More information about the Ros-diffs mailing list