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=…
==============================================================================
--- 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