I wanted to prepare a silent installation package for Citrix Workspace App 1907, which replaces the old Citrix Receiver client.
I prepared an MSI template package using the source code available on the Citrix website
(https://www.citrix.com/downloads/workspace-app/
) and I'm trying to pass the following parameters:
`/VERYSILENT /includeSSON /rcu /noreboot STORE0="CTXstoreWeb;https://svctx.domain.local/Citrix/CTXSTOREWeb;On;Svctx"`.
But it doesn't seem to like it.
If I run it like that, I get a timeout message: `timed
out after 300 seconds with output \'\'\'\'\n']]`.
During the process, the package may install the .NET Framework 4.6 if it's not already present (in my test, it's already installed), and remove previous versions (using the `/RCU` command), which can take some time.
How can I prevent the timeout from occurring?
Thank you for your feedback,
Jean-Charles
