Hi
This is my problem
When i install package in VB i want to create short cut on Tray bar(Taskbar) and also when i start up the system my application will start automatically.Thanks in advance
regards
U.Srikanth
Printable View
Hi
This is my problem
When i install package in VB i want to create short cut on Tray bar(Taskbar) and also when i start up the system my application will start automatically.Thanks in advance
regards
U.Srikanth
What program do you use to create your installer?
Do you want VB to start when your computer starts?
Or do you want a selfmade-application to start when a computer starts when your application is installed on that computer.
Add a value to the registry to allow programs to start-up on boot in the registry folder:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
If you want your application to start up on boot, then it depends on the software you use to make your installer. In some Installer-software there are functions that allow you to define that your application schould start on computer-boot. Or they allow you to create registry keys, within your install procedure.
Moved to Application Deployment