Asked by:
How could I install microsoft c++ 14.0 offline?

Question
-
Rescently, I definitely struggle with this bug when I install a python package cx_Oracle, "building cxoracle extension error: Microsoft visual c++ 14.0 is required, get it with build tools for visual studio https://visualstudio.microsoft.com/downloads/". But my computer could not access to the internet, so how could I install microsoft c++ offline correctly?
All replies
-
check out this
https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019
- Proposed as answer by Gadai BPKB Saturday, June 12, 2021 5:27 AM
-
-
To install Microsoft Visual C++ 14.0 offline requires a few steps. This was part of the process for getting SQL Server 2017 with Machine Learning / Python running at work.
- Download the Build Tools executable from the network installation page.
- Set up a folder on a drive where you have a good amount of space free. Microsoft notes that a complete install requires at least 35 GB (Gigabytes) of space available, and in my experience I needed close to 20 GB.
- Run the executable from the command line with additional arguments. The ones I used were:
c:\temp\vs_buildtools.exe --layout d:\vs2017offline --add Microsoft.VisualStudio.Workload.VCTools --lang en-US
. To learn more about what these arguments are, check out Customizing the network layout. - Once everything is downloaded, copy the folder over to the device it's to be installed on. I'm not sure if it matters, but I kept the
layout
folder path the same between the two devices. - Normally certificates would be installed as part of a normal installation. However in this case, there are certificates that will need to be installed by hand or script as described by Microsoft. These are located in the
layout
folder, which for me wasd:\vs2017offline\certificates
. I double clicked and each certificate for the entire machine rather than for an individual user. - Once the certificates are installed, the Offline Installation guide mentions running another script to install it on the local machine. I ran into issues getting this working, and so I just ran the executable from the
layout
folder and only installed the Build Tools that I had downloaded before. When checking the options, I turned on the mandatory content, and then the VC 14 build tools. This process took FAR longer than I expected, and had assumed it had either crashed or was trying to go out to the network. But until it actually gave me network errors, it just seems to take a while to complete.
Once the Build Tools were installed, I had to also modify my
pip.ini
to connect to a local python package repository. To change the location, I created a newpip.ini
file with something similar to the link above that looked like:[global] index-url = https://localhost:8443/repository/pypi-all/simple
. Once I created the file, to have it picked up, I followed this Stack Overflow post and created the file inC:\ProgramData\pip\pip.ini
.Finally, after everything was set up, I was able to run pip installer from python folder in SQL Server and install new packages.
source: www.aaronjgrossman.com
- Edited by Karoline steward Thursday, June 10, 2021 4:40 AM
-
Best solution to your problem and future problems might occur with time, i suggest you not to install programming software in os partition.
- download vmware player 6 or more
- install vmware
- fetch linux iso image ( centos 8 or Linux oracle ) or ( Ubuntu , if you are new to linux go with linuxfx exactly same Gui as win10).
- install your linux in the virtual machine ,
- after installation, in web find the command to install python, and can find multiple app for programming free
- enjoy programming without harming your physical machine.
- Proposed as answer by Loria Prewett Sunday, July 18, 2021 3:57 PM
-
Thank You.
- Proposed as answer by erwinpratama Saturday, June 26, 2021 6:14 AM
-
-
Best answer for your concern and future issues may happen with time, I recommend you not to introduce programming in os parcel.
download vmware player at least 6
introduce vmware
bring linux iso picture ( centos 8 or Linux prophet ) or ( Ubuntu , in case you are new to linux go with linuxfx precisely same Gui as win10).
introduce your linux in the virtual machine ,
after establishment, in web discover the order to introduce python, and can discover numerous application for programming free
appreciate programming without hurting your actual machine. -
After months of researching and trying all sorts of methods the following has worked:
Step 1: Download the build_tools.exe of your choice
Step 2: Make sure you are on a machine with the exact same environment you are going to install the c++ dependencies on. i.e. If server is windows server 2016 64bit run a vm to emulate that exact environment.
Step 3: Goto this site to get a list of all possible components you can download in the next step - https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-community?view=vs-2019
Step 4: Follow the following instructions to get a local cache download of your choice - https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019
Step 5: copy everything to the server and continue following the instructions from step 4
Step 6: restart the machine to apply paths properly
Step 7: copy rc.exe and rcdll.dll from C:\Program Files (x86)\Windows Kits\8.0\bin\x86 to C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin
Step 8: Download the latest setuptools from pypi.org
Step 9: run the following command with admin rights
python -m pip install path/to/setuptools.tar --upgrade
Step 10: Restart machine again to apply paths.
Once all steps are followed c++ 14.0 (or of your choice) will be installed properly and linked with no issues.
- Edited by Qinghui MengMicrosoft contingent staff, Administrator Wednesday, August 3, 2022 12:52 AM update for accessibility
-
Hello, If you want to install MS c++ 14.0 offline then you should follow below steps.
1- Set up a folder on a drive where you have a good amount of space free.
2- Run the executable from the command line with additional arguments.
3- Once everything is downloaded, copy the folder over to the device it's to be installed on.
-
-
-
-
Rescently, I definitely struggle with this bug when I install a python package cx_Oracle, "building cxoracle extension error: Microsoft visual c++ 14.0 is required, get it with build tools for visual studio https://visualstudio.microsoft.com/downloads/". But my computer could not access to the internet, so how could I install microsoft c++ offline correctly?
Hi, To install Microsoft Visual C++ 14.0 offline requires a few steps. This was part of the process for getting SQL Server 2017 with Machine Learning / Python running at work. Download the Build Tools executable from the network installation page. Set up a folder on a drive where you have a good amount of space free. -
-
Is it a Virtual machine or just a PC without internet? Because if you can't access to the internet you could try to download it and install it from a usb flash drive. I think that you should explain why you can't connect your machine to the internet, it's to be honest, the simpler way to do it, otherwise you are going to spend hours trying to search for a way to do it.
-
-
I agree with you, I don't even see the point of doing it all without the internet, but if someone has to, then it makes sense
- Edited by BorisHarris Tuesday, October 5, 2021 1:04 PM
-
-
I suggest you do not install programming software in the os partition. This will help you solve your problem and prevent future problems.
Get the latest version of VMware player.
Download and install the program.
If you're new to linux, use linuxfx (the same GUI as win10) or the centos 8 iso (or Linux Oracle).
Download the linux ISO, install it, then open the linux Oracle.
Install Python, and you can find a number of free programming apps on the web after installation
enjoy programming without harming your physical machine. -
-
Microsoft C++ 14.0 is the latest version of Microsoft's C++ compiler. It is a powerful tool that can help you write better C++ code. The latest version of Microsoft C++ 14.0 is available for download from the Microsoft website.
If you are new to C++, you might want to start with the free Microsoft Visual C++ Express edition. This edition of the compiler is designed for students and hobbyists. Once you have installed Visual C++ Express, you can use it to compile C++ code written in notepad or any other text editor.
When you are ready to move on to the full version of Microsoft C++, you can purchase it from the Microsoft website. The full version of the compiler includes a lot more features than the Express edition and is a lot more powerful.
Once you have purchased the full version of Microsoft C++, you can download the installation files from the Microsoft website. The installation files are available for both 32-bit and 64-bit versions of Windows.
Once you have downloaded the installation files, you need to run the setup program. The setup program will guide you through the installation process. Once the installation is complete, you will be able to launch Microsoft C++ from the Start menu. -
How do I download and install C++?
1) Download Turbo C++ software. You can download turbo C++ from many sites.
2) Create turboc directory in c drive and extract the tc3. zip.
3) Double click on the install.exe file and follow steps. Now, click on the install icon located inside the c:\turboc.
4) Click on the tc application located inside c:\TC\BIN.Regards,
Will