Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Persistent Update

Persistent Update

tony_csogroup
Advocate Advocate
5,690 Views
40 Replies
Message 1 of 41

Persistent Update

tony_csogroup
Advocate
Advocate

Autodesk Access keeps showing an update for ADP Desktop SDK. I install the update, but when my system restarts or Access restarts, the updated shows again.

 

tony_csogroup_0-1741684742023.png

Access Version 2.13.0.173

 

I have tried uninstalling Access and re-stalling, but same thing happens. I even tried following the instructions to refresh the cache folder, but the SDS folder doesn't seem to exsist.

 

https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Autodesk-Desktop-A...

 

Any help would be grateful.

Anthony Russell
LinkedIn
0 Likes
5,691 Views
40 Replies
Replies (40)
Message 41 of 41

jorma_heikkuri
Contributor
Contributor

Hi Danny

 

I use always the standard way like in cmd script. 

start /w "" "%TEMP%\AdAccess-installer.exe" -q

 

I am not using msiexec. IT folks like to use PSAppDeployToolkit (PSDAT) etc. extra tool with Intune and SCCM.

This will give more options to tune the installation. Some folks say that you can't install Autodesk packages with PowerShell at all.

Autodesk doesn't support installation with system account. Especially with latest 2026 versions. True or false, I don't know.

 

Example for PSADT v3.9.2

Execute-Process -Path "$InstallDIR\AdAccess-installer.exe" -Parameters '-q' -WindowStyle Hidden

 

I will look after how this 24 hours rule will work.

 

Regards,

Jorma

 

 

0 Likes