Author: mpiulachs
Date: Sat Feb 23 16:46:45 2008
New Revision: 32457
URL:
http://svn.reactos.org/svn/reactos?rev=32457&view=rev
Log:
- Add autorun.arm as suggested by Steven
- Automatically open \readme.txt on platforms not supported by Reactos
Modified:
branches/rbuild/reactos/boot/bootdata/autorun.inf
Modified: branches/rbuild/reactos/boot/bootdata/autorun.inf
URL:
http://svn.reactos.org/svn/reactos/branches/rbuild/reactos/boot/bootdata/au…
==============================================================================
--- branches/rbuild/reactos/boot/bootdata/autorun.inf (original)
+++ branches/rbuild/reactos/boot/bootdata/autorun.inf Sat Feb 23 16:46:45 2008
@@ -2,18 +2,28 @@
open=i386\welcome.exe
icon=icon.ico
-
-[autorun.mips]
-
-open=mips\welcome.exe
-icon=icon.ico
-
-[autorun.alpha]
-
-open=alpha\welcome.exe
-icon=icon.ico
+label=ReactOS
[autorun.ppc]
open=ppc\welcome.exe
-icon=icon.ico
+icon=icon.ico
+label=ReactOS
+
+[autorun.arm]
+
+open=arm\welcome.exe
+icon=icon.ico
+label=ReactOS
+
+[autorun.mips]
+
+ShellExecute=readme.txt
+icon=icon.ico
+label=ReactOS
+
+[autorun.alpha]
+
+ShellExecute=readme.txt
+icon=icon.ico
+label=ReactOS