0

How to add an URL prerequisite for Npcap .exe installation via ClickOnce distributed application?

EDIT:

I went throught various tutorials, like https://learn.microsoft.com/en-us/visualstudio/deployment/how-to-create-a-package-manifest?view=vs-2019.

But nowhere were shown, on how to add an URL to point the User to the required installation.

Matt Davis
  • 45,297
  • 16
  • 93
  • 124
Pythoneer
  • 87
  • 6
  • Does this answer your question? [How do I add prerequisites to a ClickOnce application?](https://stackoverflow.com/questions/32263636/how-do-i-add-prerequisites-to-a-clickonce-application) – gunr2171 Jul 06 '20 at 16:34
  • No. Firstly this post is very old and secondly I don't want to add an already built executable within the package. I just want to point to an URL, where the user can download it during the whole installation process. – Pythoneer Jul 06 '20 at 17:10
  • Do you want to instruct the user to manually download the prerequisite (via displaying an URL) or the installer to automatically download it on its own? – Alejandro Jul 06 '20 at 17:19
  • I want to instruct the user to manually download the prerequisite. – Pythoneer Jul 08 '20 at 19:47

0 Answers0