Hi,
I have strange problem with executing a Powershell Script from Deploy-Application.ps1.
These Command should install all Visual C++ Runtimes but I always get errors cause of wrong command or file destination. I think it’s all about quotation marks
Maybe somebody can give me a hint how to set the marks in a correct order.
What you need to do is escape the quotes in the parameters with the backtick character, under the tilde symbol. Just put a backtick before each of the quotes in the parameters except the beginning and ending quotes. I can never get code to post correctly here, so this probably won’t work, but I’ll give it another try: