PDA

View Full Version : Users Start up Folder



whirl
02-16-2004, 06:55 AM
I want my app to run every time the user starts their computer. I think it has to be installed into the startup folder some how.

Can this be achieved with setup factory ?

Thanks

Ian

Brett
02-16-2004, 10:04 AM
Sure, just create a shortuct in one of the following folders:

%Startup%
The path to the user's Startup folder. On Windows NT, this is the path from the per-user profile.

%StartupNT%
The path to the user's Startup folder. On Windows NT, this is the path from the All Users profile. On a non-Windows NT system, this will be the path to the user's Startup folder.

Use the Create Shortcut (http://www.indigorose.com/webhelp/suf60/Design_Menu/Actions/Action_List/Action_Properties-Create_Shortcut.htm) action to accomplish this.