willyeckerslike Posted August 11, 2008 Share Posted August 11, 2008 Hi Guys.First time using WPI for real (tested it out in the past). Is there a way to add a desktop icon that points to WPI on the DVD. I mean that when a user clicks the WPI icon it prompts for the DVD. Also is there a way to modify the autorun.inf so that WPI is displayed when the DVD is inserted. Which would be the better of the two options?Thanks. Link to comment Share on other sites More sharing options...
vampus8 Posted August 12, 2008 Share Posted August 12, 2008 (edited) Here's my current autorun.inf. There are some decent tutorials out there if you google around some. In short, the top 5 lines set up the default action when you insert your CD/DVD, and the other "shell" commands each match a title to a command that's available when you right click on the disc's icon in my computer. Also note that all file locations are relative to the root of the disc.You can test the autorun.inf file by compiling it along with any directories and files linked to in the file into an ISO. Then mount the ISO with something like MagicISO and and right click on the virtual drive in My Computer.[AutoRun]ShellExecute=WPI\WPI.HTAicon=wpi.icolabel=Unattended Windows Installation Disk 3.0action=Install Applicationsshell\drivers=&Update Computer's Driversshell\drivers\command = OEM\DP_Install_Tool.cmdshell\extras = &Extrasshell\extras\command = explorer "Software\EXTRAS -- Unavailable in WPI\"shell\duddocs = &Documentationshell\duddocs\command = explorer documentationshell\setupwin = &Setup Windowsshell\setupwin\command = SETUP.EXEshell\partition = &Partition Hard Driveshell\partition\command = explorer "Administrative Tools\Partition Magic 8 Portable\"; prevents autoplay; only works in Vista[Content]MusicFiles=falsePictureFiles=falseVideoFiles=falseI'd love to see a discussion of other commands people add to their autorun.inf's, though this may not be the right forum.Cheers,Kevin// Edit: clarified instructions on how to test autorun.inf files. Edited August 12, 2008 by vampus8 Link to comment Share on other sites More sharing options...
willyeckerslike Posted August 12, 2008 Author Share Posted August 12, 2008 (edited) Thanks for your response. Will give it a go on my next try.Guess what I found in the tools folder? Thats right Autorun.inf. D'oh Edited August 12, 2008 by willyeckerslike Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now