Convert .exe file to .iso
Killeron
Posted messages
81
Registration date
Status
Membre
Last intervention
-
Anonymous user -
Anonymous user -
Hello,
I'm looking for how to convert a .exe file to .iso format??? I've already searched on all the search engines, I can't find anything :( I hope someone can help me. The reason I want to do this is to allow a software to run when I burn it to a CD.
Thanks for your help!!!
I'm looking for how to convert a .exe file to .iso format??? I've already searched on all the search engines, I can't find anything :( I hope someone can help me. The reason I want to do this is to allow a software to run when I burn it to a CD.
Thanks for your help!!!
Configuration: Windows XP Internet Explorer 7.0
3 réponses
You cannot convert a .exe (executable file) into a .iso (CD/DVD image).
You can put your .exe file into an .iso archive to burn it. To make the burned CD/DVD auto-executable, there are one or two files that need to be added to the .iso archive. Generally called autorun.inf, containing something like this:
You can find more information here:
https://cyberzoide.developpez.com/win/autorun/
You can put your .exe file into an .iso archive to burn it. To make the burned CD/DVD auto-executable, there are one or two files that need to be added to the .iso archive. Generally called autorun.inf, containing something like this:
[autorun] open=fichier.exe -auto
You can find more information here:
https://cyberzoide.developpez.com/win/autorun/