126 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			126 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| type: "topic"
 | |
| created: "2024-01-06T01:25:36.087Z"
 | |
| updated: "2024-01-06T01:25:36.087Z"
 | |
| ---
 | |
| 
 | |
| # build-tools
 | |
| 
 | |
| ```bash
 | |
| https://www.royalapps.com/ts/win/download
 | |
| x-https://silentinstallhq.com/visual-studio-build-tools-2017-silent-install-how-to-guide/
 | |
| https://visualstudio.microsoft.com/downloads/?q=build+tools
 | |
| https://learn.microsoft.com/en-us/visualstudio/install/workload-and-component-ids?view=vs-2022
 | |
| https://docs.microsoft.com/en-us/visualstudio/install/create-a-network-installation-of-visual-studio?view=vs-2022
 | |
| https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022
 | |
| https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools?view=vs-2022&preserve-view=true
 | |
| Microsoft.VisualStudio.Workload.MSBuildTools
 | |
| vs_BuildTools.exe --layout ./vs_BuildTools --add Microsoft.VisualStudio.Workload.MSBuildTools
 | |
| vs_BuildTools.exe --layout ./vs_BuildTools --add Microsoft.VisualStudio.Workload.WebBuildTools --includeOptional --lang en-US
 | |
| vs_BuildTools.exe --layout ./vs_BuildTools --add Microsoft.VisualStudio.Component.WebDeploy --includeOptional --lang en-US
 | |
| vs_BuildTools.exe --layout ./vs_BuildTools --add wasm.tools --includeOptional --lang en-US
 | |
| vs_BuildTools.exe --layout ./vs_BuildTools --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --includeOptional --lang en-US
 | |
| d:
 | |
| cd D:/vs_BuildTools - MSBuildTools
 | |
| vs_BuildTools.exe --noweb --nocache
 | |
| cd D:/Tmp/phares/vs_BuildTools
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| https://docs.microsoft.com/en-us/nuget/reference/migrate-packages-config-to-package-reference
 | |
| https://stackoverflow.com/questions/3980909/microsoft-webapplication-targets-was-not-found-on-the-build-server-whats-your
 | |
| vs_BuildTools.exe --add Microsoft.VisualStudio.Workload.WebBuildTools --passive
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| D:
 | |
| cd D:/VSCode Install/003/Microsoft Visual Studio/2022/vs_BuildTools - MSBuildTools
 | |
| vs_BuildTools.exe --noweb --nocache
 | |
| -
 | |
| dotnet framework what is new in 4.8.1
 | |
| Announcing .NET Framework 4.8.1
 | |
| https://devblogs.microsoft.com/dotnet/announcing-dotnet-framework-481/#:~:text=has%20done%20in%20.-,NET%20Framework%204.8.,based%20control%20letter%20by%20letter.
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| L:/GitHub/msbuild/vs_buildtools__622544594.1570551114.exe --layout c:/vslayout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --add Microsoft.VisualStudio.Setup.WMIProvider --includeOptional --lang en-US
 | |
| xcopy /e c:/VSLayout //messv02ecc1.ec.local/EC_EAFRepository/VS2019
 | |
| xcopy /e c:/VSLayout //messdv003.infineon.com/EDA/VS2019
 | |
| //messdv003.infineon.com/EDA/VS2019
 | |
| //messv02ecc1.ec.local/EC_EAFRepository/VS2019
 | |
| ndp461-devpack-kb3105179-enu.exe
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| D:
 | |
| cd "D:/Tmp/phares/Microsoft Visual Studio/2022/vs_BuildTools - MSBuildTools"
 | |
| vs_BuildTools.exe --noweb --nocache
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| D:
 | |
| cd D:/2022
 | |
| vs_BuildTools.exe --noweb --nocache --layout ./vs_BuildTools --add Microsoft.VisualStudio.Workload.WebBuildTools --includeOptional --lang en-US
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| vs_BuildTools.exe --layout c:\VSLayout --includeOptional --lang en-US
 | |
| vs_BuildTools.exe --noWeb --add Microsoft.VisualStudio.Workload.ManagedDesktop --includeOptional --lang en-US
 | |
| ```
 | |
| 
 | |
| ```json
 | |
| {
 | |
|   "version": "1.0",
 | |
|   "components": [
 | |
|     "Microsoft.VisualStudio.Component.Roslyn.Compiler",
 | |
|     "Microsoft.Component.MSBuild",
 | |
|     "Microsoft.VisualStudio.Component.CoreBuildTools",
 | |
|     "Microsoft.VisualStudio.Workload.MSBuildTools",
 | |
|     "Microsoft.VisualStudio.Component.Windows10SDK",
 | |
|     "Microsoft.VisualStudio.Component.VC.CoreBuildTools",
 | |
|     "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
 | |
|     "Microsoft.VisualStudio.Component.VC.Redist.14.Latest",
 | |
|     "Microsoft.VisualStudio.Component.Windows11SDK.22621",
 | |
|     "Microsoft.VisualStudio.Component.VC.CMake.Project",
 | |
|     "Microsoft.VisualStudio.Component.TestTools.BuildTools",
 | |
|     "Microsoft.VisualStudio.Component.VC.ASAN",
 | |
|     "Microsoft.VisualStudio.Component.TextTemplating",
 | |
|     "Microsoft.VisualStudio.Component.VC.CoreIde",
 | |
|     "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core",
 | |
|     "Microsoft.VisualStudio.Workload.VCTools",
 | |
|     "Microsoft.VisualStudio.Component.TypeScript.TSServer",
 | |
|     "Microsoft.VisualStudio.Component.Node.Build",
 | |
|     "Microsoft.VisualStudio.Workload.NodeBuildTools"
 | |
|   ]
 | |
| }
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| certutil.exe -addstore -f "Root" "\\mesfs.infineon.com\VSLayout\certificates\manifestRootCertificate.cer"
 | |
| certutil.exe -addstore -f "Root" "\\mesfs.infineon.com\VSLayout\certificates\manifestCounterSignRootCertificate.cer"
 | |
| certutil.exe -addstore -f "Root" "\\mesfs.infineon.com\VSLayout\certificates\vs_installer_opc.RootCertificate.cer"
 | |
| ```
 | |
| 
 | |
| ```json - Response.json
 | |
| {
 | |
|     "installChannelUri": ".\\ChannelManifest.json",
 | |
|     "channelUri": "\\\\mestsa05ec.infineon.com\\VSLayout\\ChannelManifest.json",
 | |
|     "installCatalogUri": ".\\Catalog.json",
 | |
|     "channelId": "VisualStudio.17.Release",
 | |
|     "productId": "Microsoft.VisualStudio.Product.BuildTools",
 | |
|     "addProductLang": [
 | |
|         "en-US"
 | |
|     ]
 | |
| }
 | |
| ```
 | |
| 
 | |
| ```bash
 | |
| \\mesfs.infineon.com\VSLayout\vs_BuildTools.exe --noWeb
 | |
| ```
 | |
| 
 | |
| ```bash Tue Jan 02 2024 10:37:11 GMT-0700 (Mountain Standard Time)
 | |
| # https://visualstudio.microsoft.com/downloads/?q=build+tools
 | |
| "D:\Downloads\2024\VisualStudioSetup.exe" --layout "C:\VSLayout" --includeOptional --lang en-US
 | |
| vs_BuildTools.exe --noWeb --add Microsoft.VisualStudio.Workload.ManagedDesktop --includeOptional --lang en-US
 | |
| ```
 |