February 15, 2024
WiX support for WEM AdminConsole and Infrastructure installers
ON-PREMISES STATUS
Now AvailableWorkspace Environment Management
Now Available
Citrix is offering WiX-based installers for the infrastructure services and administration console. The new installers include the following changes:
Infrastructure services:
- .Net framework changed from .Net 4.7 to .Net 4.8
- Installation path change
- Service name and event log name change
- Parameter changes
- OS version restrictions
- SQL scripts and SQL undo scripts folders and their contents deleted
- SDK installed by default
The following table summarizes the changes:
From | To | |
.Net framework | 4.7 | 4.8 |
Installation path | %ProgramFiles(x86)%\Norskale\Norskale Infrastructure Services | %ProgramFiles(x86)%\Citrix\Workspace Environment Management Infrastructure Services |
Service name | Norskale Infrastructure Service | CtxWemInfraSvc |
Service display name | Norskale Infrastructure Service | Citrix WEM Infrastructure Service |
Service description name | Norskale Infrastructure Broker Service | Citrix Workspace Environment Management Infrastructure Service |
Event log name / log source name | Norskale Broker Service | WEM Infrastructure Service |
Parameters | .\Citrix Workspace Environment Management Infrastructure Services.exe /s /v"/qn CLOUD=0 InstallDir=\"C:\\test\" AgentPort=8291 AdminPort=8292 CachedDataSyncPort=8293" | .\Citrix Workspace Environment Management Infrastructure Services.exe /quiet BrokerLocation="C:\test" /log "C:\test\test.log" The following parameters are removed: Cloud AdminPort AgentPort CachedDataSyncPort |
Administration console:
- .Net framework changed from .Net 4.7 to .Net 4.8
- Installation path change
- Parameter changes
From | To | |
.Net framework | 4.7 | 4.8 |
Installation path | %ProgramFiles(x86)%\Norskale\Norskale Administration Console | %ProgramFiles(x86)%\Citrix\Workspace Environment Management Administration Console |
Parameters | .\Citrix Workspace Environment Management Console.exe /s /v"/qn CLOUD=0 InstallDir=\"C:\\test\" AgentPort=8291 AdminPort=8292" | \Citrix Workspace Environment Management Console.exe /quiet ConsoleLocation="C:\test" /log "C:\test\test.log" The following parameters are removed: Cloud AdminPort AgentPort |