I create a shortcut on startup folder through installshield. i want to load that exe on startup , but i don't want to show that shortcut in program开发者_开发技巧 file--> startup folder, How can i do that, thanks
Don't create a shortcut, use the registry Run keys to start your application instead. e.g.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
精彩评论