i reset my pc about a month ago and am now trying to resinstall visual studios to resume work however i keep getting the error "couldnt install microsoft.visualstudio.setup.configuration" ive tried all the other forms and threads about this issue but either the said folder isnt there for me and wont pop up after i try a fresh install or it flat out doesnt work here is my view log

Something went wrong with the install.
You can troubleshoot the package failures by:
    1. Search for solutions using the search URL below for each package failure
    2. Modify your selections for the affected workloads or components and then retry the installation
    3. Remove the product from your machine and then install again
If the issue has already been reported on the Developer Community, you can find solutions or workarounds there. If the issue has not been reported, we encourage you to create a new issue so that other developers will be able to find solutions or workarounds. You can create a new issue from within the Visual Studio Installer in the upper-right hand corner using the "Provide feedback" button.
================================================================================
Package 'Microsoft.VisualStudio.Setup.Configuration,version=3.6.2085.9058' failed to install.
    Search URL
        https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualStudio.Setup.Configuration;PackageAction=Install;ReturnCode=1603
    Details
        MSI: E:\VstudioPather\Microsoft.VisualStudio.Setup.Configuration,version=3.6.2085.9058\Microsoft.VisualStudio.Setup.Configuration.msi, Properties:  REBOOT=ReallySuppress ARPSYSTEMCOMPONENT=1  ALLUSERS="1"  MSIFASTINSTALL="7" 
        Return code: 1603
        Return code details: Fatal error during installation.
        C:\Users\warzo\AppData\Local\Temp\dd_setup_20230603061529_001_Microsoft.VisualStudio.Setup.Configuration.log
    Impacted workloads
        Universal Windows Platform development (Microsoft.VisualStudio.Workload.Universal,version=17.6.33605.316,productarch=x64)
        Visual Studio core editor (Microsoft.VisualStudio.Workload.CoreEditor,version=17.6.33605.316)
    Impacted components
        .NET Native (Microsoft.Component.NetFX.Native,version=17.6.33605.316)
        .NET Native and .NET Standard (Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard,version=17.6.33605.316)
        .NET profiling tools (Microsoft.VisualStudio.Component.DiagnosticTools,version=17.6.33605.316)
        Blend for Visual Studio (Microsoft.ComponentGroup.Blend,version=17.6.33605.316)
        C# and Visual Basic (Microsoft.VisualStudio.Component.Roslyn.LanguageServices,version=17.6.33605.316)
        Developer Analytics tools (Microsoft.VisualStudio.Component.AppInsights.Tools,version=17.6.33605.316)
        Image and 3D model editors (Microsoft.VisualStudio.Component.Graphics,version=17.6.33605.316)
        MSIX Packaging Tools (Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging,version=17.6.33605.316)
        NuGet package manager (Microsoft.VisualStudio.Component.NuGet,version=17.6.33605.316)
        Universal Windows Platform tools (Microsoft.VisualStudio.ComponentGroup.UWP.Support,version=17.6.33605.316)
        Universal Windows Platform tools for Xamarin (Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin,version=17.6.33605.316)
        Visual Studio core editor (Microsoft.VisualStudio.Component.CoreEditor,version=17.6.33605.316)
												

Hi, thank you for your feedback and we are sorry to hear that you are running into this trouble. The error code '1603' is a general code that means 'fatal error during installation'. Please go to the %temp% folder and check the package file name like 'dd_setup_datetimexxx_Microsoft.VisualStudio.Setup.Configuration.log', search the error message and share it in here, thanks.

Meanwhile, please check if a required certificate has been revoked. You can follow the instruction below to remove the revoked certificate:

Find Internet Options in Control Panel\Network and Internet or directly search Internet Options in Windows search bar, check if there is a Microsoft certificate in Untrusted Publishers tab.
Internet Options –> Contents –> Certificates –> Untrusted Publishers
Remove the revoked certificate and then return VS Installer to repair your installation.

@Lost Liberty Hello, please help to see if you hit into any blockers in trying out these workaround solutions? If you don’t have a Microsoft certificate in Untrusted Publishers tab, try to type “Administrative Tools” in search box – Open Local Security Settings – Click Software Restriction Policies (Note: If no software restrictions are defined, right click the Software Restriction Policies node and select New Software Restriction Policy) – Double click Enforcement – Select “All users except Local Administrators” – Click OK – Restart the computer for the changes to take effect. Then retry the VS installation.