So as described above these two ways failed:
Install SW & Run batch script as post-deployment command
=> Install is fine, post-deployment fails
Run command on computer
=> Command fails
The last thing I could come up with was:
Create a SW package with command to execute the batch-file. Fpr "debugging" I activated "interaction with setup" in the config.
=> I see the CMD opening but it displays an error "The command "C:\Windows\System32\msg.exe" was not found..
I cannot understand.
Locally I can run just "msg" from CMD and it gets executed.
In the batch script I am calling the full and exact path but Desktop Central fails to run the program - can you please tell me, how to fix this?