0

I have created Clickonce setup for deployment with 4 prerequisites.

On client machine, if internet connection drops while they are running setup.exe, the prerequisite download restarts. So for example they are on 4 of 4, download will start from 1 of 4.

How to resume the download for clickonce prerequisites.

I dont face this problem, if prerequisite are installed via VS Installer(.msi).

Thanks in advance.

Marshal
  • 6,551
  • 13
  • 55
  • 91

1 Answers1

0

ClickOnce downloads all of the prerequisites before it starts installing any of them. So unfortunately, there's nothing you can do but start over if it fails in the middle of downloading them.

RobinDotNet
  • 11,723
  • 3
  • 30
  • 33