Skip to content
⌘ NSIS Forum Archive

Auto Install When CD is loaded

8 posts

razdaz#

Auto Install When CD is loaded

Is there a way to automatically run an NSIS install .exe when a CD containing the .exe is loaded?

Thanks...Scott
razdaz#
I didn't try the autorun feature. I'm looking (hoping) for a way to do this without modifying the users PC settings.
razdaz#
Thanks for your help. I'm not sure I follow you though. What is it exactly that I need to do.
Joel#edited
ok.
1. You installer is, for example, runme.exe
2. open notepad and write this simple lines:

[AUTORUN]
open=runme.exe
3. You must save that file as autorun.inf
4. Burn it in the same dir where is runme.exe, mostly is the main root of you CD diver, for example D:\