Citrix - Offline Installer

CitrixWorkspaceApp.exe /extract "C:\Temp\CitrixFiles"

Then deploy the CitrixWorkspaceApp.msi via standard MSI flags.

Common parameters: | Parameter | Effect | |-----------|--------| | /silent | No UI | | /noreboot | Suppress reboot | | /includeSSON | Install Single Sign-on | | /EnableCRURLUpdate=0 | Disable automatic StoreFront URL updates | citrix offline installer

📘 Full parameter guide: Citrix CTX135807 CitrixWorkspaceApp


The offline installer just installs the engine. To connect to your company’s apps, you generally add the StoreFront URL via Registry or Command Line. Then deploy the CitrixWorkspaceApp

Option A: Via Command Line after install

"C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin\SelfService.exe" -store "https://yourstorefront.company.com"

Option B: Via Registry (for GPO) Set the following key: HKLM\Software\Policies\Citrix\StoreFront -> StoreList = "https://yourstorefront.company.com"


The default download from the main Citrix landing page is often a "stub" installer that downloads components dynamically. To obtain the full offline package:

  • Command Line Deployment:
  • Scroll to Top