Offline installation? #32
Answered
by
Lulech23
Darthagnon
asked this question in
Q&A
|
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. |
Answered by
Lulech23
Jan 15, 2026
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. |
2 replies
Answer selected by
Lulech23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.