Hatstand

More details

Sorry I meant to add when widows starts.
Mike
Posts: 292
Joined: Wed Jun 01, 2005 10:50 am
Location: Craiova, Romania
Contact: Website

Hi,

In order for your application to be launched when Windows starts, you must create a registry value in the key:

Software\Microsoft\Windows\CurrentVersion\Run

For that go to the "Registry" tab and choose the "Target Computer"-> "HKEY_CURRENT_USER" (or "HKEY_LOCAL_MACHINE" if you want the application to run for every user). Right-click on the "Software" branch and select "New Key". Insert a key named "Microsoft". Then right-click on the new key and add a new key named "Windows". And so on until you have the path:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

In the "Run" key use the "New Value" toolbar button to add a new value named, say, "MyApp" and set the value to the application file from the package (use the <Edit> button for that).


Regards,
Mihai
Mihai Bobaru
Advanced Installer Team
http://www.advancedinstaller.com
hatstand

Will give it a go

Thanks Mike

I will give it a go.

Return to “Common Problems”