Win32 installers: is there a way to write to HKU startup for each user?
Is there a Windows installer that will add to startup for each user like <user>\Software\Microsoft\Windows\CurrentVersion\Run for each user on the system? I can't write to HKLM because the program being installed is hardcoded to work with HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run when toggling the start-on-login preference. I'm also wondering how to deal with the situation where a user is created after the application is installed. Is there a place where I can put a key in a default registry profile? Also what installer do you guys use? NSIS? Inno Setup? Advanced