Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows start up
Message
 
To
09/05/2000 09:40:25
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00367611
Message ID:
00367853
Views:
23
I assume your using the VB PDW? If so, you can include a .REG file. The PDW will automatically register a REG file if it is
contained in the deployment (at least it should)..

Create a .REG file with the following content and include it in your PDW setup:

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"MyAppName"="C:\\Program Files\\MyApp\\MyApp.EXE"

>I am developing a background program that is tracking the clock which needs to start on windows start up. The program will be distributed to a wide number of users. How do I associate the programm with the Windows startup during the installation process?
Previous
Reply
Map
View

Click here to load this message in the networking platform