This is a question regarding Patch Manager Case 743966. I'm attempting to use the Package Boot Helper for the first time to help deploy a Cisco AnyConnect msi package. In addition to deploying the .msi file, I need to copy an .xml file to a specific directory after the .msi package installation is complete. What is the best way to do this? In the Package Boot Helper, I'm attempting to run a .cmd file after installation is complete that invokes either the copy command or the xcopy command to copy the .xml file. Both the .cmd file and the .xml file are added as additional files to the deployment in the Package Content Editor. However, the .xml file is not being copied when the .msi is installed.. Here is the current syntax of the .cmd file:
@echo off
copy Providence_DefaultPolicy.xml "C:\ProgramData\Cisco\Cisco Anyconnect Secure Mobility Client\Profile\"
When I double click on the .cmd file to run it manually, the file is copied. I've checked my spelling in Solar Winds Patch Manager. Is there a different or better way to do what I am trying to do?
Thank you!
Sincerely,
Richard Roati