I have been trying to push out some new software to our Citrix XenApp 6.5 farm and I need to change the user mode on the servers to install and then install software.
I have created a task that runs a script that run: change user /install. I thenc reated a new task thats runs the software package that I created and then another task that runs a script that put the user mode back to execute (change user /execute). I then created a job that runs the tasks, the script first to change the user mode and then apps package and the script to change the user mode to execute.
when I try to run the job it fails on the first task, script that turns the usermode to install with status failed, return code 1. The script is configured to run using our enterprise admin account and I have tried with several accounts also and same issue. The script I am running is command script.
Has anyone else had similar issues or can advise a better solution for deploying software to Citrix?