Hello, we are trying to use splunk_app_uf_remote_upgrade_windows to upgrade our UF using Deployment server. I have installed version 1.0.2 and trying to update application to last packages 1.0.3 Actual state information (same for all servers): All servers installed with same powershell script Package installation directory is "C:\Program Files\splunkupgrader" Service is correctly executed by "Local Admin" Update process used: Add on DS packages 1.0.3 on local folder application Reload class to deploy it. For unknown reason, some UF failed to update remote upgrade application and i found the following error log message on splunk_upgrader_upgrade.log : "ERROR Cannot find path 'C:\Windows\system32\2025-10-16-11-25-25' because it does not exist." It's seems that where script "history.ps1" is executed, the $PSScriptRoot (defined on constants.ps1) is "C:\Windows\system32" instead of script directory ("C:\Program Files\splunkupgrader\bin"). Do you have some idea to solve this issue ? I've tried to modify constants.ps1 on package 1.0.3 but (as expected) i have a signature check issue.
... View more