Autodesk Revit LT offers a simplified BIM tool for creating 3D architectural designs and documentation. It provides basic structural modeling, interoperability, and data management, as well as presentation and visualization features. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Autodesk Revit LT 2023 from the command line using the EXE installer.
How to Install Autodesk Revit LT 2023 Silently
Autodesk Revit LT 2023 Silent Install (EXE)
- Download all three of the following executables to a folder created at (C:\Downloads):
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command to Extract the contents of the EXE’s:
RevitLT_2023_G1_Win_64bit_dlm_001_003.sfx.exe -suppresslaunch -d "C:\Downloads"
- Press Enter
- Navigate to C:\Downloads\RevitLT_2023_G1_Win_64bit_dlm
- Enter the following command:
Setup.exe -q
- Press Enter
After a few minutes you should see the Revit LT 2023 Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Autodesk Revit LT 2023 |
Vendor: | Autodesk |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: |
|
Silent Uninstall Switch: | CLICK HERE FOR DETAILS |
Download Link: | https://www.autodesk.com/products/revit/ |
PowerShell Script: | https://silentinstallhq.com/autodesk-revit-lt-2023-install-and-uninstall-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Exclude the Autodesk Revit LT 2023 Desktop Shortcut During Install
The Autodesk Revit LT 2023 installer creates a desktop shortcut by default. If you don’t want the desktop shortcut, then you can follow these steps to exclude it.
Autodesk Revit LT 2023 (EXE) Silent Install with No Desktop Shortcut
- Navigate to: C:\Downloads\RevitLT_2023_G1_Win_64bit_dlm\x64\RLT
- Open the pkg.RLT.xml file with Notepad
- Under the <Configuration> Section update the following line to include the ADSK_DESKTOPSHORTCUT_1=0 parameter
Original:
<InstallFile type="MSI" contents="Folder" installParams="TRANSFORMS=:%LANGUAGE_CODE%.mst;:all.mst" file="x64/RLT/RLT.msi"/>
Updated:
<InstallFile type="MSI" contents="Folder" installParams="TRANSFORMS=:%LANGUAGE_CODE%.mst;:all.mst ADSK_DESKTOPSHORTCUT_1=0" file="x64/RLT/RLT.msi"/>
- Save the updated pkg.RLT.xml file & Close
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to C:\Downloads\RevitLT_2023_G1_Win_64bit_dlm
- Enter the following command:
Setup.exe -q
- Press Enter
Disable Data Collection and Use (Autodesk Analytics)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Run the following commands once for each user
REG ADD "HKCU\SOFTWARE\Autodesk\MC3" /v ADAOptIn /t REG_DWORD /d 0 /f |
REG ADD "HKCU\SOFTWARE\Autodesk\MC3" /v ADARePrompted /t REG_DWORD /d 1 /f |
Suppress Autodesk Revit LT 2023 Privacy Settings
- Open Notepad or your favorite text editor
- Add the following lines:
{
"lastUpdated": 1234123412341,
"preferences": [
{
"consentId": "ADSK_PUD_CONTRACTUAL_NECESSITY_DESKTOP",
"optIn": false
},
{
"consentId": "ADSK_PUD_OPTIMIZATION_IMPROVEMENT_DESKTOP",
"optIn": false
},
{
"consentId": "ADSK_PUD_GO_TO_MARKET_DESKTOP",
"optIn": false
}
],
"userActionRequired": false,
"userId": "UnNamed"
}
- Save the file to C:\Downloads\ and name it: UnNamed.json
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads\ folder
- Enter the following command to copy the UnNamed.json to “C:\Users\%Username%\AppData\Roaming\Autodesk\ADPSDK\UserConsent”:
xcopy /y ".\UnNamed.json" "%AppData%\Autodesk\ADPSDK\UserConsent\" |
How to Uninstall Autodesk Revit LT 2023 Silently
Uninstalling Autodesk Revit LT 2023 can be a bit of a challenge for several reasons, including killing processes, stopping services and deleting folder directories. I highly recommend you run the commands in the order listed below.
Check out the Autodesk Revit LT 2023 Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following commands one at a time in order:
Autodesk Material Library 2023 Silent Uninstall
MsiExec.exe /x {8E133591-B0FD-4DB0-B60E-FB593CAF72B0} REBOOT=ReallySuppress /qn |
Autodesk Material Library Base Resolution Image Library 2023 Silent Uninstall
MsiExec.exe /x {3B564A94-BA47-4E42-ACD6-B5C35291210B} REBOOT=ReallySuppress /qn |
Autodesk Material Library Low Resolution Image Library 2023 Silent Uninstall
MsiExec.exe /x {9E728FC7-CC88-4CBD-A1A2-094E27F05EF1} REBOOT=ReallySuppress /qn |
Autodesk Material Library Medium Resolution Image Library 2023 Silent Uninstall
MsiExec.exe /x {2ED470F3-3989-458D-AF24-8B2C4364A8CC} REBOOT=ReallySuppress /qn |
Autodesk Advanced Material Library Base Resolution Image Library 2023 Silent Uninstall
MsiExec.exe /x {C90A4CC0-0862-4FC3-A07F-31F903659946} REBOOT=ReallySuppress /qn |
Autodesk Advanced Material Library Low Resolution Image Library 2023
MsiExec.exe /x {93A8D797-F224-4238-8E87-EE673E0BAC8A} REBOOT=ReallySuppress /qn |
Autodesk Advanced Material Library Medium Resolution Image Library 2023
MsiExec.exe /x {489B5559-69A0-4165-A044-CEB510C6CBBF} REBOOT=ReallySuppress /qn |
Autodesk Licensing Silent Uninstall
SC CONFIG "AdskLicensingService" Start= Disabled |
SC CONFIG "FlexNet Licensing Service" Start= Disabled |
TASKKILL /F /IM "AutodeskDesktopApp.exe" |
TASKKILL /F /IM "AdAppMgrSvc.exe" |
TASKKILL /F /IM "ADPClientService.exe" |
TASKKILL /F /IM "AdskLicensingService.exe" |
TASKKILL /F /IM "FNPLicensingService.exe" |
"%ProgramFiles(x86)%\Common Files\Autodesk Shared\AdskLicensing\uninstall.exe" --mode unattended |
Autodesk Save to Web and Mobile Silent Uninstall
MsiExec.exe /x {192B349F-C3F7-4BBE-B49E-00DD4BD28373} REBOOT=ReallySuppress /qn |
Autodesk Revit LT 2023 Silent Uninstall
"%ProgramFiles%\Autodesk\AdODIS\V1\Installer.exe" -i uninstall -q -m C:\ProgramData\Autodesk\ODIS\metadata\{95354954-2739-3008-A6E4-CB7A968B612E}\bundleManifest.xml |
Autodesk Revit Unit Schemas 2023 Silent Uninstall
MsiExec.exe /x {CDCC6F31-2023-4901-8E9B-D562B70697B6} REBOOT=ReallySuppress /qn |
Microsoft SQL Server 2014 Express LocalDB Silent Uninstall
MsiExec.exe /x {BAF67399-85CD-4555-9B49-1F80EB921C35} REBOOT=ReallySuppress /qn |
OpenStudio CLI For Revit 2023 Silent Uninstall
MsiExec.exe /x {49E88835-0902-4C30-A4A8-6AE9D663AF81} REBOOT=ReallySuppress /qn |
Personal Accelerator for Revit Silent Uninstall
MsiExec.exe /x {59340884-4135-469A-954A-D08186F6B1DB} REBOOT=ReallySuppress /qn |
Autodesk Desktop App Silent Uninstall
"%ProgramFiles(x86)%\Autodesk\Autodesk Desktop App\removeAdAppMgr.exe" --mode unattended |
Autodesk Single Sign On Component Silent Uninstall
MsiExec.exe /x {278F16D8-5131-4663-9D5A-630806286A98} REBOOT=ReallySuppress /qn |
Autodesk Genuine Service Silent Uninstall
RMDIR /Q /S "%LOCALAPPDATA%\Autodesk |
RMDIR /Q /S %APPDATA%\Autodesk |
RMDIR /Q /S %ALLUSERSPROFILE%\Autodesk |
TASKKILL /F /IM "GenuineService.exe" |
MsiExec.exe /x {8AD048E5-9570-442E-A5A2-B12C2618977E} REBOOT=ReallySuppress /qn |
MsiExec.exe /x {98537105-FCCB-4577-A839-2816FDE75B5D} REBOOT=ReallySuppress /qn |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.