Visual studio offline installation

Configurare noua (How To)

Situatie

The Visual Studio integrated development environment is a creative launching pad that you can use to edit, debug, and build code, and then publish an app. An integrated development environment (IDE) is a feature-rich program that can be used for many aspects of software development.

Solutie

Pasi de urmat

You can accomplish offline installation by following the Visual Studio offline installation instructions.

Download the Visual Studio Edition of choice and run the following command line.

vs_community.exe –layout c:\vslayout –add Microsoft.VisualStudio.Workload.ManagedDesktop –add Microsoft.VisualStudio.Workload.NetWeb –add Component.GitHub.VisualStudio –includeOptional –lang en-US

You will now need to download the PowerShell Tools VSIX file from the Visual Studio Marketplace.  On a machine with an internet connection, double click the VSIX file

The online machine will install the certificate to the local machine. After the VSIX installer opens, click the Digital Signature link to view more information about the certificate.

Next, you’ll want to export the certificate to a file. Use certmgr.msc to export the certificate.

Ensure you export all the certificates in the certificate path.

Move the P7B file to the offline machine along with the PowerShell Tools VSIX file. Install the certificate to the certificate store.  After creating the offline installation layout, you can then move the vslayout folder to an offline location. Within the certificates folder within vslayout folder, you may need to install all the certificates in order to correctly install the package.

Run the offline installation using the following command line.

C:\vslayout\vs_community.exe –add Microsoft.VisualStudio.Workload.ManagedDesktop –add Microsoft.VisualStudio.Workload.NetWeb –add Component.GitHub.VisualStudio –includeOptional

Finally, double click the PowerShell Tools VSIX to install PowerShell Tools for Visual Studio.

Tip solutie

Permanent

Voteaza

(8 din 14 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?