I have an SSIS package that includes a Process Task. The process task needs to execute batch file. The location of the batch file varies depending on the environment (dev, production).
How do I dynamically set tghe value of the Executable property of the Process Task object to a user variable?

