cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
megha_3781
Level 5

Execute Prerequisite condition only if Internet connection is available

I need to include .Net 3.5 framework pre-requisite for Windows 8 /8.1.
But in some machines if internet connection is not there the setup will go on and on and after 10-15 mins it gives error whose
error code means No active internet connection,

Is there any way to check in the above Pre-requisite if internet connection is available prior to launch pre-requsite.

So that I can show a message to user "Need to have internet connection"
Labels (1)
0 Kudos
(2) Replies
Roman1
Level 9

As condition of prereq. you can check a registry value.
Write an small app which checks Internet Connection and writes result temporär in reg.
Start this app as very first prereq.
The install conditions for .net supplement of checking for the new temp reg value.
0 Kudos
megha_3781
Level 5

Thanks. Is there any other way to get return values from other pre-requisites instead of updating in registry?
0 Kudos