I'm currently using this guide in my C# Setup Project, to create a startup shortcut for my application. How do I add my program to the users start menu with VS2010 Setup Project?
But the thing is, i've followed this guide, and set my setup project property: InstallAllUsers to True, but when i do install the application, my startup shortcuts are created by creating a registry key in the HKEY_CURRENT_USER instead of in the HKEY_LOCAL_MACHINE, causing an auto-repair when a new user logs in on my machine, how can i prevent this? I've tried to download and install Orca, and edit the root of the registry to -1 and this do work, but feels like a silly workaround. Any suggestions?