Skip to content
⌘ NSIS Forum Archive

Windows startup

4 posts

lorenzop#

Windows startup

Hi,

I need to insert an application, in the installation section, in to Startup Windows.
HOWTO can I do it?

thanks.
glory_man#
You can use $STARTMENU or $SMSTARTUP constants. Or just create regestry keys under HKLM\Software\Microsoft\Windows\CurrentVersion\Run.
kichik#
You can write to the same registry key, only under HKCU. That'd only affect the current user, of course.