cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
shawnsang
Level 3

How to check a Server is available or not during installing process?

We want to download some R package from R Server ( http://cran.r-project.org ) during installing our R plugin.

Now, we hope to check the R server (http://cran.r-project.org) is available or not before we start downloading process.

So anyone have a good suggestion to implement the requirement?
Labels (1)
0 Kudos
(1) Reply
TsungH
Level 12

If C# custom action is an option, you can consider using Ping Class or HttpWebRequest Class.
0 Kudos