I've successfully configured my clickonce deployed application to run on system startup by adding a registry key to: SOFTWARE\Microsoft\Windows\CurrentVersion\Run\.
However, when the system starts my app runs before networking is available. Is there anyway for me to configure this so that my app waits for networking resources to become available? Or will I need to check for networking on launch?
Thanks, Parv