-
Notifications
You must be signed in to change notification settings - Fork 50
Description
I have Visual Studio 2022 Community on Windows 11 installed and tried following the directions, but I'm getting nowhere.
Following the instructions in this repo's readme, I tried to run phpsdk-vs16-x64.bat and I get the following output:
Could not determine 'vs16' directory
Runningvswhere from both bin\vswhere and globally both return the following output:
Visual Studio Locator version 2.6.7+91f4c1d09e [query version 3.8.2091.34612]
Copyright (C) Microsoft Corporation. All rights reserved.
instanceId: fc6b758c
installDate: 2/12/2024 9:08:10 PM
installationName: VisualStudio/17.8.6+34525.116
installationPath: C:\Program Files\Microsoft Visual Studio\2022\Community
installationVersion: 17.8.34525.116
productId: Microsoft.VisualStudio.Product.Community
productPath: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe
state: 4294967295
isComplete: 1
isLaunchable: 1
isPrerelease: 0
isRebootRequired: 0
displayName: Visual Studio Community 2022
description: Powerful IDE, free for students, open-source contributors, and individuals
channelId: VisualStudio.17.Release
channelUri: https://aka.ms/vs/17/release/channel
enginePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service
installedChannelId: VisualStudio.17.Release
installedChannelUri: https://aka.ms/vs/17/release/channel
releaseNotes: https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.8#17.8.6
resolvedInstallationPath: C:\Program Files\Microsoft Visual Studio\2022\Community
thirdPartyNotices: https://go.microsoft.com/fwlink/?LinkId=661288
updateDate: 2024-02-13T04:08:10.8489884Z
catalog_buildBranch: d17.8
catalog_buildVersion: 17.8.34525.116
catalog_id: VisualStudio/17.8.6+34525.116
catalog_localBuild: build-lab
catalog_manifestName: VisualStudio
catalog_manifestType: installer
catalog_productDisplayVersion: 17.8.6
catalog_productLine: Dev17
catalog_productLineVersion: 2022
catalog_productMilestone: RTW
catalog_productMilestoneIsPreRelease: False
catalog_productName: Visual Studio
catalog_productPatchVersion: 6
catalog_productPreReleaseMilestoneSuffix: 1.0
catalog_productSemanticVersion: 17.8.6+34525.116
catalog_requiredEngineVersion: 3.8.2122.37638
properties_campaignId: 2030:606c0ce46951488a8fccb44e46cc1e82
properties_channelManifestId: VisualStudio.17.Release/17.8.6+34525.116
properties_nickname:
properties_setupEngineFilePath: C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe
If I try to run:
``bin\vswhere -nologo -version "[16,17)" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath -format text
OR
bin\vswhere -nologo -version "[16,17)" -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath -format text
As mentioned in many issues posted here and on StackOverflow, It just returns nothing, so it seems like either I'm missing some sort of component in Visual Studio, or there is something that is lost in translation from the readme's directions that are somehow not applicable in 2024?
Any help would be appreciated.