I have a Click-Once app deployed on over 50 employee PCs in my company.
It is suppose to start upon login, but fails to do so on many of the computers.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=561614&SiteID=1
I’ve tried both the examples described in the post:
- Copying the .appref-ms to the startup folder.
- Making a startup value in the windows registry.
Both have about the same result, which are irregular.
The ClickOnce Appstarts by checking for new updates on a network drive.
Running the app without network, or on another network not connected to the update location, will not stop the App from starting.
I'm not getting closer to the issue, cause ive had PCs not start the app for a week and then next week, it starts every day.
My idea now is to create a service or something, to start upon login, and then keep trying to start the app if its not running.
Any troubleshooting ideas?
Regards
Martin Havn