How to Autorun Portable Apps Off of a CD
by Fenwick in Circuits > Computers
20816 Views, 38 Favorites, 0 Comments
How to Autorun Portable Apps Off of a CD
Here, you can learn how to put free apps on CD. You can run an application without creating any files on the computer, so you can pop it in and out of PCs without causing any disruption. It's also great if the computer you want to work on has restrictions on it. My school doesn't block Autorun files that lead to EXEs, but does block opening a flash drive in Windows Explorer, so this is my solution.
This includes basic coding (don't worry, it's all copy and paste). If you just want to learn how to make simple autorun files, just go straight to step 3.
Inspired by this instructable by marijnboz
You will Need:
-CD burner
-CD-R or CD-RW
This includes basic coding (don't worry, it's all copy and paste). If you just want to learn how to make simple autorun files, just go straight to step 3.
Inspired by this instructable by marijnboz
You will Need:
-CD burner
-CD-R or CD-RW
Get the App
Go to http://portableapps.com/ and click on Applications. Choose your app, download the setup file, and run the setup file. You can even use the Portable Apps Suite and get all the apps on one CD; it is under the 700MB file-size of a standard CD. I am using GIMP for simplicity.
Extract the App
Install the app to a new folder on your PC. Open the folder up, and check for the name of the main Executable file.
Create the AutoRun File
Now open up Notepad. Type the following into it:
...and of course replace the FILENAMEHERE.exe with the filename of the main executable.
Save the file as autorun.inf inside of the new folder you created.
[autorun]open= FILENAMEHERE.exe
...and of course replace the FILENAMEHERE.exe with the filename of the main executable.
Save the file as autorun.inf inside of the new folder you created.
Run It Once
This step will quicken the future startup process, and eliminate some potential errors. Open up the app and run it once. Change the settings to your liking. These settings will be UNCHANGABLE (if you are using a CD-R or DVD-R) once you burn it.
Prepare to Burn
Insert the blank CD, and open up MY COMPUTER, and double click on your CD burner drive.
Start Burning!
copy and paste the contents of your work folder into the CD drive. This should initiate the burning process.
You're Done!
Once the CD is burnt and finished, label it with a sharpie and store it away. Now, just pop it into any CD drive anywhere and it should autorun the application.