Network challenged machine #18539
-
I apologize if this isn't the right place for this question but I'm having a problem running Terminal from a machine with no network access. I installed the Terminal app using an msix bundle file (by double-clicking the file and by the Add-AppxPackage command). The installation seemed to work but the app won't launch due to the lack of network access. There was an issue (#14539) that was closed but either it wasn't resolved or my use case is slightly different. Is there a reason why the terminal app needs network access for manual installations? Or perhaps is there a dependency that's missing? I'd love to use it with WSL. The bundle file is Microsoft.WindowsTerminal_3001.21.10351.0_neutral_~_8wekyb3d8bbwe.Msixbundle. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks for asking! From your linked thread,
Sorry if our documentation is bad here. The preinstallation kit is expressly for deploying on machines with either no network access or no access to the Microsoft Store. It comes with all of Terminal's dependencies (in If you are provisioning Terminal for offline use and still seeing network-related errors on startup, can you share the output of...
If you do not have one of these (and you are using Windows 10 or Windows 11, natch), your operating system is probably beyond broken. If you do have one of these, please do not manipulate its ACLs to gain access to it; the app platform is fragile and will break in mysterious ways if you do this. This is unfortunately also out of our control. |
Beta Was this translation helpful? Give feedback.
Thanks for asking!
When you install the
msixbundle
distribution of Terminal, Windows will search for updated versions of its dependencies on the Store. This is not something we have control over.From your linked thread,
Sorry if our documentation is bad here. The preinstallation kit is expressly for deploying on machines with either no network access or no access to the Microsoft Store.
It comes with all of Terminal's dependencies (in
appx
,msix
ormsixbundle
format) and a license file. All of these things can be registered with theAdd-AppxProvisionedPackage
commandlet from PowerShel…