# Create the vsconfig.json file $configFile = @ version = "17.0.0" components = @( "Microsoft.VisualStudio.Workload.Core", "Microsoft.VisualStudio.Workload.ManagedDesktop" ) workloads = @( "Microsoft.VisualStudio.Workload.NetCoreTools" ) | ConvertTo-Json
# Create the standalone installer & "$standaloneInstallerFolder\vs_installer.exe" --layout $standaloneInstallerFolder
``` Use code with caution. Copied to clipboard Step 3: Install on the Offline Machine Transfer: Copy the entire




