Scripts to upgrade Citrix VDA agent
Upgrade Citrix VDA agent from one version to another version. Example 7.15 LTSR to 1912 LTSR.
Download VDAWorkstationSetup_1912.exe from citrix downloads page.
- Customize and copy install.bat, remove.bat and VDAWorkstationSetup_1912.exe to a network share.
- Run VDA upgrade.ps1 file. It will copy install.bat, remove.bat, and VDAWorkstationSetup_1912.exe from network share to c:\temp on every VDI in the list.
- Creates Scheduled tasks - One for uninstalling existing VDA agent and another for installing new VDA agent.
- Executes VDAUninstall scheduled task first. This scheduled task runs after 3 minutes it is created. Once started, it runs remove.bat file and restarts the VDA.
- After reboot, it runs VDAInstall scheduled task. This scheduled task runs install.bat file. No user login is required.
- After installation is complete, it deletes install.bat, remove.bat, VDAWorkstationSetup_1912.exe files from c:\temp and also deletes VDAuninstall, VDAInstall scheduled tasks.
- Chay - ChayScripts
Please follow github flow for contributing.
This project is licensed under the MIT License - see the LICENSE file for details