I have a specific software that does not run from a shared folder. I have to copy it locally, and then execute the installer from the local folder. I am trying with a simple bat as a pre-deployment task, but is failing with the error "Failed! : Incorrect function.". I've read a bit on other posts, and it seems I cannot run a bat on a computer configuration, has to be on a user configuration.
Fair enough..then, how is the proper procedure? create a user config to copy the files, and then later run the installer? how can I make sure the copy of the files happens first than the installer?
Thanks.