[RESOLVED] tis-citrix-workspace package missing dependency
Published: Dec 20, 2023 - 11:52
Good morning,
I don't know if I'm posting my message in the right place.
For your information, the tis-citrix-workspace package was in error; this was due to the fact that the workstations were not directly connected to the internet. If we allow a workstation to connect directly to the internet, it works.
In the end, I realized that the citrix-workspace requires .NET Framework 4.8 and x86 version of .NET Desktop Runtime 6.0.20
See link:
https://docs.citrix.com/en-us/citrix-wo ...quirements
On my end, I downloaded the tis-dotnet6 package and modified it to install the X86 version even on an X64 machine.
Then I made it a dependency of the tis-citrix-workspace package and the installation works even if the machine does not go online.
I think we should add the x86 installation of .NET Desktop Runtime 6.0.20 as a dependency on the tis-citrix-workspace package
Here is the error message we previously received:
Thank you
I don't know if I'm posting my message in the right place.
For your information, the tis-citrix-workspace package was in error; this was due to the fact that the workstations were not directly connected to the internet. If we allow a workstation to connect directly to the internet, it works.
In the end, I realized that the citrix-workspace requires .NET Framework 4.8 and x86 version of .NET Desktop Runtime 6.0.20
See link:
https://docs.citrix.com/en-us/citrix-wo ...quirements
On my end, I downloaded the tis-dotnet6 package and modified it to install the X86 version even on an X64 machine.
Then I made it a dependency of the tis-citrix-workspace package and the installation works even if the machine does not go online.
I think we should add the x86 installation of .NET Desktop Runtime 6.0.20 as a dependency on the tis-citrix-workspace package
Here is the error message we previously received:
Code: Select all
Installing: CitrixWorkspaceApp23.9.1.104.exe (23.9.1.104)
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4083, in install_wapt
exitstatus = setup.install()
File "C:\WINDOWS\TEMP\wapt8jtjsbsa\setup.py", line 82, in install
File "C:\Program Files (x86)\wapt\common.py", line 4033, in new_func
return func(*args, **kwargs)
File "C:\Program Files (x86)\wapt\setuphelpers_windows.py", line 1495, in install_exe_if_needed
run(r'"%s" %s' % (exe, silentflags), accept_returncodes=accept_returncodes, timeout=timeout, pidlist=pidlist)
File "C:\Program Files (x86)\wapt\waptutils.py", line 2118, in run
raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command '"CitrixWorkspaceApp23.9.1.104.exe" /AutoUpdateCheck=disabled /EnableCEIP=false /silent /noreboot' returned non-zero exit status 72045.
Output:
CalledProcessErrorOutput: Command '"CitrixWorkspaceApp23.9.1.104.exe" /AutoUpdateCheck=disabled /EnableCEIP=false /silent /noreboot' returned non-zero exit status 72045.
Output:Thank you