A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
What Criteria Does Patch My PC Use to Prioritize New Applications and Features?
View the Public Roadmap for Patch My PC
Patch My PC Publisher Release Notes
The Autodesk Desktop Licensing Service is frequently updated by Autodesk. I don't see this in the catalogue.
Info
Autodesk Licensing Service download:
https://www.autodesk.com/support/technical/article/caas/tsarticles/ts/f5IhBc15i0kOwzBb8lcEN.htmlHow to install AdskLicensing component silently: https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-install-the-AdskLicensing-component-silently.html#:~:text=To%20install%20the%20AdskLicensing%20silently,installer.exe%20%2D%2Dunattendedmodeui%20none%22
Notes
It is installed as a service
Conflicting processes:
AdskLicensingService
e.g. Detection script:$version = "14.1.0.10619"
$service = "AdskLicensingService"
$service = Get-Service -Name $service
$pattern = Select-String -Path 'C:\Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing\version.ini' -Pattern "version=$version"
if (($null -ne $service ) -AND ($null -ne $pattern)){
Write-Host "Autodesk Desktop Licensing Service is version $version"
}e.g. Uninstall:"C:\Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing\uninstall.exe"
merge https://ideas.patchmypc.com/ideas/PATCHMYPC-I-3186
https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-uninstall-Autodesk-Desktop-Licensing-Service.html
we need this
merge https://ideas.patchmypc.com/ideas/PATCHMYPC-I-3186
https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-uninstall-Autodesk-Desktop-Licensing-Service.html
we need this