Answer accepted by question author
Hi @Dušan Štefanco ,
Thank you for the information you’ve shared. I really appreciate the detail you’ve provided.
First, I want to highlight that you’re approaching this in the right direction. It is true that even when performing an offline installation, Visual Studio still references a channel manifest, which may point to Microsoft’s online feed. The reason you’re seeing this specifically with Visual Studio 2026 is due to its stricter update enforcement logic compared to earlier versions.
To help prevent this behavior, I suggest trying the following steps:
- Go to your layout folder
- Open
response.json - Find
"channelUri": "<some Microsoft URL>" - Change it local channel file (or internal share) Example:
"channelUri": ".\\ChannelManifest.json"Please ensure that the ChannelManifest.json file is sourced from your layout (already generated) and corresponds to your intended frozen version (e.g., 18.6).
I understand that you’ve already tried using the --channeluri parameter. Even so, I’d still suggest verifying the configuration above to ensure it is being applied correctly. If the issue persists after this, the remaining option would be to recreate the layout using the latest available update for Visual Studio 2026.
Add on, trying to use another release version (18.1) of Visual Studio 2026 could be a possible work around as it works in your case. It's a smart move when you decided to think out of the box!
I hope this explanation helps clarify the situation and provides a path forward. If you have any questions or need further assistance, please don’t hesitate to reach out, I’m always happy to help.
Additionally, I would greatly appreciate it if you could take a moment to share your feedback on my support by following this instruction.
Thank you again for your time and collaboration!
-
Dušan Štefanco 20 Reputation points
Okey i will try to edit json then to point to local channelmanifest and let you know. if it helped
-
Dušan Štefanco 20 Reputation points
@Lizzy Dinh (WICLOUD CORPORATION) hello so unfortunatelly when i edited Response.json to my share or even local .\ChannelManifest.json. the instalation does not even start it just shows the tab where you can see that it was downloaded and verified but then instaler did not even appear with instalation at all.
-
Lizzy Dinh (WICLOUD CORPORATION) 620 Reputation points • Microsoft External Staff • Moderator
Hi @Dušan Štefanco ,
Thank you for getting back to me.
Regarding the current situation, I would like to confirm a few details from your end. In your post, you mentioned that you successfully installed the offline version of Visual Studio 2026, and that the issue only occurs when you try to use it.
Could you please try opening Visual Studio 2026 again and confirm whether the issue still persists? Based on your description, the installation has already been completed. The setup process would only be initiated again if Visual Studio had been uninstalled or is currently undergoing an update.
Please feel free to reach out if you need any further help or have additional updates to share.
I look forward to hearing from you at your earliest convenience.
-
Lizzy Dinh (WICLOUD CORPORATION) 620 Reputation points • Microsoft External Staff • Moderator
Hi @Dušan Štefanco ,
I wanted to briefly follow up on my recent answer. I know it might be a busy time with your work, so please feel free to reply whenever convenient.
-
Dušan Štefanco 20 Reputation points
Hello, sorry for delay but when i try to install it the same way as i was installing previous versions the visual studio will be installed but when trying to use it there is pop up window saying that there is newer version even when i tried it with newest version available. but then tried the 18.1 version and it works just fine. So i i think i will try to find last version of VS2026 that works as offline instalation without any online checks. As i thing that i already tried everything to bypass online checks and everything.
As there are very limeted actions i can do on our company computers, i am not able to proceed with delivering newer versions for our developers. if microsoft will not change it back to fully offline as it was before.
but thanks for help :)
Sign in to comment
