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
Author: dreimer
Date: Wed Jul 11 00:42:40 2007
New Revision: 27577
URL: http://svn.reactos.org/svn/reactos?rev=27577&view=rev
Log:
Updated ChangeLog
Modified:
trunk/tools/RosBE-Windows/Root/ChangeLog.txt
Modified: trunk/tools/RosBE-Windows/Root/ChangeLog.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/ChangeLog…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/ChangeLog.txt (original)
+++ trunk/tools/RosBE-Windows/Root/ChangeLog.txt Wed Jul 11 00:42:40 2007
@@ -11,6 +11,10 @@
- Added use of ROS_LEAN_AND_MEAN by typeing "make/makex %command% strip".
- Added GDB GNU-Debugger 6.6.
- Readded makex. Sorry, bug in Vista still persists... its a GCC bug.
+- Changed Default Source Folder to \Source Subfolder. Helpful for letting RosBE load the Source.
+- Added a command to change the Default Folder for this session, nice for working with several ROS Trees or Branches.
+- Very ALPHA User Mode Support.
+
*** May 21th, 2007 - RosBE 0.3.6 Released