Visual Studio setup not working

qwerty

New Member
Messages
7
Reaction score
1
I have looked at every component flagged for visual studio compatibility but visual studio 2026 community setup is not working on my preset. Even when using the offline installer method described by microsoft. After making a local layout installation I moved that to the modified windows and the setup closes immediately after opening with no feedback. The ISO used is based windows 11 IoT Enterprise LTSC 2024

 

Attachments

It might be one of the many disabled services. Reset the Services screen, and make an image with no changes in Services.
 
It might be one of the many disabled services. Reset the Services screen, and make an image with no changes in Services.
Indeed, I have tested with services reset and it's one of the services not the components removed. Do you have an idea as to which one it might be? Also how come there isn't a compatibility panel for services as well?
 
I would do divide and conquer on the services list (because it's faster than guessing which one).

1. Open your preset in a text editor. Delete half of the lines under:
Code:
                        <TweakGroup name="services">

2. Test the build. If the problem goes away, you know the bad service(s) is one half of the list. Keep dividing that half in two parts, and narrow the list. Keep reducing the problem until you can easily narrow the problem to a smaller group of services. Be prepared that it could be more than one service that is the problem.

But divide and conquer is a faster strategy to narrowing down the list. This would work too for component removals.
 
Back
Top