rzander / ruckzuck

software package manager for windows
https://ruckzuck.tools
Microsoft Public License
221 stars 20 forks source link

Citrix Workspace and Adobe Acrobat DC 64Bit MUI URLs #226

Closed x0tester0x closed 1 year ago

x0tester0x commented 1 year ago

Citrix Workspace

https://cdn.ruckzuck.tools/rest/v2/getsoftwares?shortname=Citrix%20Workspace

"URL": "$content = Invoke-RestMethod -uri \"https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html\";$idx = $content.IndexOf(\"CitrixWorkspaceApp.exe?__gda__\");\"https://\" + $content.Substring($idx-27,149)"

change to:

"URL": "https://downloadplugins.citrix.com/Windows/CitrixWorkspaceApp.exe"

Adobe Acrobat Reader DC 64Bit MUI

https://cdn.ruckzuck.tools/rest/v2/getsoftwares?shortname=Adobe%20Acrobat%20Reader%20DC%20(64-bit)%20-%20MUI

"URL": "switch ((Get-Culture).name) { \"cs-CZ\" { $lang = \"cs_CZ\"} \"da-DK\" { $lang = \"da_DK\"} \"de-DE\" { $lang = \"de_DE\"} \"de-CH\" { $lang = \"de_DE\"} \"de-AT\" { $lang = \"de_DE\"} \"es-ES\" { $lang = \"es_ES\"} \"fi-FI\" { $lang = \"fi_FI\"} \"es_MX\" { $lang = \"pt_BR\"} \"fr-CA\" { $lang = \"fr_FR\"} \"fr-CH\" { $lang = \"fr_FR\"} \"fr-FR\" { $lang = \"fr_FR\"} \"it-CH\" { $lang = \"it_IT\"} \"it-IT\" { $lang = \"it_IT\"} \"jp-JP\" { $lang = \"jp_JP\"} \"nb-NO\" { $lang = \"nb_NO\"} \"nl-NL\" { $lang = \"nl_NL\"} \"pt-BR\" { $lang = \"pt_BR\"} \"pt-PT\" { $lang = \"pt_BR\"}  \"sv-SE\" { $lang = \"sv_SE\"}  Default { $lang = \"en_US\"} };\"https://ardownload3.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120174/AcroRdrDCx642300120174_$($lang).exe\""

change to:

"URL": "https://ardownload3.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2300120174/AcroRdrDCx642300120174_MUI.exe"
rzander commented 1 year ago
rzander commented 1 year ago

Adobe Acrobat DC (64-bit) - MUI is updated:

x0tester0x commented 1 year ago

The Citrix Workspace URLs changed back again, why?

rzander commented 1 year ago

Citrix has remove the release: https://support.citrix.com/article/CTX560646/virtual-appdesktop-sessions-fail-to-launch-with-citrix-workspace-app-2305-for-windows

x0tester0x commented 1 year ago

But the https://downloadplugins.citrix.com/Windows/CitrixWorkspaceApp.exe URL does still work and downloads version 2303 and not the faulty version 2305

rzander commented 1 year ago

The package was reverted to 2303 (with the old url). If the Package does install an older version than in the detection script, computers can start looping as they want to update to a version that does not exists....

x0tester0x commented 1 year ago

A ok, but when the faulty version gets repaired the https://downloadplugins.citrix.com/Windows/CitrixWorkspaceApp.exe URL will again be used?