I need to have my application fire up once the computer is rebooted. The Help file says the following:
However, this does NOT work.
Sure, it installs. I've checked the registry, and it is there. But, it does not fire up! Any thoughts???
Thanks in advance.
diver
Code:
In this example we will create a Registry key that tells the system to run "My Program.exe" whenever the system is rebooted. Registry Action: Set Value Main Key: HKEY_LOCAL_MACHINE Sub Key: Software\Microsoft\Windows\CurrentVersion\Run Value name: My Program Value type: REG_SZ Value data: %AppDir%\My Program.exe
Sure, it installs. I've checked the registry, and it is there. But, it does not fire up! Any thoughts???
Thanks in advance.
diver
Comment