R
Rui
Can I install a clickonce application locally without a shortcut in the start
menu?
I have an application that allows the user to launch the
TestClient.application file from a local folder, with the codebase property
pointing to the IIS deployment server (e.g.
http://servername:8081/clickonce/TestClient.application).
I would like ClickOnce to try the remote url first (and check for updates)
but use the local cache if the remote server is not available.
The local cache gets created when the user runs TestClient.application but
the launch fails if the IIS server is down.
menu?
I have an application that allows the user to launch the
TestClient.application file from a local folder, with the codebase property
pointing to the IIS deployment server (e.g.
http://servername:8081/clickonce/TestClient.application).
I would like ClickOnce to try the remote url first (and check for updates)
but use the local cache if the remote server is not available.
The local cache gets created when the user runs TestClient.application but
the launch fails if the IIS server is down.