What to Do If Your Revit Installation Fails
Autodesk includes a range of third-party language packs, patches, and environmental installation programs within its software package to prevent installation issues. This thoughtful design helps users install different software versions smoothly.
During the installation process, Autodesk automatically installs these environment programs first to ensure proper setup.
After encountering multiple installation failures and reviewing the installation logs, I’ve identified several common causes:
- Your system already has a newer version of an environment package than the one bundled with the software.
- The user account you’re logged into lacks sufficient permissions to install system components.
- The installation package is stored in a path containing Chinese characters.
Today, I’ll focus on how to resolve the first issue.
Solution: When a Newer Version Is Already Installed
Method 1:
Open the installation log file and scroll directly to the last few lines. The beginning of the log mainly records the installation steps, but the real clues are near the end. Look for the keyword “Failure” and examine the lines above it to identify the cause of the installation failure.
Often, the problem is due to a newer version of environment packages like Microsoft Visual C++ or .NET Framework already present on your system.
To fix this, uninstall the higher version of the conflicting environment packages. If you’re unsure how to do this, feel free to contact me for help.
After uninstalling, restart the installation process. Hopefully, it will complete successfully—good luck and enjoy your evening!
Method 2:
If uninstalling isn’t an option, you can modify the installation to bypass installing environment packages and proceed directly with Revit and related components.
- First, review the installation log as in Method 1 to identify which environment package caused the failure, commonly Microsoft Visual C++.
- Navigate to the software installation package folder and back up the
setup.inifile to another location where you can easily find it later. - Open the original
setup.inifile in a text editor like Notepad. - Use Ctrl+F to search for “VC” to find the lines responsible for installing Microsoft Visual C++.
- Carefully remove the command lines related to Microsoft Visual C++ installation.
Important: Be very cautious when editing the setup.ini file, especially if your English proficiency is basic. If you accidentally delete critical lines, restore the original file by copying the backup back into the installation folder.
Related Topics
How to Fix Revit Installation Errors Related to NET Framework 4.0















Must log in before commenting!
Sign Up