Problem:
Persistent workstations that leverage the ProfileUnity client service to run on-boot configurations do not process new iterations of existing startup configurations when deployed.
Resolution:
This is a known issue wherein, once deployed, only the initial deployed configuration is ever processed with new versions of the configuration never replacing the original configuration INI in the cache directory of the service account. To resolve this issue, perform the following steps:
- Manually delete the existing configuration INI in the service account's cache directory (substitute 'ServiceAccountName' with actual name of the service account).
C:\ProgramData\Liquidware\ProfileUnity\Ini\ServiceAccountName - Create an Application Launcher rule in the startup configuration like the example below:
-
- Filespec:
%SystemRoot%\System32\cmd.exe - Arguments:
/c del /f /q "%ProgramData%\Liquidware\ProfileUnity\Ini\ServiceAccountName\*.*" - Timing:
After Configuration Execution
- Filespec:
-
- Save the changes and deploy the updated configuration INI
- Restart the workstation(s)
Product: ProfileUnity-FlexApp
Product Version: 6.8.5 to 6.8.6 R1
Expiration: 365 days from publishing
Created: November 14, 2024