Workspace parameters for Citrix.Workspace.LTSR not working #116
Replies: 3 comments 13 replies
-
Escaping with |
Beta Was this translation helpful? Give feedback.
-
Have you got the latest from https://github.com/Romanitho/Winget-Install/releases ?
Running as SYSTEM with above string (but with Gives: Can't give you anymore. |
Beta Was this translation helpful? Give feedback.
-
The culprit here is that you're running this from a PowerShell CLI (regarding the quotes etc.). |
Beta Was this translation helpful? Give feedback.
-
Hey Romanitho!
Thanks again for this wonderful product, you are superstars.
We are trying to replace our win32 apps in Intune with winget installation of our Citrix, however have some issues getting it to work.
This is the parameter we would install it with without using winget:
"%~dp0CitrixWorkspaceFullInstaller.exe" /silent /includeSSON /EnableCEIP=false /AutoUpdateCheck=disabled /noreboot ALLOWADDSTORE=A STORE0="Work Account Store;https://citrix.ctxexample.net/Citrix/CTXExampleCom/discovery;On;CTX Example Com 7.xx"
It works well.
I am writing it like this in the winget install command:
powershell.exe -File winget-install.ps1 -AppIDs "Citrix.Workspace.LTSR --override "/silent /includeSSON /EnableCEIP=false /AutoUpdateCheck=disabled /noreboot ALLOWADDSTORE=A STORE0="Work Account Store;https://citrix.ctxexample.net/Citrix/CTXExampleCom/discovery;On;CTX Example Com 7.xx"""
And it seems there is a problem with the number of "" symbols, but we need the "" symbols in the parameters, as we have spaces in our citrix store.
Can you help me out please?
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions