| | How to create an Autorun for your CD Open Notepad and type “[autorun]” in first line (no quote) In second line type “open = setup.exe” to specify your setup file (no quote) In third line type “icon = setup.ico” to specify icon. (no quote) And finally save file as Autorun.inf in root of CD For example: [autorun] open = install.exe icon = icon.ico If setup file is in other directory : open = \installfolder\setup.exe |


