Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to know whether auto cad 2019_LT supports Silent Install / Uninstall Please ?
Thanks
Solved! Go to Solution.
Hi,
I want to know whether auto cad 2019_LT supports Silent Install / Uninstall Please ?
Thanks
Solved! Go to Solution.
Welcome to the Autodesk User's Community..
I think that @m_latz may have some info on the uninstall and perhaps install too (silent method)
Mark Lancaster
& Autodesk Services MarketPlace Provider
Autodesk Inventor Certified Professional & not an Autodesk Employee
Likes is much appreciated if the information I have shared is helpful to you and/or others
Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
thanks for the reply. do we have anything for uninstall ?
That's why I tag @m_latz for their input on the silent uninstall.
Mark Lancaster
& Autodesk Services MarketPlace Provider
Autodesk Inventor Certified Professional & not an Autodesk Employee
Likes is much appreciated if the information I have shared is helpful to you and/or others
Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
Hi Mark,
I think the easiest is, if @ramkumar.ashok create a deployment with his AutoCAD 2019 LT installation sources.
This create in the "deployment folder" a subfolder called "SMS_SCCM scripts". There should be a file with name "AcadLT2019_Uninstall.txt".
Use this file as template to do a silent uninstall. Read the comments inside for further info.
Also remember if your client pc's have installed other Autodesk products, do not remove shared components (like Material libraries, etc.)
See my screenshot (it's from an AutoCAD LT 2017, but it should be similiar in AutoCAD LT 2019)
regards
Markus
For the future you can just download a trial version and install, then you get the required UUID's from the msi packages and can build your silent uninstall.
I did this and:
msiexec /x {28B89EEF-2009-0000-0102-CF3F3A09B77D}
msiexec /x {28B89EEF-2009-0409-2102-CF3F3A09B77D}
msiexec /x {28B89EEF-2009-0409-1102-CF3F3A09B77D}
msiexec /x {F53D6D10-7A75-4A39-8C53-A3D855C7C50A}
msiexec /x {8F69EE2C-DC34-4746-9B47-7511147BD4B0}
msiexec /x {3AAA4C1B-51DA-487D-81A3-4234DBB9A8F9}
Append the following command to each above line:
REMOVE=ALL REBOOT=ReallySuppress ADSK_SETUP_EXE=1 /qn
And just for your info a "msi dump" from my test installation, because you can not uninstall all parts if other Autodesk products are still installed.
AutoCAD LT 2019 - English|23.0.46.0|Autodesk|{28B89EEF-2009-0000-0102-CF3F3A09B77D}
AutoCAD LT 2019 - English|23.0.46.0|Autodesk|{28B89EEF-2009-0409-2102-CF3F3A09B77D}
AutoCAD LT 2019 Language Pack - English|23.0.46.0|Autodesk|{28B89EEF-2009-0409-1102-CF3F3A09B77D}
Autodesk License Service (x64) - 7.1.4|7.1.4.0|Autodesk|{F53D6D10-7A75-4A39-8C53-A3D855C7C50A}
Autodesk Material Library 2019|17.11.3.0|Autodesk|{8F69EE2C-DC34-4746-9B47-7511147BD4B0}
Autodesk Material Library Base Resolution Image Library 2019|17.11.3.0|Autodesk|{3AAA4C1B-51DA-487D-81A3-4234DBB9A8F9}
Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219|10.0.40219|Microsoft Corporation|{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219|10.0.40219|Microsoft Corporation|{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
Microsoft Visual C++ 2012 x64 Additional Runtime - 11.0.61030|11.0.61030|Microsoft Corporation|{37B8F9C7-03FB-3253-8781-2517C99D7C00}
Microsoft Visual C++ 2012 x64 Minimum Runtime - 11.0.61030|11.0.61030|Microsoft Corporation|{CF2BEA3C-26EA-32F8-AA9B-331F7E34BA97}
Microsoft Visual C++ 2012 x86 Additional Runtime - 11.0.61030|11.0.61030|Microsoft Corporation|{B175520C-86A2-35A7-8619-86DC379688B9}
Microsoft Visual C++ 2012 x86 Minimum Runtime - 11.0.61030|11.0.61030|Microsoft Corporation|{BD95A8CD-1D9F-35AD-981A-3E7925026EBB}
Microsoft Visual C++ 2017 x64 Additional Runtime - 14.12.25810|14.12.25810|Microsoft Corporation|{2CD849A7-86A1-34A6-B8F9-D72F5B21A9AE}
Microsoft Visual C++ 2017 x64 Minimum Runtime - 14.12.25810|14.12.25810|Microsoft Corporation|{C99E2ADC-0347-336E-A603-F1992B09D582}
Microsoft Visual C++ 2017 x86 Additional Runtime - 14.12.25810|14.12.25810|Microsoft Corporation|{7FED75A1-600C-394B-8376-712E2A8861F2}
Microsoft Visual C++ 2017 x86 Minimum Runtime - 14.12.25810|14.12.25810|Microsoft Corporation|{828952EB-5572-3666-8CA9-000B6CE79350}
regards
Markus