Archive: launch application after reboot


launch application after reboot
i dont have time to search, my boos wants this information, very sorry but you can answer me only with yes or no.
can i launch an application after reboot?
thanks.
if you have an url, thanks.
ps: don't lose time with my question


You could create a value in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce I guess, but I'm not sure when exactly that runs, maybe it will run before a user logs in, maybe not.


I think that this works:

Reboot
Exec $INSTDIR\myprogram.exe


-Stu

My solution won't work.
You will have to use SunJammers' solution.

-Stu