How to execute a Process Task where the Executable path comes from a user Variable
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? I think that you need to create a variable that takes in the folder path and the executable file name to evaluate as an expression. You then need to assign this variable that evaluates as expression to the Executable property of the Execute Process Task . Also, you need to have a valid executable path