recommended way to autoStart an app

  • Thread starter Thread starter Dica
  • Start date Start date
D

Dica

based on a previous thread, i've been advised that using the system registry
isn't always the best way to store user config details (due to portability
issues). from my understanding, however, registry is usually used to
autoStart an app. is there a better way to go about autoStaring an app,
then?
 
Hi Dica,
if the application is on your local hard disk, simply move a link into your
Autostart-Folder.

If the Application should autostart from a cd or any other removable device,
look at
http://www.kleinurl.de/?8c46i6gh

greetings from germany
Chris
 
Christian Stueben said:
Hi Dica,
if the application is on your local hard disk, simply move a link into your
Autostart-Folder.

thanks, but i'm looking for a way to do this programmatically. is what you
suggest possible in code? if so, how do you create a shortCut?
 
Dica said:
thanks, but i'm looking for a way to do this programmatically. is what you
suggest possible in code? if so, how do you create a shortCut?

never mind. figured out how to add a shortcut to the start menu from my
installation programme.
 
Back
Top