Is there a way to automatically run an NSIS install .exe when a CD containing the .exe is loaded?
Thanks...Scott
Auto Install When CD is loaded
8 posts
Did you try the autorun feature of the CD player.
Check this article. 🙂
Check this article. 🙂
I didn't try the autorun feature. I'm looking (hoping) for a way to do this without modifying the users PC settings.
You won't. It's just as it says: Autorun.
Thanks for your help. I'm not sure I follow you though. What is it exactly that I need to do.
ok.
1. You installer is, for example, runme.exe
2. open notepad and write this simple lines:
4. Burn it in the same dir where is runme.exe, mostly is the main root of you CD diver, for example D:\
1. You installer is, for example, runme.exe
2. open notepad and write this simple lines:
3. You must save that file as autorun.inf
[AUTORUN]
open=runme.exe
4. Burn it in the same dir where is runme.exe, mostly is the main root of you CD diver, for example D:\
I tried it - it worked - thanks very much!
No problem dude 😉