Enabling Autorun for Your CD or DVD
InstallShield 2022 Express Edition
To enable your CD or DVD to autorun when it is inserted into the target system’s CD or DVD drive:
1. | Create a text file called Autorun.inf. |
2. | In the Autorun.inf file, specify the name of the file to automatically launch when an end user inserts the CD or DVD into the drive. Use the following syntax: |
[autorun]
open = filename
where filename is the name of the file that you are launching. For example, if you are including Setup.exe in your installation, enter Setup.exe in the place of filename.
3. | Place the Autorun.inf file on the root level of your CD or DVD. |
See Also