-1

I am making an installer for software, and was wondering how I would have the installer (I'm using IExpress) install files directly from Github

Bob Arnson
  • 21,377
  • 2
  • 40
  • 47

1 Answers1

0

There is no way to install files directly from GitHub using IExpress. However, you can download the files from GitHub on to your computer, then make a installer with IExpress from that.

  • While this answers the question, please add more information, for example, how to download from GitHub. See https://stackoverflow.com/help/how-to-answer for more information. – nurchi Nov 19 '21 at 16:45