Uninstall update 6 silent

Uninstall update 6 silent

klaus_hart
Contributor Contributor
1,191 Views
9 Replies
Message 1 of 10

Uninstall update 6 silent

klaus_hart
Contributor
Contributor

Hi,

 

I need to uninstall C3D 2020 update 6 silently with sccm, how can i accomplish this?

 

I tried with:

 

msiexec.exe /x {6979BD25-3600-479A-1001-72684B59A545} /qn /quiet /passive /qb ... but nothing uninstalls it.

 

the uninstall script from autodesk, the official one - I dont understand it enoguh to adjust it for this update 6.

 

Please help

 

0 Likes
Accepted solutions (1)
1,192 Views
9 Replies
Replies (9)
Message 2 of 10

wfberry
Mentor
Mentor

Where did update 6 come from.

 

Bill

 

0 Likes
Message 3 of 10

rl_jackson
Mentor
Mentor

If you want to uninstall a update try doing a RESET should be located in the up right area. I think it's in the About section. This will reset C3D to default OOTB install.


Rick Jackson
Survey CAD Technician VI

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 4 of 10

klaus_hart
Contributor
Contributor

We installed it trough sccm,  but it turns out, at least on our case, that it slows down the start of C3D. Instead of couple seconds it takes 2min! Don't want to get into this right now just silently uninstall the update and we are happy.

0 Likes
Message 5 of 10

klaus_hart
Contributor
Contributor

I tried this today like in the official documenation for C3D 2020 update 6 and it did not work:

 

msiexec.exe /x {6979BD25-3600-479A-1001-72684B59A545} /quiet

 

BR

0 Likes
Message 6 of 10

Pointdump
Consultant
Consultant

Hi Klaus,
"...uninstall C3D 2020 update 6 silently with sccm..."
I have no idea what SCCM is, or why it is so noisy for you, but any update can be uninstalled in Windows the same way you'd uninstall any program.
Dave

Dave Stoll
Las Vegas, Nevada

EESignature

64GB DDR4 2400MHz ECC SoDIMM / 1TB SSD
NVIDIA Quadro P5000 16GB
Windows 10 Pro 64 / Civil 3D 2025
0 Likes
Message 7 of 10

klaus_hart
Contributor
Contributor

Hi,

 

there is this thing called Google, so you can type in "SCCM". I thought that Autodesk Expert Elite should know this. It would be better if you just skipped the thread and moved on instead of putting together a few words on your keyboard. I have to uninstall this for lot of users, 60+ and doing it the way you gracefully suggest it is not time efficient.

 

Skip and forget it, thanks.

 

 

0 Likes
Message 8 of 10

andrewpuller3811
Advisor
Advisor
Accepted solution

A search through the registry shows that {6979BD25-3600-479A-1001-72684B59A545} comes back as Autodesk Civil 3D 2020 Object Enabler under the key Autodesk Civil 3D 2020.6 Object Enabler 64 Bit.

 

After a lot more searching, I found the a silent uninstall string for the 2020.6 update under the key Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{99d1447d-3000-0000-0102-101d0a553893}

The silent uninstall string is "C:\ProgramData\Package Cache\{99d1447d-3000-0000-0102-101d0a553893}\C3D_2020_6_Update.exe" /uninstall /quiet

 

Give that a try and see if it works.

 

 



If a post provides a fix for your issue, click on "Accept as Solution" to help other users find solutions to problems they might have that are similar to yours.

Andrew Puller
Maitland, NSW, Australia
Windows 11
Intel core i7 11800 @ 2.30 GHz with 32GB Ram
Civil 3d 2023
0 Likes
Message 9 of 10

rl_jackson
Mentor
Mentor

I just installed this update this morning, not having any load issues at all.


Rick Jackson
Survey CAD Technician VI

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 10 of 10

klaus_hart
Contributor
Contributor

Hi,

 

thanks this worked.

 

The registry path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall is the one to find the App ID.

 

Also something that works is:

 

C3D_2020_6_Update.exe /uninstall /silent

 

Here the issue is, that you have have the 400MB "heavy" .exe file on the client.

 

Much appreciated!

0 Likes