createing an autorun.inf file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm tring to create an autorun file. it needs to:
1.on autorun do nothing
2.when dubleclicking on the drive it needs to go to the root of the drive as
if there was no autorun file
3.when you right click on the drive it needs to give a list of things to do
number 3 i can do; however, 1 and 2 I can not.
this is what I have so fare

[autorun]
shell\ooo="Install Open Office"
shell\ooo\command=OOo_1.1.3_Win32Intel_install\setup.exe
shell\fire="Install Fire Fox"
shell\fire\command=firefox\FirefoxSetup1.0.exe
shell\vid="Install Video Lan"
shell\vid\command=videolan\vlc-0.8.1-win32.exe
shell\rar="Install Win Rar"
shell\rar\command=winRAR\wrar320.exe

when I load the disk or dubleclick on the image fier fox install starts
 
Why are you posting to a newsgroup devoted
to the deployment of Windows XP? Your post
has nothing to do with the objectives of this
particular newsgroup.

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups

Get Windows XP Service Pack 2 with Advanced Security Technologies:
http://www.microsoft.com/athome/security/protect/windowsxp/choose.mspx

-------------------------------------------------------------------------------------------

:

| I'm tring to create an autorun file. it needs to:
| 1.on autorun do nothing
| 2.when dubleclicking on the drive it needs to go to the root of the drive as
| if there was no autorun file
| 3.when you right click on the drive it needs to give a list of things to do
| number 3 i can do; however, 1 and 2 I can not.
| this is what I have so fare
|
| [autorun]
| shell\ooo="Install Open Office"
| shell\ooo\command=OOo_1.1.3_Win32Intel_install\setup.exe
| shell\fire="Install Fire Fox"
| shell\fire\command=firefox\FirefoxSetup1.0.exe
| shell\vid="Install Video Lan"
| shell\vid\command=videolan\vlc-0.8.1-win32.exe
| shell\rar="Install Win Rar"
| shell\rar\command=winRAR\wrar320.exe
|
| when I load the disk or dubleclick on the image fier fox install starts
 
Well it sort of does really as maybe he is trying to install all these apps
with his OS...???
 
Back
Top