Offline installation? #32
-
|
How would I go about installing this on a computer without an internet connection to download the files? I have cloned the repo, so all files exist on the local HDD. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The script works offline unless no compatible .NET compiler is found on the local system. In that case, it will fallback to downloading a precompiled binary of TabTipProxy. But that's a) not ideal, since Windows is more likely to flag an executable that came from the internet, and b) very unlikely, since Windows should almost always ship with the necessary compiler. Only customized installations will be missing it. |
Beta Was this translation helpful? Give feedback.
The script works offline unless no compatible .NET compiler is found on the local system. In that case, it will fallback to downloading a precompiled binary of TabTipProxy.
But that's a) not ideal, since Windows is more likely to flag an executable that came from the internet, and b) very unlikely, since Windows should almost always ship with the necessary compiler. Only customized installations will be missing it.